@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	font-family: Arial, Tahoma, Verdana, Segoe UI, Calibri, Humanst, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	background-color: #634E39;
	background-image: url("body/watermark_main.jpg");
	margin: 0px 0px 0px 0px;
    background-position: top center;
    background-repeat: repeat-x;

}


a {
	text-decoration: none;
 	color: #09802E;
 	font-weight: bold;
 	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

a:link {
	text-decoration: none;
 	color: #09802E;
}

a:visited {
	text-decoration: none;
	color: #09802E;
}

a:hover {
	text-decoration: none;
	color: #D1983E;
}

#current {
	text-decoration: none;
	color : #B5CB07;
	font-weight: bold;
}

.txt_body {
	color: #333333;
	font-size: 12px;
	text-align: justify;
}

.txt_menu {
	color: #A68758;
	font-size: 14px;
	text-align: left;
	text-shadow: +1px +1px 2px #000000;
	text-transform: uppercase;	
}

h1{
	font-family: BebasNeueRegular, Arial, Tahoma, Verdana, Segoe UI, Calibri, Humanst, Helvetica, sans-serif;
	color: #09802E;
	font-size: 18pt;
	text-align: left;
	text-shadow: #BDDAE6 0px -1px 0, +1px +1px 3px #7F9487;
}

.txt_Heading_Brown{
	color: #634E39;
	font-size: 16pt;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: #fff 0px 1px 0, #000 0 -1px 0;
}

.txt_footer {
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	text-shadow: +1px +1px 2px #000000;
}

input, select, textarea
{
	font-family: Droid, Arial, Segoe UI, Calibri, Humanst, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px; 
	background-color : white; 
	background-image: url('body/gradient_form.gif');
	border : 1px solid #D1983E;
	margin : 1px;
	padding: 3px; 
	-webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
}

a#althover	{  color : #FFFFFF; font-weight: bold;
 	text-shadow: +1px +1px 2px #000000;
 	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
 }
a#althover:link	{  text-decoration: none; color : #FFFFFF; font-weight: bold; }
a#althover:visited {  text-decoration: none; color : #FFFFFF; font-weight: bold; }
a#althover:hover {  text-decoration: none; color : #21B521; font-weight: bold;}

hr {
  border: 1px dotted;
  width: 100%;
  color: #D1983E;
  background-color: #D1983E;
  height: 1px;
}


UL {

	font-size: 12px;
	text-align: justify;
list-style-image: url(body/bullet.png);
}

UL UL LI {

	font-size: 12px;
	text-align: justify;
list-style-image: url(body/bullet_sub.png);
}

UL UL UL LI {

	font-size: 12px;
	text-align: justify;
list-style-image: url(body/bullet_sub_sub.png);
}

.Spacer_05px {Height: 5px;}
.Spacer_10px {Height: 10px;}
.Spacer_15px {Height: 15px;}
.Spacer_20px {Height: 20px;}
.Spacer_25px {Height: 25px;}



a img
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
 	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

a img:hover
{
opacity:0.5;
filter:alpha(opacity=60); /* For IE8 and earlier */
 	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}