@charset "UTF-8";
/* CSS Document */

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000000;
	text-align:left;
	background: url(images/body_bg.jpg) 0 0 repeat-x;

}

a{
	color:#900;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

img{
	border:none;
}

a img{
	border:none;
}

.form{
	text-align:right;
	padding:5px;
}

.info{
	text-align:left;
	padding:5px;
	line-height:15px;
}

.titles{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	line-height:15px;
	padding:5px;
}

.menu a{
	color:#666;
	background-color:#CCCCCC;
	height:25px;
	line-height:25px;
	text-align:left;
	font-size:12px;
	width: 115px;
	padding-left:15px;
	display:block;
	text-decoration:none;
	border-bottom:1px dotted #666;
}

.menu a:hover{
	background-color:#666;
	color:#CCCCCC;
	display:block;
}

.footer{
	background:url(images/IHTS_footer.jpg) left no-repeat;
	color:#fff;
	text-align:center;
	font-size:9px;
	border:none;
	height:35px;
	width:100%;
	vertical-align:middle;
}

.footer a{
	text-decoration:none;
	color:#FFF;
}

.footer a:hover{
	text-decoration:underline;
}

td{
	border:0;
	text-align: left;
}

table{
	border: 1px solid #666;
}

.disclaimer{
	color:#999;
	text-align:center;
	font-size:9px;
	border:none;
	padding-top:5px;
}

.disclaimer a{
	color:#999;
	text-decoration:none;
}

.disclaimer a:hover{
	color:#900;
	text-decoration:underline;
}
