@charset "UTF-8";
/* CSS Document */
td img {
display: block;
}
body,td,th {
	font-size: 14px;
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
}
body {
	background-color: #000000;
	background-image: url(../images/pagebkgreenblk.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #660099;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #003399;
}
h2 {
	font-size: 16px;
	color: #006600;
}
h3 {
	font-size: 14px;
	color: #000000;
}
h4 {
	font-size: 14px;
	color: #666666;
}
.style1 {
font-size: 12px;
}
.style3 {
font-size: 12px; 
font-weight: bold; 
}
.style5 {
font-size: 14px; 
font-weight: bold; 
}
.style6 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.disclaimer {
	font-size: 10px;
}
.errFld {
border: 1px solid #F00;
}
.errMsg { 
color: #C33;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}