/*LINKS
-------------------------------------------*/
a {
	text-decoration: underline;
	color: #FF6600;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.copyright a {
	COLOR: #999999;
	text-decoration: none;
}
.copyright a:hover {
	COLOR: #FFFFFF;
	text-decoration: none;
}
.download a {
	COLOR: #5BADFF;
	text-decoration: underline;
}
.download a:hover {
	COLOR: #FF6600;
	text-decoration: none;
}


/*MAIN TEXT
---------------------------------------------*/

.h1 {		font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 15px;
	color: #FC6901;
	text-decoration: none;
	line-height: 20px;	
	font-weight: bold;
}
.h2 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F3023;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
}
.h3 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #CCC06F;
	text-decoration: none;
	line-height: 18px;	
	font-weight: bold;
}
.h4 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #666666;
	text-decoration: none;
	line-height: 15px;
}

.paragraph {font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F3023;
	line-height: 21px;
	text-decoration: none;
}
.errormessage{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
	line-height: 21px;
	text-decoration: none;
}
.paragraph1 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	line-height: 20px;
	text-decoration: none;
}

/*BODY
-------------------------------------------*/

body{
	padding: 0px;
	SCROLLBAR-FACE-COLOR: #EEEBE6;
	SCROLLBAR-HIGHLIGHT-COLOR: #F2F2F2;
	SCROLLBAR-SHADOW-COLOR: #E0E0E0;
	SCROLLBAR-3DLIGHT-COLOR: #F2F2F2;
	SCROLLBAR-ARROW-COLOR: #38575C;
	SCROLLBAR-TRACK-COLOR: #E0E0E0;
	SCROLLBAR-DARKSHADOW-COLOR: #999999;
	background-color: #333333;
	margin: 0;
	color: #333333;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-weight: normal;
	font-size: small;
	line-height: 150%;
}

/*FORM ELEMENTS
------------------------------------*/

.txtbox {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	color: #000000;
	text-decoration: none;
	clear: none;
	float: none;
	font-size: small;
	width: 187px;
}
.txtbox1 {	font-family: 'Trebuchet MS', Verdana, sans-serif;
	color: #000000;
	text-decoration: none;
	clear: none;
	float: none;	
	font-size: small;
}
.submitbu {	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	border: 0px solid #999999;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(../images/submit_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 21px;
	width: 87px;
	cursor: hand;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	height: 30px;
}
.topbg {
	background-attachment: scroll;
	background-image: url(../images/top_img5_bg.jpg);
	background-repeat: no-repeat;
}
.bottom_bg {
	background-attachment: scroll;
	background-color: #F53801;
	background-image: url(../images/bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 150px;
}
