#pageHeader{position:absolute;top:180;left:420;font-family:Arial;font-weight:bold;font-size:26px;color:#FF9900;}
.header{
	font-family : Arial;
	font-weight : bold;
	font-size : 26px;
	color : #FF9900;
}
.orange{
	color : #FF9900;
	font-family : Arial;
	font-size : 14px;
}
.boldorange{
	color : #FF9900;
	font-family : Arial;
	font-size : 14px;
	font-weight : bold;
}
.white{
	color : White;
	font-family : Arial;
	font-size : 14px;
}
.italic{
	font-style : italic;
}
.center{
	text-align : center;
}
a:link{
	color : #FF9900;
	text-decoration: none
}
a:visited{
	color : #FF9900;
	text-decoration: none
}
a:hover{
	color : #999999;
	text-decoration: none
}
.regheader{
	font-family : Arial;
	font-weight : bold;
	font-size : 26px;
	color : Black;
}
.bolder{
	color : Black;
	font-family : Arial;
	font-size : 14px;
	font-weight : bold;
}