body { 
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  text-align:left;
  font-size : 12pt; 
}
a { 
  text-decoration : underline; 
  color : #0000ff; 
}  
h1 {
	color: #000000;
	font-size: 16pt;
}
h2 {
	color: #000000;
	font-size: 20pt;
}

#entireArea {
	background-color: #FFFFFF;
	background-image: none;
}

#shadowLeft, #shadowRight, #header, #topNav, #footer, .noprint { 
  display : none; 
}

#mainArea {
	background-image:none;
	width: 640px;
	float: none;
	text-align: left;
	background-color: #FFFFFF;
	padding-bottom:0;
}


#middleContent {
	width: 100%;
	background-color: #FFFFFF;
	padding: 0;
	border: none;
}

.items td, .items table, .items th{
	padding-left: 3;
	border: 1px solid #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 6.5in;
	padding-top: 2px;
	padding-bottom: 2px;
}


/* FORMS */
#mainContent form {padding-left: 0px;}
.items td, .items th, input, select {
	height:25px;
	font-size: 12pt;
	color: #000000;
}
.longUnderline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336600;
	padding-right: 55px;
}
