/* General */
html {
	height: 100%;
}
body {
	background-color: #0c052f;
	margin: 0px 0px 30px 0px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
a:link, a:visited, a:active  {
	color: #95b2dc;
	text-decoration: none;
}
a:hover  {
	color: #ff9900;
	text-decoration: none;
}
/* Design */
.indexmainbox {
	background-color: #1f1261;
	padding: 10px 0px 0px 0px;
}
.mainbox {
	background-color: #1f1261;
	padding: 0px 0px 0px 0px;
}
.dividerbox {
	background-color: #1f1261;
	background-image: url(images/bgdivider.gif);
	padding: 0px;
	height: 60px;
	background-repeat: repeat-x;
}
.footerbox {
	padding: 0px 0px 0px 0px;
}
.maintable {
	padding: 0px;
	background-image: url(images/main-bkground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 493px;
}
.divider {
	padding: 0px;
	text-align: right;
}
.footer {
	font-size: 11px;
	padding: 30px 0px 0px 0px;
	text-align: left;
	line-height: 18px;
}
}
/* Content */
.contentcell {
	padding: 28px 8px 40px 8px;
	text-align: left;
	vertical-align: top;
}
.quote {
	color: #e2b836;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
}
.textheader {
	color: #d7842e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	text-transform: uppercase;
}
.pagetitle {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}
.anchor {
	font-size: 10px;
}
