BODY, FORM {
	margin: 0;
	padding: 0;
}
BODY, TD, P, DIV, SPAN, INPUT, TEXTAREA, SELECT {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 15px;
	color: #000;
}
INPUT, TEXTAREA, SELECT, BUTTON, LABEL, .FormLabel {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10px;
}
BODY, HTML {
	margin: 0;
	padding: 0;
}
IMG {
	border: 0;
}

PRE {
	color: #000000;
}

BODY, HTML {
	background: #000;
}
.MainFrame {
	background: transparent;
}

A {
	color: #58456C;
	text-decoration: underline;
}
A:link {
	color: #58456C;
	text-decoration: underline;
}
A:visited {
	color: #58456C;
	text-decoration: underline;
}
A:active {
	color: #58456C;
	text-decoration: underline;
}
A:hover {
	color: #58456C;
	text-decoration: none;
}

.Foot {
	height: 48px;
	border-top: solid 1px #0C2F4B;
	background-color: #FFFFFF;
	background-image: url('../images/foot_background.gif');
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.Foot TD {
	color: #D42B3F;
}
.Copyright {
	color: #D42B3F;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.PageTitle {
	font-family: "Times New Roman", Times, Serif;
	font-size: 27px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	color: #1A1907;
	margin-bottom: 6px;
}

.Column, .Content {
	background-color: #E1CCA1;
	background-image: url('../images/content_background.jpg');
}
.Content {
	color: #1C527A;
	height: 275px;
	padding: 6px;
}
.ContentBox {
	padding: 6px;
	color: #000;
	font-size: 12px;
}
.ContentLinks, A.ContentLinks {
	color: #603B2C;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
}
A.ContentLinks:hover {
	color: #F2DDB6;
}

.DialogBox {
	border: solid 1px #FF0000;
	font-size: 12px;
	font-weight: bold;
}
.DialogTitle {
	background: #FF0000;
	color: #FFFFFF;
	padding: 2px;
	font-size: 18px;
	font-weight: bold;
}
.DialogContent {
	padding: 5px;
	background: #FFFFFF;
}

.TopMessageBox {
	border: solid 1px #FF0000;
	font-size: 12px;
	font-weight: bold;
}
.TopMessageTitle {
	background: #FF0000;
	color: #FFFFFF;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
}
.TopMessageContent {
	padding: 5px;
	background: #FFFFFF;
}

.MenuBox {
	border: solid 1px #176011;
	font-size: 12px;
	font-weight: bold;
}
.MenuTitle {
	background: #348B1F;
	border-bottom: solid 1px #176011;
	color: #FFFFFF;
	padding: 2px;
	font-size: 15px;
	font-weight: bold;
}
.MenuContent {
	padding: 5px;
	background: #FFFFFF;
}

.TableHead {
	background: #CFCFCF;
	font-weight: bold;
	text-align: center;
}
.TableSubHead {
	background: #EFEFEF;
	font-weight: bold;
	text-align: center;
}
.TableRowEven TD, .TableRowOdd TD {
	font-size: 10px;
}
.TableRowEven {
	background: #EFEFEF;
}
.TableRowOdd {
	background: #FEFEFE;
}
.TableRowLink {
	cursor: pointer;
}