body {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	background-color:#e4e7f2;
}

.siteBody {
	position: absolute;
	left: 50%;
  	margin-left: -500px;
	width: 1000px;
	}

.headerRegion	{
	position:relative;
	background-color:#FFF;
			}

.nav	{
	position:relative;
	height: 40px;		}

.navArea	{
	position:relative;
	z-index:1000;
			}

.mainContent	{
	position:relative;
	height: 490px;
	width:1000px;
	text-align:justify;
	background-color:#FFF;
	background-position:top;
	background-position:left;
	z-index:1;
	background-repeat:no-repeat; 
	
			}

td { font-size:12px; }	

textarea { 
	border:2px solid #000000; 
	padding: 3px;
	color:#000000;
}

input { 
	border:2px solid #000000; 
	padding: 3px;
	color:#000000;
}

select 	{ 
	border:2px solid #000000; 
	padding: 1px;
	width: auto;
	color:#000000;

}

option 	{ 
	border:1px solid #000000; 
	color:#000000;
}

	

a:link {
	color:#999;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color: #888;
	font-weight:bold;
	text-decoration:none;
}
a:active {
	color: #999;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#666;
	font-weight:bold;
}

a.blackLink:link {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
a.blackLink:visited {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
a.blackLink:active {
	color:#999;
	font-weight:bold;
	text-decoration:none;
}
a.blackLink:hover {
	color:#666;
	font-weight:bold;
}

.small {
	font-size:10px;
}

.headingText {
	font-size:14px;
	font-weight:bold;
}