@charset "utf-8";

/* Standard Element Styles */

body {
	color: #666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;

	margin: 0;
	padding: 0;

	background: #0b274c;
	background-image: url(/images/imgBodyBackground.gif);
	background-repeat: repeat-x;
}

a {
	color: #069;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 10px 0;
	padding: 0px;
}

h1 {
	color: #069;
	margin: 0 0 8px 0;
	padding: 0px;
	font-size: 24px;
	font-weight: normal;
}

h2 {
	color: #C00;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
}

h3 {
	color: #369;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
}

h4 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
}

ul {
}

ul li {
}

/* Site-Wide Classes */
.textSmallGrey, .textSmallGrey a {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.textMediumGrey, .textMediumGrey a {
	color: #666;
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.textMediumGrey a:hover {
	color: #333;
}

.textSmallLightGrey, .textSmallLightGrey a {
	color: #999;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.textSmallWhite, .textSmallWhite a {
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.textMediumWhite, .textMediumWhite a {
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.textSmallLightBlue, .textSmallLightBlue a {
	color: #9cafc4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.textMediumLightBlue, .textMediumLightBlue a {
	color: #9cafc4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.textLargeLightBlue, .textLargeLightBlue a {
	color: #9cafc4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.textSmallBlue, .textSmallBlue a {
	color: #069;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.textMediumBlue, .textMediumBlue a {
	color: #069;
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.textLargeBlue, .textLargeBlue a {
	color: #069;
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.textSmallRed, .textSmallRed a {
	color: #C00;
	font-size: 11px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.textMediumRed, .textMediumRed a {
	color: #C00;
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.textLargeRed, .textLargeRed a {
	color: #C00;
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.textVeryLargeRed, .textVeryLargeRed a {
	color: #C00;
	font-size: 48px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.formError {
	color: #FFFFFF;
	background: #C00;
}

.formText {
	width: 98%;
}

.formTextSmall {
	width: 60%;
}

/* Site-Wide Standard Object Styles */

.table {
}

.tableTop {
	width: 271px;
	height: 29px;
	padding: 10px 0 0 10px;
	background-image: url(/images/imgTableTopBackground.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

.tableBottom {
	width: 256px;
	height: 199px;
	padding: 10px 15px 0 10px;
	background-image: url(/images/imgTableContentBackground.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#report {
	position: fixed;
	top: 50px;
	z-index: 5002;
	width: 100%;
	display:none;
	background:#ffffff;
	color:#999999;
}

#error {
	top: 0px;
	width: 100%;
	position: fixed;
	z-index: 5001;
}

.errorReport {
	color: #C00;
	width: 830px;
	margin: 0;
	padding: 15px;
	display: block;
	border-left: solid 20px #069;
	border-right: solid 20px #069;
	border-bottom: solid 20px #069;
	background: #FFF;
	background-image: url(/images/imgMainBodyContentBG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align:left;
}

#error a {
}

/* Site-Wide Custom Object Styles */

#main {
	width: 929px;
	margin: 10px 0 0 0;
}

#copyright {
	clear: both;
	margin: 8px 0 20px 0;
}

#mainTopRightColumnPromoForm .formText {
	width: 150px;
	margin: 0 0 5px 0;
	color: #036;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #a0b3c8;
	border: solid 1px #FFF;
}

#mainTopRightColumnPromoForm .formError {
	width: 150px;
	margin: 0 0 5px 0;
	color: #FFF;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #C00;
	border: solid 1px #FFF;
}

