/*LINKS
-------------------------------------------*/
a {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.class2 a {
	COLOR: #ffffff;
	text-decoration: none;
}
.class2 a:hover {COLOR: #013D73;}
.copyright a {
	COLOR: #ffffff;
	text-decoration: none;
}
.copyright a:hover {
	COLOR: #013D73;
	text-decoration: none;
}
.menu a {
	text-decoration: none;
	color: #333333;
	background-color:#BBDBEA;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 38px;
	background-image: url(../images/menu_bg_on.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7BB3D6;
	background-attachment: scroll;
	background-image: url(../images/menu_bg_over.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
/*MAIN TEXT
---------------------------------------------*/

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #549ECB;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/title_bg.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center bottom;
	height: 20px;
	padding-top: 18px;
	padding-bottom: 5px;
	padding-left: 35px;
}
.h2 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	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: #333333;
	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;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	font-size: 11px;
	line-height: 20px;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat;
}

/*FORM ELEMENTS
------------------------------------*/

.txtbox {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	clear: none;
	float: none;
	font-size: 12px;
	width: 140px;
}
.txtbox1 {	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	clear: none;
	float: none;	
	font-size: 11px;
}
.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/sub_bu.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 21px;
	width: 80px;
	cursor: hand;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 30px;
}
.main_bg {
	background-image: url(../images/main_bg.jpg);
}
.header_line {
	background-image: url(../images/header_line.gif);
	background-repeat: repeat-x;
	height: 6px;
}
.header_bg {
	background-image: url(../images/header_img2_bg.jpg);
	background-repeat: repeat-x;
	height: 76px;
}
.left_bg {
	background-image: url(../images/left_bg.jpg);
	background-repeat: repeat-y;
	width: 191px;
}
.header_bgright {
	background-image: url(../images/header_img3.jpg);
	background-repeat: no-repeat;
	height: 76px;
	width: 206px;
}
.content_bg {
	background-attachment: scroll;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
