/* CSS Document */

h1 {
	font-family: 'BellGothicStdBold', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color: #CCC;
	margin:5px 0px 10px 0px;
}

h2 {
	font-family: 'HoneyScriptLight', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:80px;
	font-weight:normal;
	color:#116389;
	margin:10px 0px 10px 0px;
	
	
}

h3 {
	font-family: 'BebasRegular', "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#2B5700;
	margin:10px 0px 5px 0px;
	line-height:30px;
	letter-spacing:.3px;
}

h4 {
	font-family: 'BebasRegular',"Lucida Grande", Lucida, Verdana, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#3A9422;
	margin:10px 0px 5px 0px;
	letter-spacing:.3px;
}

/*------------------------------------------------------------------------------------------------------------------*/

.bluetxt{
	font-family: "BellGothicStdBold", Lucida, Verdana, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#336699;
	text-decoration:none;
	line-height:25px;
}

.redtxt{
	font-family: "BellGothicStdBold", Lucida, Verdana, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#BB0000;
	text-decoration:none;
	line-height:25px;
}

.small{
	
	font-size:11px;
	color:#3C3C3C;
	line-height:17px;
}

.footer {

	font-size:11px;
	font-weight:normal;
	color:#164155;
	text-decoration:none;
}
/*------------------------------------------------------------------------------------------------------------------*/
div.keyscrollable {
	overflow:auto;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-3dlight-color:#999999;
	scrollbar-highlight-color:#999999;
	scrollbar-face-color:#999999;
	scrollbar-shadow-color:#999999;
	scrollbar-darkshadow-color:#999999;
	scrollbar-track-color:#FFFFFF;	
}

/*------------------------------------------------------------------------------------------------------------------*/

a.link:link, a.link:active, a.link:visited {
	font-family: 'BebasRegular', "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}

a.link:hover {
	color: #FFCC00;
	
}

a:link, a:active, a:visited {
	font-weight:bold;
	color:#1B6009;
	text-decoration:underline;
}

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

/*------------------------------------------------------------------------------------------------------------------*/


a.footerLink:link, a.footerLink:active, a.footerLink:visited {
	font-size:11px;
	font-weight:normal;
	color:#164155;
	text-decoration:none;
}

a.footerLink:hover {
	color:#000;
}

/*------------------------------------------------------------------------------------------------------------------*/
input
{
	font-family:Ms Sans Serif, Tahoma, Verdana;
	font-size:9pt;
	color:#000000;
	border:1px solid #CDC2AA;
	background:#FFFFFF;
}


textarea
{
	font-family:Ms Sans Serif, Tahoma, Verdana;
	font-size:9pt;
	color:#000000;
	border:1px solid #CDC2AA;
	background:#FFFFFF;
}


select
{
	font-family:Ms Sans Serif, Tahoma, Verdana;
	font-size:9pt;
	color:#000000;;
	border:1px solid #CDC2AA;
	background:#FFFFFF;
}


input.btn
{
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;	
	background:#3C7001;
	border:1px solid #366E15;
	
}
.img{
	border: 1px solid #507A21;
	background-color:#F5FDEC;
	margin-left:20px;
	padding:5px;
}

.img02{
	border: 1px solid #507A21;
	background-color:#F5FDEC;
	margin-right:20px;
	padding:5px;
	margin-bottom:20px;
}
@font-face {
    font-family: 'BebasRegular';
    src: url('bebas__-webfont.eot');
    src: url('bebas__-webfont.eot?#iefix') format('embedded-opentype'),
         url('bebas__-webfont.woff') format('woff'),
         url('bebas__-webfont.ttf') format('truetype'),
         url('bebas__-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


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

}

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

}
