BODY, FORM {
	margin: 0;
	padding: 0;
}
BODY, TD, DIV, P, SPAN, FONT, INPUT, TEXTAREA, SELECT {
	font-family: Arial, Verdana, Sans-Serif;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 16px;
	color: #31400B;
}
INPUT, TEXTAREA, SELECT, BUTTON, LABEL, .FormLabel {
	font-family: Arial, Verdana, Sans-Serif;
}

BODY {
	background-color: #1A1A1A;
}
BODY, HTML, .MainFrame {
	height: 100%;
}
IMG {
	border: 0;
}

PRE {
	color: #FFFFFF;
}

.SmallText {
	font-size: 11px;
}

A {
	/*color: #31400B;*/
	color:#000;
	text-decoration: underline;
}
A:link {
	/*color: #31400B;*/
	color:#000;
	text-decoration: underline;
}
A:visited {
	/*color: #31400B;*/
	color:#000;
	text-decoration: underline;
	
}
A:hover {
	/*color: #31400B;*/
	color:#000;
	text-decoration: none;
	
}
A:active  {
	/*color: #31400B;*/
	color:#000;
	text-decoration: underline;
}

.Footer {
	background: #24200B;
	height: 32px;
}
.Footer TD {
	color: #FFFFFF;
}

.Trim {
	background: url('../images/background_trim.gif');
}

.PageTitle {
	font-size: 32px;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 2px;
}
.Tagline {
	font-family: Verdana, Arial, Sans-Serif;
	color: #59470B;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	border-bottom: solid 2px #59470B;
	margin-bottom: 6px;
	padding: 2px;
}

.Column {
	background: #DDCC97;
	color: #59470B;
	width: 200px;
	text-align: center;
}

DIV.MenuLink {
	display: block;
	width: 150px;
	border-bottom: solid 1px #31400C;
	text-align: left;
	padding: 1px;
	margin-bottom: 6px;
}
A.MenuLink:link,
A.MenuLink:visited,
A.MenuLink:hover,
A.MenuLink:active {
	font-weight: none;
	font-size: 18px;
	color: #31400C;
	text-decoration: none;
}

.Title {
font-family: Arial, Verdana, Sans-Serif;
font-size: 36px;}

.AddressBox {
	text-align: center;
	font-size: 14px;
	color: #59470B;
}
.AddressBox A,
.AddressBox A:link,
.AddressBox A:visited,
.AddressBox A:hover,
.AddressBox A:active {
	color: #59470B;
	text-decoration: underline;
}
.AddressBox A:hover {
	color: #59470B;
	text-decoration: none;
}

.MainFrame {
	background: #24200B;
}
.ContentFrame {
	border: solid 12px #59470B;
	background: url('../images/background_cross.gif');
	background-color: #DDCC97;
	padding: 12px;
}
.Content {
}
.ContentLinks, A.ContentLinks {
	color: #603B2C;
	text-transform: uppercase;
	text-decoration: none;
}
A.ContentLinks:hover {
	color: #F2DDB6;
}

.ContentHead {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 4px;
}

.DialogBox {
	border: solid 1px #176011;
	font-size: 12px;
	font-weight: bold;
}
.DialogTitle {
	background: #176011;
	color: #FFFFFF;
	padding: 2px;
	font-size: 18px;
	font-weight: bold;
}
.DialogContent {
	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;
}

.Base {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.Copyright {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.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;
}