﻿body{
	margin:0px;
	padding:0px;
	background:url(../images/bg.gif) repeat-x top #e0f764;
	font-size:16px;
	font-family: "Times New Roman", Times, serif;
	color:#464644;
	line-height:18px;
}
a{
	color:#0476c9;
}
a:hover{
	text-decoration:none;
}
h1{
	color:#009f29;
	margin:0px;
	padding:0px;
	font-size:20px;
	font-weight:bold;
}

h2{
	color:#009f29;
	margin:0px;
	padding:0px;
	font-size:20px;
	font-weight:bold;
}


.hline{
	background:url(../images/vline.gif) repeat-x;
	height:19px;
}

.contents_bottom{
	background:url(../images/bottom.gif) repeat-x;
}
.contents_top{
	background:url(../images/top.gif) repeat-x;
}
.contents_left{
	background:url(../images/left.gif) repeat-y;
}
.contents_right{
	background:url(../images/right.gif) repeat-y;
}


.btn_white{
	background:url(../images/btn_white.gif) no-repeat;
	width:85px;
	height:24px;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color:#5c5c5c;
	border:none;
	cursor:pointer;
	padding-left:10px;
	padding-bottom:4px;
}
.small_field{
	background:url(../images/small_field.gif) no-repeat;
	height:20px;
	width:180px;
	color:#54626d;
	border:none;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	padding:2px;
}
.field{
	color:#066131;
	border:#aoaoao 1px solid;
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	padding:3px;
}
.field1{
	color:#066131;
	border:#aoaoao 1px solid;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	padding:3px;
}
.top_menu{
	background:url(../images/top_menu_bg.gif) repeat-x;
	color:#fff;
	font-size:18px;
	line-height:18px;

}



.top_links {
	background:url(../images/top_menu_over.gif) no-repeat left;
	font-size:18px;
	color:#FFF;
	height:30px;
	width:115px;
	font-weight:bold;

}
.top_links a {
	DISPLAY: block;
	background:url(../images/top_menu_bg.gif) repeat-x;
	height: 24px;
	padding-top:6px;
	color:#FFF;
	text-decoration:none
}.top_links a:hover {
	background: none transparent scroll repeat 0% 0%;
	text-decoration:none;
	color:#444;
}

.image{
	border:1px solid #a6a6a6;
	padding:1px;
}


.menu_bg{
	background:url(../images/menu_bg.gif) top repeat-x;
	border-left:2px solid #cdcdcd;
	border-right:2px solid #cdcdcd;
}

.block_title{
	background:url(../images/block_title.gif) no-repeat;
	width:218px;
	height:59px;
	color:#cceaff;
	font-size:18px;
	font-weight:bold;
}
.blocks{
	background:#EEE;
	border-left: #cdcdcd 1px solid;
	border-right: #cdcdcd 1px solid;
	padding:5px;
}


.footer{
	background:url(../images/top_menu_bg.gif) repeat-x;
	color:#FFF;
}

.footer a{
	color:#FFF;
	text-decoration:none;

}
.red {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FF0000;
}
.green {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #009900;
}