@charset "UTF-8";
.whiteTXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.whiteTXT a {
	color:#FF9800;
	text-decoration: underline;
}
.whiteTXT a:link {
	color:#FF9800;
	text-decoration: underline;
}
.whiteTXT a:visited {
	color:#FF9800;
	text-decoration: underline;
}
.whiteTXT a:active {
	color:#FF9800;
	text-decoration: underline;
}
.whiteTXT a:hover {
	color:#FF9800;
	text-decoration: none;
}.boxStuff {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #FF9800;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #666666;
}
.titleTXT {
	font-size:20px;
	color:#0A2267;
	font-wight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
}
.smallTXT {
	font-size:8px;
	color:#666666;
}
#apDiv1 {
	position:absolute;
	left:-220px;
	top:200px;
	z-index:1;
}
.headerTXT {
	font-size:14px;
	font-weight:bold;
	color:#666666;
}