BODY {
background-color : #ffffff;
font-family : Gill Sans MT;
color: #000000;
margin: 0px;
scrollbar-arrow-color: #0000ff;
scrollbar-face-color: #ffffff;
scrollbar-3dlight-color: #DEDDDD;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #8D8B8B;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #D3D3D3;
}



a:link { color: #0000ff; text-decoration: none}
a:visited { color: #0000ff; text-decoration: none}
a:hover { color: #FF7200; text-decoration: underline}
a:active { color: #FE0101; text-decoration: none}

H2 {
	COLOR: #330099; padding:10px; FONT-FAMILY: verdana, arial, helvetica, sans-serif

}
H4 {
	MARGIN-TOP: 2em; FONT-SIZE: 13pt; MARGIN-LEFT: 1em; COLOR: #990033; FONT-FAMILY: "Trebuchet MS"
}

.sansbold {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: verdana, arial, helvetica, sans-serif
}
.biheader {
	FONT-WEIGHT: bold; FONT-SIZE: 1.1em; FONT-STYLE: italic; FONT-FAMILY: verdana, arial, helvetica, sans-serif
}


.a12w {  font-family: Gill Sans MT; font-size: 13px; color: #4b77b4; text-decoration: none}
.unnamed1 {  font-family: tahoma; font-size: 9px; text-transform: uppercase; color: #FF7200; text-decoration: none}
.bluecredit {  font-family: Arial, Helvetica; font-size: 9px; text-transform: uppercase; color: #4b77b4; text-decoration: none}
.orangecredit {  font-family: tahoma; font-size: 9px; text-transform: uppercase; color: #FF7200; text-decoration: none}
.aceTextField {
font-family: Gill Sans MT;
font-size: 11pt;
border-width: 1;
background-color: white;
border-color: #4b77b4;
border-style: solid;
color: #0000ff;
padding-left: 4;
}

.aceTextArea {
font-family: Gill Sans MT;
font-size: 11pt;
border-width: 1;
background-color: white;
border-color: #4b77b4;
border-style: solid;
color: #0000ff;
padding-left: 4;

}

.codetext {
font-family: courier;
font-size: 10pt;
border-width: 1;
background-color: #DDDBDB;
border-color: #4b77b4;
border-style: solid;
color: #FA0309;
padding-left: 4;
}

.whiteTextField {
font-family: Gill Sans MT;
border-width: 0;
background-color: white;
border-color: #ffffff;
border-style: solid;
color: #FE0101;
}
.aceButton {
background-color: #ffffff;
border-color: 4b77b4;
border-style: solid;
border-width: 2;
color: 000000;
font-family: Gill Sans MT;
font-size: 12pt;
font-weight: bold;
}
table.calc {
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	padding: 2px;
	background-color: #0000ff;
}
table.calc td {
	border-width: 0px;
	padding: 8px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

.floatright
{
float: right;
width: 264px;
margin: 0 0 10px 10px;
background-color: #ff7200;
padding: 2px;
border-top: 0.5px solid #999;
border-right: 1px solid #555;
border-bottom: 1px solid #555;
border-left: 0.5px solid #999;
}

.floatleft
{
float: right;
width: 190px;
margin: 0 0 10px 10px;
background-color: #ff7200;
padding: 2px;
border-top: 0.5px solid #999;
border-right: 1px solid #555;
border-bottom: 1px solid #555;
border-left: 0.5px solid #999;
}



















