<!-- 
Styles included: 

//Dark Blue - 004D85

-->
.headertext{
		font-size:100% ;
		font-family: Verdana ;
		font-weight : bold;
		color: #004D85 ; 
		text-decoration: none ;
		text-transform : uppercase;
}
.headertext A {
		text-decoration: none ;
		color: #004D85 ; 
		text-transform : uppercase;
}
.headertext A:hover {
		text-decoration : underline;
		color: #004D85 ; 
		text-transform : uppercase;
}

.thinheadertext{
		font-size:70% ;
		font-family: Verdana ;
		color: #004D85 ; 
		text-decoration: none ;
}
.thinheadertext A {
		text-decoration: none ;
		color: #004D85 ; 
}
.thinheadertext A:hover {
		text-decoration : underline;
		color: #004D85 ; 
}
