@charset "utf-8";

body {
	background-color: #697490;
	background-image: url(/images/RetroBlueWallpaperRepeat.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-attachment: fixed;
}

#IndexHeader {
	position: relative;
	z-index: 2;
	height: auto;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #303b57;
}

#IndexBody {
	position: relative;
	z-index: 1;
	height: auto;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}

#IndexFooter {
	position: relative;
	z-index: 1;
	width: 100%;
	background-color: #d4c89b;
	margin: 0px;
	height: 100%;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}




.BodyHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #303b57;
	font-weight: bold;
}
.BodySubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}


.BodyTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
.BodyTxtMini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}

a.global_Nav_link:link
{
	color : #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.global_Nav_link:visited
{
	color : #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.global_Nav_link:hover
{
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

a.global_body_link:link
{
	color : #697490;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.global_body_link:visited
{
	color : #697490;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.global_body_link:hover
{
	color : #303b57;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.CopyrightHeaderTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #303b57;
	font-weight: bold;
}

.CopyrightTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

a.global_footer_link:link
{
	color : #697490;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.global_footer_link:visited
{
	color : #697490;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.global_footer_link:hover
{
	color : #303b57;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.BodyTxtSmaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
