body {
	background-color: #5F634F;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12;
	color: #000000;
	background-repeat: repeat;
	background-image: url(images/tile.gif);
}

body {
scrollbar-arrow-color: #FFFFFF;
scrollbar-3dlight-color: #DDE5C6;
scrollbar-highlight-color: #ffffff;
scrollbar-face-color: #003768;
scrollbar-shadow-color: #552B2C;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #BDC6A1;
}

a.footer:link    { color:#949882; font-size:9px; font-family:Arial, Helvetica, sans-serif; text-decoration:none; }
a.footer:visited { color:#949882; font-size:9px; font-family:Arial, Helvetica, sans-serif; text-decoration:none; }
a.footer:active  { color:#949882; font-size:9px; font-family:Arial, Helvetica, sans-serif; text-decoration:none; }
a.footer:hover   { color:#A30046; font-size:9px; font-family:Arial, Helvetica, sans-serif; text-decoration:underline; }

a:visited {
	color: #003768;
}
a:hover {
	color: #A30046;
}
a:active {
	color: #003768;
}

td, th {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background-repeat: no-repeat;
}

a {
	font-size: 12px;
	color: #003768;
	line-height: normal;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	mouseover: #A30046;
}

.title {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #A30046;
	font-weight: bold;
}

.subtitle {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #003768;
	font-style: italic;
	font-weight: bold;
}

.header {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #BDC6A1;
	font-style: italic;
	font-weight: bold;
}

.subheader {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003768;
}

.footer {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: normal;
	color: #949882;
	font-style: normal;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	padding: 3px;
}

.box1 {
	border: 1px solid #221E1F;
	height: auto;
	width: auto;
	padding: 0px;
	border-style: inset;
	vertical-align: middle;
}

.bodytext {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #221E1F;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	word-spacing: 2px;
	padding-left: 10px;
	padding-right: 10;
	text-align: justify;
}

.bodysml {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	color: #221E1F;
}

input.big {
	width: 100px;
	color: #221E1F;
}

input.small {
	width: 50px;
	color: #221E1F;
}

.error {
	color: #CC0000;
	font-size: 10px;
}
.disclaim {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #221E1F;
}
.quote {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #BDC6A1;
	font-style: italic;
}
.formfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #DDE5C6;
}
.formtype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
.formtable {
	background-color: transparent;
	border: #000000;
	border-style: dashed;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

/* Hide entire CSS code from IE6 */
<![if !IE 6]>

.shiftcontainer{
position: relative;
left: 0px; /*Number should match -left shadow depth below*/
top: -2px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
	width: 820px; /* container width*/
	background-color: #5F634F;	
	/*	background: transparent url(images/shadow.jpg) repeat-y bottom right;*/
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background: transparent url(images/shadow.jpg) repeat-y bottom right;
/*		background-color: black;*/
border: 1px solid #5F634F;
padding: 0px;
position: relative;
left: 0px; /*shadow depth*/
top: 2px; /*shadow depth*/
}

<![endif]>

