/* CSS Document */
body
{
	margin:0px;
	font-family:Tahoma, Verdana;
	color:#1B4E00;
	font-size:11px;
	background-image:url(../image/bg.jpg);
	background-repeat:repeat-x;
}
a:link{
  text-decoration: none;
  color:#666666;
}
a:visited{
  text-decoration: none;
  color:#666666;
}
a:hover{
  text-decoration: none;
  color:#FF9900;
}
a:active{
  text-decoration: none;
  color:#666666;
}
.tile
{
	background-image:url(../image/tile.jpg);
	background-repeat:repeat-y;
}
.line
{
	height:0px;
	width:auto;
	border-bottom:#FFFFFF solid 1px;
	border-top:#E1E1E1 solid 1px;
}
.coure
{
	color:#FC9A00;
	font-weight:bold;
}
.footer_tile
{
	background-image:url(../image/footer_tile.jpg);
	background-repeat:repeat-x;
}
.link
{
	color:#FC8800;
	height:12px;
	border-bottom:#296408 solid 4px;
	font-weight:bold;
	text-decoration:none;
}
.link:hover
{
	color:#296408;
	height:12px;
	border-bottom:#FC8800 solid 4px;
	font-weight:bold;
	text-decoration:none;
}
.coures_link
{
	color:#FC8800;
	font-weight:bold;
	text-decoration:none;
}									
.coures_link:hover
{
	color:#296408;
	font-weight:bold;
	text-decoration:none;
}	
.footer_link
{
	color:#FC8800;
	text-decoration:none;
}
.footer_link:hover
{
	color:#296408;
	text-decoration:none;
}
.btn_tile
{
	background-image:url(../image/innert_tile.jpg);
	background-repeat:repeat-y;
	width:243px;
}
.footer_left
{
	background-image:url(../image/inner_footer_left.jpg);
	background-repeat:no-repeat;
	width:9px;
}
.footer_right
{
	background-image:url(../image/inner_footer_right.jpg);
	background-repeat:no-repeat;
	width:9px;
}
.footer_bottom_tile
{
	background-image:url(../image/inner_footer_tile.jpg);
	background-repeat:repeat-x;
}
.sub
{
	background-image:url(../image/sub.jpg);
	background-repeat:no-repeat;
	width:666px;
	height:48px;
	font-family:"Trebuchet MS";
	font-size:20px;
	color:#FFFFFF;
}
.sub_text
{
	height:30px;
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#FFFFFF;
}
.text_field
{
	width:180px;
	height:18px;
	border-bottom:#ffffff solid 1px;
	border-left:#ffffff solid 1px;
	border-right:#ffffff solid 1px;
	background-color:#246102;
	color:#FFFFFF;
}
.text_area
{
	width:180px;
	height:60px;
	border-bottom:#ffffff solid 1px;
	border-left:#ffffff solid 1px;
	border-right:#ffffff solid 1px;
	background-color:#246102;
	color:#FFFFFF;
}
.line_v
{
	height:0px;
	width:auto;
	border-left:#FFFFFF solid 1px;
	border-right:#E1E1E1 solid 1px;
}						