/* CSS Document */
a:link {color: #BD0000; text-decoration: none} 
a:visited {color: #333333} 
a:hover {color: #BD0000; text-decoration: underline} 
a:active {color: #FF9900} 
td {font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #003300} 
li {color: #009900; list-style-type: square} 
ul {color: #009900; list-style-type: square} 
ol {color: #009900} 
.mytext {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000} 
.mytext a:link {color: #BD0000; text-decoration: none} 
.mytext a:visited {color: #333333; text-decoration: none} 
.mytext a:hover {color: #BD0000; text-decoration: underline} 
.mytext a:active {color: #FF9900; text-decoration: none} 
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #9ACD01;
	font-style: normal;
	font-weight: bold;
	list-style-type: none;
} 
.h1 a:link {color: #BD0000; text-decoration: none} 
.h1 a:visited {color: #CC0000; text-decoration: none} 
.h1 a:hover {color: #BD0000; text-decoration: underline} 
.h1 a:active {color: #FF9900; text-decoration: underline} 
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #9ACD01;
	font-weight: bold;
} 
.h3 a:link {color: #BD0000; text-decoration: none} 
.h3 a:visited {color: #CC0000; text-decoration: none} 
.h3 a:hover {color: #BD0000; text-decoration: underline} 
.h3 a:active {color: #FF9900; text-decoration: underline} 



