body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #11445F;
	scrollbar-3dlight-color: #11445F;
	scrollbar-darkshadow-color: #11445F;
	scrollbar-shadow-color: #11445F;
	scrollbar-arrow-color: #11445F;
	scrollbar-track-color: #11445F;
	background-color: #11445F;
	background-image: url(../images/BG_Top.gif);
	background-repeat: repeat-x;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
}

a:link {
	color: #000033;
}
a:visited {
	color: #000033;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

.nav {
	position:absolute; 
	z-index:10; 
	color:#7E8249; 
	margin:182px 200px;
	padding:0px;
	width:460px; 
	height:114px; 
	background:url(images/FlashAlt_TitleBG.jpg center);
	text-align:center;
	font-size:16px;
}

.nav a:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-decoration:none;
	font-size:12px;
	padding:0px;
}
.nav a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #eee;
	text-decoration:none;
	font-size:12px;
	padding:0px;
}
.nav a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #7E8249;
	text-decoration: underline;
}
.nav a:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	/*color: #f00;*/
	text-decoration: none;
	font-size:12px;
	padding:0px;
}

.nav span {
	font-size:16px;
}

HTML {
	font-size: 100%;
}

div#output form input.text, div#output form input.button, div#output form select, div#output form textarea {
	margin-top: 2px;
}
html>body input.text, html>body input.button html>body select {
	height: 1em;
}
*:root input.text, *:root input.button, *:root select {
	height: auto;
}
input.text, input.button, textarea, select {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
input.button, textarea, select {
	border: 2px solid #7E8249;
	padding: .1em .1em;
	color: #FFFFFF;
	background-color: #11445F;
	border-radius: .4em;
}
input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #11445F;
}
input[type="submit"]:active {
	background-color: #11445F;
}
input[type="submit"][disabled] {
	border-color: #7E8249;
	color: #FFFFFF;
	background-color: #11445F;
}
input.text, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	padding: .1em .1em;
	border: 2px solid #7E8249;
	color: #FFFFFF;
	background-color: #11445F;
	font-size: 14px;
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
	background-color: #11445F;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background-color: #11445F;
}

.TextTitleLarge {
	font-size: 24px;
}
.TextTitleMedium {
	font-size: 18px;
}
.TextTitleSmall {
	font-size: 16px;
}

.TextRed {
	color: #FF0000;
}
.TextRed A {
	color: #FF0000;
}
.TextRed A:visited {
	color: #FF0000;
}
.TextRed A:hover {
	color: #FF0000;
}

.TextSmall {
	font-size: 11px;
}
.TextBLUE {
	color: #012E55;
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	/*font-weight:bold;*/
}

#BG-Left {
	background-position: right top;
	background-image: url(../images/BG_Left.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 100%;
}
#BG-Right {
	background-position: left top;
	background-image: url(../images/BG_Right.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 100%;
}
#BG-TopLeft {
	background:url(../images/BG_TopLeft.gif) 0 0 no-repeat;
	background-position: right top;
	height: 100%;
	width: 100%;
}
#BG-TopRight {
	background:url(../images/BG_TopRight.gif) 0 0 no-repeat;
	background-position: left top;
	height: 100%;
	width: 100%;
}

.FooterPic {
	background-attachment: scroll;
	background-image: url(../images/FooterPic.gif);
	background-repeat: no-repeat;
	background-position: bottom;
/* 
	min-height: 705;
	_height: auto !important;
*/
	height: 100%;
	width: 100%;
}

.Footer {
	color:#FFFFFF;
	font-size: 11px;
	line-height: 16px;
}
.Footer A {
	color: #FFFFFF;
}
.Footer A:visited {
	color: #FFFFFF;
}
.Footer A:hover {
	color: #FFFFFF;
}
#RightColTop {
	background-attachment: scroll;
	background-image: url(../images/RightCol_Top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 100%;
	width: 100%;
	text-align: center;
}
#RightColBottom {
	background-attachment: scroll;
	background-image: url(../images/RightCol_Bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 100%;
	width: 100%;
}
#RightColBlend {
	background-attachment: scroll;
	background-image: url(../images/RightCol_Blend.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	height: 100%;
	width: 280px;
	float: right;
}
#Padd {
	width: 500px;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
}
.TextYellow {
	color: #7E8249;
}
.FlashAltNav {
	padding-left: 229px;
}
