html { height: 100%; margin-bottom: 1px; }


BODY{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#5c5c5c;
	background-color:#CCCCCC;
	background-image: url('images/background.gif'); 
	margin-top:0px;

}

TD{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#5c5c5c;
}


A {
	color: #36597d;
	text-decoration:underline;
}

A:hover {
	color: #36597d;
	text-decoration:none;
}

.borderLeft{
	background-image:url(images/borderLeft.gif);
	background-repeat:repeat-y;
}

.borderRight{
	background-image:url(images/borderRight.gif);
	background-repeat:repeat-y;
}

.menuBorder{
	background-image:url(images/menuBorder.gif);
	background-repeat:repeat-y;
}

.line1{
	background-color:#36597d;
}

.line2{
	background-color:#cccccc;
	height:4px;
	border-top:#FFFFFF 1px solid;
	border-bottom:#FFFFFF 1px solid;
}

.line3{
	background-color:#36597d;
	height:4px;
	border-top:#FFFFFF 1px solid;
	border-bottom:#FFFFFF 1px solid;
}

.left{
	padding-bottom:5px;
	padding-left:11px;
	background-color:#FFFFFF;
	
}

.menu{
	background-color:#f2f3f3;
	width:194px;
	padding:4px;
}

.imgMenu{
	padding-top:8px;
	padding-bottom:15px;
	border-bottom:#CCCCCC 1px solid;
}

.textMenu{
	padding-left:5px;
	padding-top:13px;
	border-bottom:#CCCCCC 1px solid;
}

.menuTitle{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#36597d;
}

.menuDesc{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}

.textWhite {
	color: #FFFFFF;
}


.footer{
	background-color:#dddcdc;
	font-size:10px;
	color:#666666;
	padding:10px;
}




.content{
	padding:10px;
}

.style1 {
	font-size: 18px; color: #000066 font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000066;
}
.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
}
.style9 {color: #FF0000; font-style: italic; }
.style10 {color: #FF0000}
.style11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style18 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#formwrapper {
					clear:both;
					text-align:center;
					background-color:#F0F2F7;
					padding:10px;
					border:4px #294E72 double;
					width:300px;
					margin:0 auto 20px auto;
				}
				.formbox {
					border:1px solid #666;
					border-right-color:#ccc;
					border-bottom-color:#ccc;
					margin:2px 0 0 0;
					width:160px;
					padding:2px;
				}

	/* submit button */
	
				.submit-btn,
				.submit-btn-hov {
					display:block;
					text-align:center;
					font:bold 21px arial;
					text-decoration:none;
					margin:0 auto 0 auto;
					width:270px;
					background-color:#9D0000;
					border:solid 1px #000;
					border-color:#FF4242 #630000 #630000 #FF4242;
					color:#fff;
					padding:0;
				}
				.submit-btn-hov {
					position:relative;
					left:1px;
					top:1px;
					cursor:pointer;
					background-color:#712700;
					color:#ffe;
				}

	/* form text */
	
				label {
					font-weight:bold;
				}
				p.hlp-privacy {
					margin:8px 0;
					font-size:11px;
				}hr {
	background-color:#ccc;
	border-width:0;
	clear:both;
	color:#ccc;
	height:1px;
}