/* Global Styles */

body {
	background-color: #FFF;
	color: #000;
	margin:0px;
	font:11px arial;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #00F;
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
	color: #00C;
	text-decoration:underline;
	}
a:visited {
	color: #0000CC;
	text-decoration:none;
}
a.sublinks {
	font:11px arial;
	color: #0000FF;
	text-decoration: underline;
}
a:hover.sublinks {
	font:11px arial;
	color: #0000FF;
	text-decoration: underline;
}
a:visited.sublinks {
	font:11px arial;
	color: #00C;
	text-decoration: underline;
}

input.lender {
	border: 1px solid rgb(176, 176, 176);
	width: 355px;
	height: 18px;
	font-family: Tahoma;
	font-size: 11px;
	background-color: rgb(223, 223, 223);
}
input.lenderS {
	border: 1px solid rgb(176, 176, 176);
	width: 55px;
	height: 18px;
	font-family: Tahoma;
	font-size: 11px;
	background-color: rgb(223, 223, 223);
}

.req {
	color: #F00;
	font-size:10px;
}
.style360 {
	font-size: 24px;
	font-weight: bold;
	color: #F00;
}
.title {
	font-size: 24px;
	font-weight: bold;
	font-style:italic;
	color: #000;
}
.started {
	background-color:#CCC;
	text-align:center;
	font-size: 16px;
	font-weight: bold;
}
.subStarted {
	background-color:#CCC;
	text-align:center;
	font-size: 14px;
}
.bodyText {
	font-size: 13px;
	font-weight: bold;
	text-align: justify;
	line-height:22px;
}
.smallText {
	font:11px Arial;
	color: #333;
}
.navText {
	font:10px arial;
	letter-spacing:.1em;
}