BODY
{
	font-family: "Verdana", "Arial", "Helvetica", "Sans-serif";
	font-size: 10px;
	color: rgb(51,51,51);
	background-color: rgb(250,250,250);
}
			
A
{
	color: #F1D930;
; font-size: 10px
}
			
A:hover
{
	color: #F1D930;
	text-decoration: underline;
; font-size: 10px
}
			
.Header
{
	font-size: 36px;
	font-weight: bold;
	color: rgb(255,153,51);
}
			
.SubHeader
{
	font-size: 18px;
	font-weight: bold;
}

.HeadLine
{
	font-weight: bold;
}
			
.MenuBackground
{
	color: rgb(0,0,0);
	background-color: rgb(233,233,233);
}
			
.TableBackground
{
	background-color: rgb(0,0,0);
}

.InputBox
{
	font-family: "Verdana", "Arial", "Helvetica", "Sans-serif";
	font-size: 10px;
}TD
 { 
	font-family: "Verdana", "Arial", "Helvetica", "Sans-serif";
	font-size: 10px;
	color: rgb(51,51,51);
 } 