@charset "iso-8859-1";
/* CSS Document */
body{
padding:0px;
margin:0px;
}

.main_text
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:13px;
		color:#000000;
	}
	
.main1_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:12px;
		color:#FFFFFF;
	}

.flash_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:13px;
		color:#656565;
	}
.header_text
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:14px;
	color:#000000;
	text-decoration: none;
	font-weight:bold;
	}
	
.summary_text
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:13px;
	color:#006633;
	text-decoration: none;
	font-weight:bold;
	}
	
.link_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:13px;
		color:#6192B1;
	}	
	
.link1_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:13px;
		color:#568120;
	}		
.copyright_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#616161;
	}

.form
	{
		width:171px; height:18px; border-color:#CFCFCF; border-bottom-width:1px;border-right-width:1px; background-color:#FFFFFF; border-left-color:#7D7D7D
	}
	
.form1
	{
		width:171px; height:17px; border-color:#DEDBD5; border-width:1px;border-left-width:2px; background-color:#FFFFFF
	}
.form_div
	{
		height:20px; margin-top:10px;		
	}
		
	a.text:link {color:#333333;text-decoration:none;}	
	a.text:hover {color:#333333;text-decoration:underline;}
	a.text:active {color:#333333;text-decoration:none;}
	a.text:visited {color:#333333;text-decoration:none;}
	
	a.text1:link {color:#4E4E4E;text-decoration:none;}	
	a.text1:hover {color:#4E4E4E;text-decoration:underline;}
	a.text1:active {color:#4E4E4E;text-decoration:none;}
	a.text1:visited {color:#4E4E4E;text-decoration:none;}

	a.main1_text:link {text-decoration:none;}	
	a.main1_text:hover {text-decoration:underline;}
	a.main1_text:active {text-decoration:none;}
	a.main1_text:visited {text-decoration:none;}

	a.copyright_text:link {text-decoration:none;}	
	a.copyright_text:hover {text-decoration:underline;}
	a.copyright_text:active {text-decoration:none;}
	a.copyright_text:visited {text-decoration:none;}
/* --------------------- nav ------------------------ */
#nav li{
	list-style:none;
	text-decoration:none;	
	background:#000000;
}
#nav li a{
	display:block;
	line-height:26px;
	text-indent:5px;
	font-weight:bold;
	text-decoration:none;	
	color:#fff;
	background:url(nav_back.gif) no-repeat;
	border-bottom:3px solid #4d77ac;
}
#nav li a:hover{
	background:#cccccc url(nav_selected.gif) no-repeat;
	color:#000000;
}
#nav li a.selected{
	background:url(nav_selected.gif) no-repeat;
}
#nav li a.selected:hover{
	background:#4d77ac url(nav_selected.gif) no-repeat;
}

/* --------------------- nav2 ------------------------ */
#nav2 li{
	list-style:none;
	text-decoration:none;	
	background:#000000;
}
#nav2 li a{
	display:block;
	line-height:26px;
	text-indent:5px;
	font-weight:bold;
	text-decoration:none;	
	color:#fff;
	background:url(nav_back.gif) no-repeat;
	border-bottom:3px solid #333333;
}
#nav2 li a:hover{
	background:#333333 url(nav_selected.gif) no-repeat;
}
#nav2 li a.selected{
	background:url(nav_selected.gif) no-repeat;
}
#nav2 li a.selected:hover{
	background:#333333 url(nav_selected.gif) no-repeat;
}
