/* CSS Document */

a:link {
	color: #999999;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.redfont {	
    color: #A76D6C;
	font-weight: bold;
	
}
hr {border: none 0;
    border-top: 1px dashed #999999;/*the border*/
    width: 100%;
    height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

.whitehead { color:#FFFFFF;
             font-size:18px;
			 font-family:Verdana, Arial, Helvetica, sans-serif;
}			 
			  