@font-face {
    font-family: 'SSBebas';
    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: Trebuchet MS, Lucida Sans Unicode, Tahoma, Arial, Verdana ,Segoe UI, Calibri, Humanst, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFF4DA;
	background-image: url('body/watermark_main.gif');
	background-position: center top;
	background-repeat: repeat-x;
	margin: 0px;

}


a {
	text-decoration: none;
 	color: #7D2100;
 	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

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

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

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

#current {
	text-decoration: none;
	padding: 5px;
	color : #FFFFFF;
	background-color: #BBC555;
}

.txt_body {
	font-size: 10pt;
	text-align: justify;
}

.txt_rates {
	font-size: 10pt;
	text-align: center;
}

.txt_menu {
	font-family: 'SSBebas', Arial Narrow, Arial;
	color: #BBC555;
	font-size: 20pt;
	text-align: center;

}


h1{
	font-family: 'SSBebas', Arial Narrow, Arial;
	color: #990000;
	font-size: 40px;
	font-weight: normal;
	display: inline;
	text-align: left;
}

h2{
	font-family: 'SSBebas', Arial Narrow, Arial;
	color: #969C50;
	font-size: 40px;
	font-weight: normal;
	display: inline;
	text-align: left;
}

h3{
	font-family: 'SSBebas', Arial Narrow, Arial;
	color: #D6501E;
	font-size: 40px;
	font-weight: normal;
	display: inline;
	text-align: left;
}

h4{
	font-family: 'SSBebas', Arial Narrow, Arial;
	color: #ffffff;
	font-size: 18pt;
	font-weight: normal;
	display: inline;
	text-align: left;
	text-shadow: 1px 1px 3px #000000;
      filter: dropshadow(color=#000000, offx=1, offy=1);
}





.txt_footer {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

input, select, textarea
{
	font-family: Arial, Trebuchet MS, Lucida Sans Unicode, Tahoma, Arial, Verdana ,Segoe UI, Calibri, Humanst, Helvetica, sans-serif;
	font-size : 12px; 
	background-color : white; 
	background-image: url('body/gradient_form.gif');
	border : 1px solid #000000;
	margin : 1px;
	padding: 3px; 
	-webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
    box-shadow: inset 0px 2px 8px #DDD;
    transition: all 0.3s ease-in-out;	
    -webkit-transition: all 0.3s ease-in-out;	
    -moz-transition: all 0.3s ease-in-out;	
    -o-transition: all 0.3s ease-in-out;
    outline:none;

}

INPUT[type="submit"]
{
    background-color: #000000;
    color: #ffffff;
    box-shadow: inset 0px 0px 0px #000;
    cursor:hand;

}


input:hover{border: solid 1px #000000} 
input:focus{opacity:1; border: solid 1px #000000;}
select:hover{border: solid 1px #000000} 
select:focus{opacity:1; border: solid 1px #000000;}
textarea:hover{border: solid 1px #000000} 
textarea:focus{opacity:1; border: solid 1px #000000;}
.button:hover{opacity:1; border: solid 0px #000000} 
.button:focus{opacity:1; border: solid 1px #000000;}

a#althover	{  color : #7D2100; font-family: 'SSBebas', Arial Narrow, Arial; padding: 5px;
 	-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 : #7D2100; }
a#althover:visited {  text-decoration: none; color : #7D2100; }
a#althover:hover {  text-decoration: none; color : #FFFFFF; background-color: #D6501E;}

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

UL {

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

UL UL LI {

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

UL UL UL LI {

	font-size: 10pt;
	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;}
.Spacer_30px {Height: 30px;}
.Spacer_40px {Height: 40px;}



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;
}



#ShadowTable {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 10px rgba(0, 0, 0, 0.3);
}