/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
FORM
{
	margin: 0px;
}	

.txt_main {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	}
	.txt_main a:hover {
	text-decoration: underline;
	}
	
.txt_main1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding: 3px;
	}
	.txt_main a:hover {
	text-decoration: underline;
	}
	
.txt_black_link_red {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}
	.txt_black_link_red a:hover {
	color: #85202E;
	}

.txt_dard_grey {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	}
	.txt_main a:hover {
	text-decoration: underline;
	}

.txt_red_11 {
	font-family: Tahoma;
	font-size: 11px;
	color: #85202E;
	text-decoration: none;
	}
	.txt_red_11 a:hover {
	color: #026932;
	}
	
.txt_red_11Subs {
	font-family: Tahoma;
	font-size: 10px;
	color: #85202E;
	text-decoration: none;
	}
	.txt_red_11Subs a:hover {
	color: #026932;
	}	

.txt_green_11 {
	font-family: Tahoma;
	font-size: 11px;
	color: #026932;
	text-decoration: none;
	}
	.txt_green_11 a:hover {
	text-decoration: underline;
	}

.txt_green_16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #026932;
	text-decoration: none;
	}

.txt_red_14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #85202E;
	text-decoration: none;
	}

.txt_red_16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #85202E;
	text-decoration: none;
	}

.border
	{
	border: #DADADA 1px solid;
	}
	
.mapHref 
{
	font-family:arial;
	font-size:12px;
	color:#026932;
	text-decoration:none;
	font-weight:bold;
}

.mapHref:HOVER 
{
	font-family:arial;
	font-size:12px;
	color:#85202E;
	text-decoration:underline;
	font-weight:bold;
}

.midHR 
{
	color:#DBA761;
	width:90%;
	border:DBA761 solid 1;
	height:3px;
}	

.hidden
{
	position:absolute;
	left:-1000px;
	width:900px;	
}