/* CSS Document */
body,td,th {

	
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	font-family: tahoma;
	
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_site.jpg);
	font-size: 25px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0008A5;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0008A5;
}
a:hover {
	text-decoration: underline;
	color: #0008A5;
}
a:active {
	text-decoration: none;
	color: #0008A5;
}
.nav {
    border: 1px solid #0008A5;
	border-left-color: #cccccc;
	border-right-color: #cccccc;
	border-top-color: #cccccc;
	border-bottom-color: #ffffff;
	border-bottom-width: 0px;
	height: 21;
	padding-right:5px;

	}

a.menu  {
	text-decoration: none;
	color: #666666;
	font-size: 11px;
	font-family: tahoma;
	font-family: tahoma;
}

a.menu:hover {
	text-decoration: none;
	color: #86C2DA;
	font-weight: none;
	font-size: 11px;
	font-family: tahoma;

}


.menu_head {
	font-size: 14px;
	color: #F07623;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-right:8px;
}


.main_table {
	font-size: 12px;
	color: #666666;
	font-family: tahoma;
	font-weight: none;
	padding-right:6px;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:3px;
	
}

.textarea_css {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px;
	width: 150px;
	height: 17px;
	float: none;
	background-color: #ffffff;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-top-width: 1px;
	border-right-color: #cccccc;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #cccccc;
	border-left-width: 1px;
	border-left-style: solid;
	color: #0008A5;
}