/* CSS Document */

<style type="text/css">

a:link {color: #000000} 
a:visited {color: #006699} 
a:hover {color: #CC9900} 
a:active {color: #000000} 
td {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333} 

.mytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
} 
.mytext a:link {color: #333333; text-decoration: underline} 
.mytext a:visited {color: #666666; text-decoration: underline} 
.mytext a:hover {color: #999933; text-decoration: none} 
.mytext a:active {color: #333333; text-decoration: none} 
.mytext2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666} 
.mytext2 a:link {color: #666666; text-decoration: underline} 
.mytext2 a:visited {color: #666666; text-decoration: underline} 
.mytext2 a:hover {color: #CCCCCC; text-decoration: none; background-color: #333333} 
.mytext2 a:active {color: #333333; text-decoration: none} 
.mytext3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
} 
.mytext3 a:link {color: #FFFFFF; text-decoration: underline} 
.mytext3 a:visited {color: #FFFFFF; text-decoration: underline} 
.mytext3 a:hover {color: #FFFFFF; text-decoration: none; background-color: #333333} 
.mytext3 a:active {color: #FFFFFF; text-decoration: none} 

ul#navlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: normal;
	float: left;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a {
	padding: 5px 15px;
}

#navlist a:link, #navlist a:visited
{
color: FFFFFF;
background-color: #99CC66;
text-decoration: none;
}

#navlist a:hover
{
color: #FFFFFF;
background-color: #777777;
text-decoration: none;
}
</style>

}
