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

PRE {
	color: #FFFFFF;
}

.MainFrame {
	background: transparent;
}

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

.Footer {
	background: transparent;
	height: 48px;
}
.Footer TD {
	color: #FFFFFF;
}
.Copyright {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.Header {
	height: 117px;
	color: #FFFFFF;
	background: #F6E3EB;
}
.Header A:link,
.Header A:visited,
.Header A:hover,
.Header A:active  {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.HeadTrim {
	background: #141F10;
}

.AddressLine {
	font-size: 11px;
	color: #FFFFFF;
}
.AddressLine A,
.AddressLine A:link,
.AddressLine A:visited,
.AddressLine A:hover,
.AddressLine A:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.AddressLine A:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.AddressBox {
	font-size: 11px;
	color: #FFFFFF;
}
.AddressBox A,
.AddressBox A:link,
.AddressBox A:visited,
.AddressBox A:hover,
.AddressBox A:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.AddressBox A:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.PageTitle {
	color: #6C696C;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 2px;
}
.Column1 {	background: #F7BCD2;
	color: #FFFFFF;
	padding-top: 10px;
	width: 220px;
	height: 275px;}

.Column {
	background: #F7BCD2;
	color: #FFFFFF;
	padding-top: 10px;
	width: 220px;
	background-image: url('../images/column_base.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}
.Column A:link,
.Column A:visited,
.Column A:hover,
.Column A:active  {
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
}

.ContentFrame {
	background: #FFFFFF;
}
.ContentHead {
	color: #1C527A;
	font-family: Adobe Garamond Pro, Times New Roman;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
}
.Content {
	padding: 12px;
	border-top: solid 10px #E65894;
	border-bottom: solid 10px #E65894;
	background: #FFFFFF;
	color: #000;
	font-size: 12px;
}
.ContentBox {
	background: #FFFFFF;
	color: #1C527A;
	height: 275px;
}
.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;
}