/* Body */

body { 	
background-color: #ffffff;
color: #000000;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}


/* Pixel Lines */

.sepT
{
background-color:#999999;
}

a 
{
font-family: verdana,arial,helvetica, sans-serif ; 
color: #990000; 
text-decoration: none; 
font-weight: bold;
}
a:link { color: #990000; text-decoration: none; font-weight: bold; }
a:visited {color: #990000; font-weight: bold;}
a:active {color: #990000; font-weight: bold;}
a:hover {color: #000000; font-weight: bold;}

/* SECTION TITLE */

.sectionTitle
{
font-family: verdana, arial, sans-serif;
font-size: 12px;
font-weight: bold;
text-transform:uppercase;
color:#000000;
}

/* TOP HEADER */

.header
{
font-family: verdana, arial, sans-serif;
font-size:14px;
font-weight: bold;
color:#ffffff;
}

/* STANDARD TEXT */

.bodyText
{
font-family: verdana, arial, sans-serif;
font-size:11px;
color:#000000;
}

/* Standard Title */

.title
{
font-family: verdana, arial, sans-serif;
font-size:11px;
font-weight: bold;
color:#000000;
}


/* Small Text */

.small
{
font-family: verdana, arial, sans-serif;
font-size:10px;
}

/* Small Bold Text */

.smBold
{
font-family: verdana, arial, sans-serif;
font-size:10px;
font-weight: bold;
}

/* Date Text */

.date
{
font-family: verdana, arial, sans-serif;
font-size:10px;
font-weight: bold;
color:#000000;
padding-left: 10px;
text-transform:uppercase;
}

/* Error Text */

.error
{
font-family: verdana, arial, sans-serif;
font-size:11px;
font-weight:bold;
color:#ff0000;
}


/* Input Fields */

.step1 {
background-color: #66CC66;

}

input {
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
}

/* Select Fields */

select {
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
}


textarea {
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
} 

/* Report Heading */

.reportHeader {
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	background-color: #000000;
}

/* Report Line Item */

.lineItem {
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	background-color: #efefef;
}

/* Averages */

.averages {
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	background-color: #cccccc;
}
