body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	font-size:12px;
	background-color:#333333;
}

.menu_bg{
	 background-image:url(../../images/main_menu_bg.jpg);
	 background-repeat:no-repeat;
}

.dotted_grey{
	background-image:url(../../images/dotted_grey.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-top:5px;
}

.shad_left{
	background-image:url(../../images/shad_left.jpg);
	background-repeat:repeat-y;
}

.orange{
	color:#fc9606;
	font-size:14px;
	font-weight:bold;
	
}

.green_msg {
	color: #006633;
	font-size: 12px;
	font-weight:bold;
}
.red_msg {
	color: #FF0000;
	font-size: 12px;
	font-weight:bold;
}

.header H1{
	font-weight:normal;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:2px;
	margin-bottom:2px;
	font-size:1.5em;
	color:#333333;
	font-weight:bold;
}

.header2 H1{
	font-weight:normal;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:2px;
	margin-bottom:2px;
	font-size:1.3em;
	color:#333333;
	font-weight:bold;
}

.header H2{
	font-weight:normal;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:2px;
	margin-bottom:2px;
	font-size:1.0em;
	color:#333333;
	font-weight:bold;
}


.content{
	font-size:11px;
	color:#41290f;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
}

.content a{
	font-size:11px;
	color:#41290f;
	text-decoration:underline;
}

.content a:hover{
	font-size:11px;
	color:#8ca61d;
	text-decoration:underline;
}

.main_menu{
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.main_menu a{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.main_menu a:hover{
	font-weight:bold;
	color:#c55f02;
	text-decoration:none;
}

.main_menu_over a{
	font-weight:bold;
	color:#41290F;
	text-decoration:none;
}

.readmore{
	font-size:10px;
	color:#8ca61d;
}

.readmore a{
	font-size:10px;
	color:#8ca61d;
	text-decoration:none;

}

.readmore a:hover{
	font-size:10px;
	color:#41290F;
	text-decoration:underline;
}

.text10{
	font-size:10px;
	color:#FFFFFF;
}

.text10 a{
	color:#FFFFFF;
	text-decoration:none;
}

.text10 a:hover{
	color:#000000;
	text-decoration:underline;
}

.text11{
	font-size:11px;
	color:#333333;
	font-weight:bold;
}

.text11 a{
	font-size:11px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}

.text11 a:hover{
	font-size:11px;
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}


.paginate{
	color:#999999;
	font-size:11px;
}

.paginate a{
	color:#8ca61d;
	text-decoration:none;
	font-weight:bold;
}

.paginate a:hover{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}


.footer{
	font-size:10px;
	color:#333333;
}

.footer a{
	font-size:10px;
	color:#333333;
	text-decoration:none;
}
.footer a:hover{
	font-size:10px;
	color:#333333;
	text-decoration:underline;
}

.error{
	color:#FF0000;
	font-size:11px;
}

input {
	border:1px solid #000000;
	font-size:10px;
}

textarea {
	font-size:11px;
	border:1px solid #000000;
}

select {
	border:1px solid #000000;
	font-size:10px;
}

.but{
	border:1px;
	border-color:#000000;
	margin:0px;
	padding:0px;
	background-color:#626262;
	color:#FFFFFF;
}

form
{
   margin:0;
} 

.borderonly{border: 1px solid #000000;}

.bordergrey{border: 1px solid #CCCCCC;}

.no_border{
	border:0px;
}

ul{
	margin-top:0px;
	margin-bottom:0px;
}