@charset "utf-8";

body {
	background-color: #DDDDDD;
	background-image: url(_img/x-repeat.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#IndexHeader {
	position: relative;
	z-index: 1;
	height: 435px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(_img/background.jpg);
}

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

#IndexFooter {
	position: relative;
	z-index: 1;
	width: 100%;
	background-color: black;
	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: #E97717;
	font-weight: bold;
}
.BodyHeaderBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #007AEC;
	font-weight: bold;
}


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


a.global_body_link:link
{
	color : #007AEC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.global_body_link:visited
{
	color : #007BED;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.global_body_link:hover
{
	color : #F1750B;
	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: #f17510;
	font-weight: bold;
}

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

a.global_footer_link:link
{
	color : #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.global_footer_link:visited
{
	color : #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.global_footer_link:hover
{
	color : #007bed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.BodyTxtOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E97717;
	font-weight: bold;
}
.BodyTxtBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #007DEC;
	font-weight: bold;
}
.BodyTxtMini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}
