body
{
	font-size: 10pt;
	font-family: arial, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	scrollbar-base-color: #000099;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #E00DE3;
}

a
{
	font-size: 10pt;
	font-family: arial, sans-serif;
	color: #000099;
	text-decoration: underline;
}

a:link
{
	color: #000099;
}

a:visited
{
	color: #000099;	
}

a:hover
{
	color: #3438DE;
	text-decoration: none;
}

a.main
{
	font-family: arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.main:link
{
	color: #FFFFFF;
}


a.main:visited
{
	color: #FFFFFF;
}

a.main:hover
{
	color: #C0C0FF;
	text-decoration: none;
}

a.sub
{
	font-family: arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000099;
	text-decoration: none;
}

a.sub:link
{
	color: #000099;
}

a.sub:visited
{
	color: #000099;
}

a.sub:hover
{
	color: #3438DE;
	text-decoration: underline;
}

td
{
	font-size: 10pt;
	font-family: arial, sans-serif;
	color: #000000;
}

td.main
{
	background-color: #000099;
	text-align: left;
}

td.sub
{
	background-color: #FFFFFF;
	text-align: right;
}

td.footer
{
	font-size: 8pt;
	text-align: center;
}

td.secCheck
{
	font-size: 8pt;
	text-align: justify;
}

td.small
{
	font-size: 8pt;
}

.navBarPosition
{
	position: absolute;
	top: 95px;
	left: 10px;
}

.form
{
	font-size: 8pt;
	color: #3438DE;
}

.eCommForm
{
	font-size: 8pt;
	color: #000099;
}

.eCommInput
{
	font-family: monospace;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	border-style: solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid; 
	border-bottom: 1px solid;	
}

.input
{
	font-family: monospace;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	border-style: solid;
	border-right: 0px;
	border-top: 0px;
	border-left: 2px solid #C0C0C0;
	border-bottom: 2px solid #C0C0C0;	
}

.donInput
{
	font-family: monospace;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	border-style: solid;
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 2px solid #C0C0C0;
}

.mileageInput
{
	font-family: monospace;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	border-style: solid;
	border-right: 0px;
	border-top: 0px;
	border-left: 0px solid;
	border-bottom: 0px solid;	
}

.output
{
	font-family: monospace;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	border-style: solid;
	border-right: 0px solid #000000;
	border-top: 0px solid #000000;;
	border-left: 0px solid #000000;
	border-bottom: 0px solid #000000;
}

.heading
{
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	background: #000099;
	text-decoration: none;
}

.header1
{
	font-size: 22pt;
	font-weight: bold;
}

.header2
{
	font-size: 18pt;
	font-weight: bold;
}

.fancyList
{
	list-style: disc outside;
	color: #000099;
}

.fancyListOrdered
{
	color: #000099;
	font-weight: bold;
}

.cellBorder
{
	border-style: solid;
	border-right: 1px solid #000099;
	border-top: 0px solid #000099;
	border-left: 1px solid #000099;
	border-bottom: 0px solid #000099;
}

.fullCellBorder
{
	border-style: solid;
	border-right: 1px solid #000099;
	border-top: 1px solid #000099;
	border-left: 1px solid #000099;
	border-bottom: 1px solid #000099;
}

.fullCellBorder2
{
	border-style: solid;
	border-right: 2px solid #000099;
	border-top: 2px solid #000099;
	border-left: 2px solid #000099;
	border-bottom: 2px solid #000099;
}

textarea.wsTxtArea
{
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	text-align: justify;
	border: 0;
	background-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
}