*{
	margin: 0;
	padding: 0;
}
HTML, BODY{
	height: 100%;
	background: #FFF;
	font: 11px Arial, sans-serif;
}
IMG{
	border: none;
}
UL{
	list-style: none;
}
#main{
	min-height: 100%;
}
* html #main{
	height: 100%;
}
.line{
	height: 24px;
	text-indent: 0;
}
#blue1{
	background: #0d357f;
	color: #FFF;
}
#blue1 .inner{
	padding: 4px 0 0 10px;
}
#blue2{
	background: #005bae;
	position: relative;
	text-transform: uppercase;
	font-size: 42px;
	color: #FFF;

}
#blue2 .inner{
	position: absolute;
	left: 7px;
}
#blue3{
	background: #1274cd;
}
#blue4{
	background: #0bb2f2;
	color: #0053b1;
}
#blue4 .inner{
	padding: 4px 0 0 10px;
}
#blue4 A{
	color: #0053b1;
}
#blue4 SPAN{
	color: #FFF;
}
#blue5{
	background: #4eceff;
	font-size: 14px;
}
#blue5 UL{
	padding: 0px 0 0 5px;	
}
#blue5 LI{
	float: left;
	padding: 0 5px;
	height: 20px;
	padding-top: 4px;
	font-weight: bold;
}
#blue5 A{
	color: #0053b1;
}
#blue5 LI.here{
	background: #8be3ff;
}
#blue5 LI.here A{
	color: #000;
	text-decoration: none;
}
#blue6{
	background: #8be3ff;
	min-height: 24px;
}
* html #blue6{
	height: 24px;
}
#blue6 .inner{
	padding: 10px 0 12px;
}
#blue6 LI{
	padding: 1px 0 2px 10px;
}
#blue6 A{
	color: #0053b1;
}
#blue6 LI.here {
	background: #FFF;
}
#blue6 LI.here A{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#content{
	padding: 4px 0 10px 10px;
}
#content H1{
	font: 18px Arial;
	margin: 10px 0 8px;
}
#content H2{
	font: bold 14px Arial;
	margin: 10px 0 8px;
}
P{
	margin: 10px 0;
}
A:hover{
	text-decoration: none;
}


.form-button{
	color: #0c357f;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	zoom: 1;
}
.form-button .blt{
	background: #8be3ff url(../i/button-lt.gif) left top no-repeat;
}
.form-button .brt{
	background: url(../i/button-rt.gif) right top no-repeat;
}
.form-button .brb{
	background: url(../i/button-rb.gif) right bottom no-repeat;
}
.form-button .blb{
	background: url(../i/button-lb.gif) left bottom no-repeat;
	padding: 7px 15px 6px;
}

.star{color:#ff0000;padding-left:3px;}

#footer{
	background: #00a8b5;
	color: #FFF;
	font-size: 10px;
	margin-top: -24px;
}
#footer-pad{
	height: 24px;
}
#footer A{
	color: #FFF;
}
#footer .inner{
	padding: 5px 0 0 10px;
}