/* CSS Document */

.mytext {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000066} 
.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} 

.hdng {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066FF;
	background-color: #FFFFCC;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	text-indent: 3pt;
	padding-right: 4px;

}
.hdng2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0099FF;
	background-color: #CCFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-indent: 3pt;
	padding-right: 4px;
	font-weight: bold;

}
