body {
	background-image: url(images/bkgreen.png);
	font-size: 95%;  /*13px*/
	color: #000000;
	background-color: #90EE90;
	font-family: Verdana, Arial, Helvetica;
}

.loanspread {
	color: Black;
	font-weight: bold;
}

.purple {
	color: #990066;
	font-weight: bold;
}

h1{
	background: #FFFFFD;
	color: #006400;
	padding-left: 2px;
	font-family: bold, verdana, arial, helvetica, sans-serif;
	font-size: 120%;
	vertical-align: top;
}

h2 {
	background: #FFFFFD;
	color: #008000;
	padding-left: 2px;
	font-family: bold, verdana, arial, helvetica, sans-serif;
	font-size: 110%;
}

table.main{border: 1px solid #C0C0C0;}

table.appdetails{
	background: #FBFFFB;
	color: #000080;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	line-height: 110%;
}

.orange {
	color: #ff9933;
	font-weight: bold;
}

tr.smallheader
	{
	color: #FFFFFF;
	background: #5599CC;
}

td.smallheader
	{
	color: #FFFFFF;
	font-weight: bold;
}

tr.listing {
	font-size: 9px;
}

td {
	font-size: 13px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica;
	vertical-align: top; 
}

td.order {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica;
}

dt {
	font-weight: bold;
}

dd {
	padding-bottom: 15px;
}

a, a:visited { background : #FFFFFD; color : #0000FF; }
a.boldtext { background : #FFFFFD; color : #0000FF; font-family : bold, verdana, arial, helvetica, sans-serif; font-size : 100%; }
a:hover{ background : #FFFFFD; color : #FF0000; }
a:hover.boldtext { background : #FFFFFD; color : #FF0000; font-family : bold, verdana, arial, helvetica, sans-serif; font-size : 100%; }

a.menu {
background-color: #1a50b8;
	color: White;
	text-decoration: none;
	font-weight: bold;
}

a.menu:visited {
background-color: #1a50b8;
	color: White;
	text-decoration: none;
}

a.menu:active {
background-color: #1a50b8;
	color: White;
	text-decoration: none;
}

a.menu:hover {
background-color: #1a50b8;
	color: #ffff00;
	text-decoration: none;
}
	
.sectionheader {
	font-size: 16px;
	font-weight: bold;
}

.menubar {
	background-color: #1a50b8;
	font-size: 13px;
	color: White;
	font-family: Verdana, Arial, Helvetica;
	margin-left: 20px;
}

.menubar a {
background-color: #1a50b8;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.menubar a:visited {
background-color: #1a50b8;
	color: #FFFFFF;
	text-decoration: none;
}

.menubar a:active {
background-color: #1a50b8;
	color: #FFFFFF;
	text-decoration: none;
}

.menubar a:hover {
background-color: #1a50b8;
	color: #ffff00;
}

	
	
.header {
	background-color: White ;
	/*background-repeat: no-repeat;*/
	/*height: 100px;
	width: 720px;*/
}

.footer {
	width: 720px;
	background-color: #1a50b8;
	font-size: 10px;
	color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica;
	padding-left: 15px;
	text-align: right;
	padding-right: 15px;
}


/*.footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

	
.footer a:hover {
	color: #eeeefd;
}

	
.footer a:visited {
	color: #FFFFFF;
}  */

.small{ font-family: Verdana, Arial, Geneva, sans-serif; font-size: 95%; line-height: 140%; vertical-align: top; }	
	
.feature {
	color: #2ca320;
	font-weight: bolder;
}

.imagecaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #CCCCCC;
	text-align: center;
}

.ul{
 list-style-image: url(images/check.gif);
 display: none;
 list-style: none outside url(images/check.gif);
 list-style-type: none;
}

