/* CSS Document */
a:link {color: #66CCFF} 
a:visited {color: #006699} 
a:hover {color: #CC9900} 
a:active {color: #000000} 
td {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333} 
li {color: #339966; list-style-type: square} 
ul {color: #339966; list-style-type: square} 
ol {color: #339966} 
.mytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
} 
.mytext a:link {color: #66CCFF; text-decoration: underline} 
.mytext a:visited {color: #666666; text-decoration: underline} 
.mytext a:hover {
	color: #669900;
	text-decoration: none;
} 
.mytext a:active {color: #333333; text-decoration: none} 
.mytext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
} 
.mytext2 a:link {color: #66CCFF; text-decoration: underline} 
.mytext2 a:visited {color: #666666; text-decoration: underline} 
.mytext2 a:hover {color: #669900; text-decoration: none} 
.mytext2 a:active {color: #333333; text-decoration: none} 
body {
	background-attachment: fixed;
	background-image: url(../images/bg.jpg); scrollbar-face-color: #6C994F; scrollbar-track-color: #6C994F; scrollbar-arrow-color: #000000; scrollbar-shadow-color: #5B8143; scrollbar-3dlight-color: #9CCD62; scrollbar-darkshadow-color: Black;
}
