/*LINKS
-------------------------------------------*/
a {
	text-decoration: underline;
	color: #FF0000;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

.class2 a {
	COLOR: #464646;
	text-decoration: none;
}
.class2 a:hover {COLOR: #000000;
	text-decoration: none;
}
.class3 a {
	text-decoration: none;
	COLOR: #666666;
}
.class3 a:hover {COLOR: #000000;
}

/*MAIN TEXT
---------------------------------------------*/

.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #9D080C;
	text-decoration: none;
	line-height: 20px;	
	font-weight: bold;
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color:#9D080C;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
}
.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	line-height: normal;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
}
.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	text-decoration: none;
	line-height: 15px;
}
.h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	text-decoration: none;
	line-height: 15px;
}
.paragraph {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #464646;
	line-height: 22px;
	text-decoration: none;
}
.paragraphbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
	line-height: 19px;
	text-decoration: none;
	font-weight: bold;
}
.paragraph1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	line-height: 19px;
	text-decoration: none;
}
.paragraph2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	line-height: 19px;
	text-decoration: none;
}
.paragraphred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #ff0000;
	line-height: 19px;
	text-decoration: none;
}

/*BODY
-------------------------------------------*/

body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	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-repeat: repeat;
	background-color: #FEF0C3;
}

/*TOP BACKGROUND IMAGES
-------------------------------------------*/

.dotvertline {
	background-attachment: scroll;
	background-image: url(../images/hor_line_dot.jpg);
	background-repeat: repeat-y;
	width: 1px;
}
.dothorzline {
	background-attachment: scroll;
	background-image: url(../images/ver_line_dot.jpg);
	background-repeat: repeat-x;
	height: 1px;
}

/*FLASH IMAGES
------------------------------------*/

.topmenubg {
	background-attachment: scroll;
	background-image: url(../iho_images/top_menu_bg.jpg);
	background-repeat: repeat-x;
	height: 50px;
	background-position: left;
}
.btbg {
	background-attachment: scroll;
	background-image: url(../images/bt_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 7px;
}

/*FORM ELEMENTS
------------------------------------*/

.txtbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	clear: none;
	float: none;
	font-size: 12px;
}
.submitbu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	border: 1px #999999;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(../iho_images/submit_bu.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 18px;
	width: 78px;
	cursor: hand;
}
.popupbg {
	background-attachment: scroll;
	background-image: url(../iho_images/popup_bg.jpg);
	background-repeat: no-repeat;
	width: 515px;

}
.popupbg1 {
	background-attachment: scroll;
	background-image: url(../iho_images/popup_bg1.gif);
	background-repeat: repeat-y;
	width: 515px;
}
