body 
{  
	margin: 0; 
	background-image: url(images/bg.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	font-size: 12px;
	color: #000000; 
}

.table
{
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	font-size: 12px;
	color: #333333; 
	width: 800px;
}

.table2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	font-size: 12px;
	color: #333333; 
	width: 786px;
	background-color:#FFFFFF;
}

hr  
{
	color: #7F9DBE;
	background-color: #7F9DBE;
	height: 1px;
	border: 0;
	width: 100%;
}

.imgb
{
	padding-right:1px;
}


h3
{
	color: #00009B;
	font-size:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#body
{
	overflow: auto;
	height: 555px;
	width:500px;
	padding:10px;
}

#body_contact
{
	overflow: auto;
	height: 555px;
	width:500px;
	padding:10px;
	background-image:url(images/contactbg.gif);
}

/* FORM */

input
{
	border: 1px #000000 solid;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

.radio
{
	border: 1px #FFFFFF solid;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

select
{
	border: 1px #000000 solid;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

textarea
{
	border: 1px #000000 solid;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

.submit
{
	background-color: #325F92;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;;
	color: #FFFFFF;
	border: 1px #000000 solid;
}


label
{
	width: 100px;
	float: left;
	text-align: left;
	margin: 0 1em 0px 0;
	clear: both
}

/* LINKS */

a:active, a:link, a:visited 
{  
	color: #25408B;
}

a:hover 
{  
	color: #FFFFFF; 
	text-decoration: none;
	background-color:#25408B;
}

ul li
{
	list-style-image:url(images/bullet.gif);
	line-height:18px;
}

/* TABS */

#nav 
{
		font-family:Georgia, "Times New Roman", Times, serif;
		text-align:center;
		font-size:12px;
		font-weight:bold;
		height:26px;
		padding-left:0;
		margin:0;
		
		
}

#nav li 
{
		list-style:none;
		display:inline;	
	
}

#nav a 
{
		width:96px;
		height:26px;	
		text-decoration:none;
		background:url("images/tab_off.gif") no-repeat;
		float:left;
		color:#FFFFFF;
		padding-right:1px;
		
}

#nav a:hover { 
		background:url("images/tab_on.gif") no-repeat;
		width:96px;
		height:26px;			
		color:#FFFFFF;
		padding-right:1px;
}

#nav li a.selected
{
		background:url("images/tab_on2.gif") no-repeat;
		width:96px;
		height:26px;		
		color: #00009B;
		padding-right:1px;
}

#nav li a:hover.selected
{
		background:url("images/tab_on2.gif") no-repeat;
		width:96px;
		height:26px;		
		color: #00009B;
}
