/* CSS Document */

.text {
font-family:arial, sans-serif;
font-size:12px;
color:#000066;
font-weight: none;
text-decoration:none;
}

.text a:link {
font-family:arial, sans-serif;
font-size:12px;
color:#00CC33;
font-weight: bold;
text-decoration:none;
}
.text a:visited {
font-family:arial, sans-serif;
font-size:12px;
color:#00CC33;
font-weight: bold;
text-decoration:none;
}
.text a:hover {
font-family:arial, sans-serif;
font-size:12px;
color:#00ff33;
font-weight: bold;
text-decoration:none;
}
.text a:active {
font-family:arial, sans-serif;
font-size:12px;
color:#00cc33;
font-weight: none;
text-decoration:none;
}



.textonred {
font-family:arial, sans-serif;
font-size:14px;
color:#ffffff;
font-weight: bold;
text-decoration:none;
}

.textonred a:link {
font-family:arial, sans-serif;
font-size:14px;
color:#00CCFF;
font-weight: bold;
text-decoration:none;
}
.textonred a:visited {
font-family:arial, sans-serif;
font-size:14px;
color:#00CCFF;
font-weight: bold;
text-decoration:none;
}
.textonred a:hover {
font-family:arial, sans-serif;
font-size:14px;
color:#0000ff;
font-weight: bold;
text-decoration:none;
}
.textonred a:active {
font-family:arial, sans-serif;
font-size:14px;
color:#ffffff;
font-weight: none;
text-decoration:none;
}

