body {
	font-family: Gill, Verdana, Arial, Helvetica,  sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
}
h1 {
	font-size: 18px;
	background-color: #FF6600;
	color: #666666;
	text-align: left;
}
h2 {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	border: 1px solid black; border-color:#000;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
h3 {
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	
}
h4 {
	color: #000000;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

a:link { text-decoration: none;	color: #000099; font-weight: 500;}
a:active {	text-decoration: none; color: #CC0000; font-weight: 500;}
a:visited { text-decoration: none;	color: #000099; font-weight: 500;}
a:hover {	text-decoration: underline; color: #006600;}
table {	 width: 60%; border: 1px solid gray; margin-left: auto; margin-right: auto;	padding: 0px; border-spacing: 0px;
}
th { text-align: center; border: 1px solid gray;
	 background-color: #FED982 ; font-size: 14px; font-weight: 600; color: ##666666;
}
td {  font-size: 12px; border: 1px solid gray; text-align: right;}
img {border: 0px;}

table#header  {  width: 100%; padding: 0px;  border: 1px solid gray; }
th#logo { background-color: #FFFFFF ;width: 127px; height: 94px; border: 1px solid gray;}
th#title {  border: 1px solid gray; background-color:  #FF4D00 ; font-size: 28px; font-weight: 100; color: #FED982;}




