body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#FFFFFF;
}
.LinkHeader {
	color: #FFFFFF;
	background-color: #12482E;
	border: 2px solid #FFF;
	border-width: 2px 0;
	font-weight: bold;
	text-transform: uppercase;
}

a:link {
	color: #12482E;
	text-decoration: none;
}
a:visited {
	color: #945D25;
	text-decoration: none;
}
a:hover {
	color: #12482E;
	text-decoration: underline;
}
a:active {
	color: #9E632B;
	text-decoration: none;
}
.underline {
	text-decoration: underline;
}
.headers {
	background-color: #12482E;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #AA763A;
	padding: 2px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.2em;
}
.ATM {
	font-weight: bold;
	color: #12482E;
	background-color: #E7E7B5;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #12482E;
	border-bottom-color: #12482E;
}
.WhiteLine {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.VERTICALINE {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.highlight {
 	color: #12482E;
}


.blue {	
	background: #006;
}

.red {
	background: #600;
}

.rust {
	background: #C60;
}

.blueitem {
	font-size: 1.1em;
	color: #006;
}
.greenitem {
	font-size: 1.1em;
	color: #12482E;
}
.reditem {
	font-size: 1.1em;
	color: #600;
	font-weight: bold;
}
