/* CSS Document */

.title-white {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-style:italic;
font-weight:bold;
color:#FFFFFF;
line-height:30px;
margin:0px;
padding:0px;
}

.title-white a {
text-decoration:none;
color:#FFFFFF;
}

.title-white a:visited {
text-decoration:none;
color:#FFFFFF;
}
.title-white a:hover {
text-decoration:underline;
color:#FFFFFF;
}

.title-black {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#000000;
text-align:left;
margin:0px;
padding:0px;
}

a {
text-decoration:underline;
color:#000000;
}

a:visited {
text-decoration:underline;
color:#000000;
}

a:hover {
text-decoration:none;
color:#000000;
}

.nav-text {
font-weight:bold;
color:#FF0000;
text-align:left;
}

.text-white {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
color:#FFFFFF;
text-align:right;
margin:0px;
padding:0px;
}

.text-white a {
color:#FFFFFF;
text-decoration:none;}

.text-white a:vistited {
color:#FFFFFF;
text-decoration:none;
}

.text-white a:hover {
color:#FFFFFF;
text-decoration:underline;
}