BODY, FORM, INPUT {
	margin: 0;
	padding: 0;
}
BODY, TD, DIV, SPAN, INPUT, TEXTAREA, SELECT, LABEL {
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #000000;
}

H1 {
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 16px;
	}

H2 {
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 14px
}
IMG {
	border: 0;
}

BODY {
	background: url("../images/background.gif");
}

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


.VertMenu {
	background: #C1C9D7;
}
A.VertMenuLink,
A.VertMenuLink:link,
A.VertMenuLink:visited,
A.VertMenuLink:active,
A.VertMenuLink:hover  {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #231F20;
	text-decoration: none;
	height: 30px;
	background-color: transparent;
	background-image: url('../images/links.gif');
	background-repeat: no-repeat;
	text-indent: 30px;
}
A.VertMenuLink:hover {
	background-image: url('../images/links_over.gif');
}


.TopLinks,
A.TopLinks,
A.TopLinks:link,
A.TopLinks:visited,
A.TopLinks:active,
A.TopLinks:hover  {
	display: block;
	width: 140px;
	font-size: 12px;
	line-height: 15px;
	color: #231F20;
	text-decoration: none;
	padding-right: 4px;
}
A.TopLinks:hover {
	text-decoration: underline;
}

.PageTitle {
	color: #231F20;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}

.MainFrame {
	background: #FFFFFF;
	border-color: #000000;
	border-style: solid;
	border-width: 0 2px 2px 0;
	background-color: transparent;
	background-image: url('../images/corner.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.Content {
	padding: 12px;
}

.FormFieldTitle {
	font-weight: bold;
}
.FormFieldSubTitle {
	font-size: 9px;
}

.HeaderContainer {
	position: relative;
	left: 0;
	top: 0;
}
.Header {
	position: absolute;
}
.Header {
	background-color: transparent;
	background-image: url('../images/header.gif');
	background-repeat: no-repeat;
	height: 165px;
}
.HeaderImage {
	background: #E3C7AB;
}
.LinkBar {
	background: #FF9933;
}
.LinkBarItems {
	background: #FFFFFF;
}
.SubLinkBar {
	background: #CC6600;
}
.Footer {
}

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

.TableHead {
	background: #CFCFCF;
	font-weight: bold;
	text-align: center;
}
.TableSubHead {
	background: #EFEFEF;
	font-weight: bold;
	text-align: center;
}