/*
Styles included: 

//Orange - FF6634

*/
body {
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
}
.headertext{
		font-size:100% ;
		font-family: Verdana ;
		font-weight : bold;
		color: #FF6634 ; 
		text-decoration: none ;
		text-transform : uppercase;
}
.headertext A {
		text-decoration: none ;
		color: #FF6634 ; 
		text-transform : uppercase;
}
.headertext A:hover {
		text-decoration : underline;
		color: #FF6634 ; 
		text-transform : uppercase;
}
.thinheadertext{
		font-size:70% ;
		font-family: Verdana ;
		color: #FF6634 ; 
		text-decoration: none ;
		text-transform : uppercase;
}
.thinheadertext A {
		text-decoration: none ;
		color: #FF6634 ; 
		text-transform : uppercase;
}
.thinheadertext A:hover {
		text-decoration : underline;
		color: #FF6600 ; 
		text-transform : uppercase;
}

