body {
	margin: 0;
	padding: 0;
	background-color: #660000;
	color: #FFCC33;
	font: bold 10px Georgia, Times New Roman, Times, serif;
	width:100%;
	height:100%;
}
img,fieldset {
	border: 0;
	margin:10px;
}
a{
	color: #FFCC33;
	font: bold 10px Georgia, Times New Roman, Times, serif;

}
a:hover {
	color: #FFFFFF;
}
/* Centering/Sizing DIV */
#splashDiv {
	position:absolute;
  	height:260px; 
  	width:400px;
  	margin:-130px 0px 0px -200px;
	top: 50%; 
	left: 50%;
	text-align: center;
	padding: 0px;
	overflow: auto;
}
#outerDiv {
  	position:absolute;
  	height:600px; 
  	width:800px;
  	margin:-300px 0px 0px -400px;
	top: 50%; 
	left: 50%;
	text-align: center;
	padding: 0px;
	overflow: auto;
}

/*No Flash Styles*/
div#noFlashArea {
	width: 450px;
	margin: 10px auto;
	border:solid 2px #000000;
	background:#FFFFFF;
}
hr{
	color:#000000;
	height:1px;
	width:90%;
}
.requiresText{
	color:#AF1114;
	font: bold 25px Arial;
	padding: 10px 0 0;
}
.headerText{
	padding: 10px 10px 0;
	background:#AF1114;
	border-bottom: solid 2px #000000;
	border-top: solid 10px #FFFFFF;
	color:#FFFFFF;
	font: bold 15px Arial;
}
.content {
	color: #000000;
	font:  11px Verdana;
	padding: 0px 10px 0px 20px;
	border: solid #FFFFF 1px;
	line-height: 14px;
}
.content_bold {
	color: #000000;
	font:  bold 11px Verdana;
}
.content_red {
	color: #990000;
	font:  11px Verdana;
	line-height: 14px;
	font-weight: bold;
}
.content_red a{
	color: #AF1114;
	font:  11px Verdana;
	line-height: 14px;
}
.content_red a:hover{
	color: #1A4288;
	font:  11px Verdana;
	line-height: 14px;
	font-weight: bold;
}
.content a{
	color: #AF1114;
	font:  bold 12px Verdana;
}
.content a:hover {
	color: #1A4288;
	font:  bold 12px Verdana;
}
