/* CSS Document */
body{
margin:0px;
background:url(../images/bg.gif) repeat-x;
font-family:Arial, Helvetica, sans-serif;
}

h1{
font-size:20px;
font-weight:bold;
#margin:0px;
#padding:5px 0px;
}

.blue-bg{
background:url(../images/blue-bg.jpg) no-repeat #001738;
width:100%;
height:275px;
color:#ffffff;
font-size:14px;
font-weight:bold;
}

	.blue-bg table td{
	text-align:center;
	}
	
	.blue-bg table td p{
	padding:5px 10px 3px 0px;
	#padding:3px 10px 3px 0px;
	margin:0px;
	}


.form{
background:url(../images/form-bg.gif) repeat-x bottom left;
border-left:1px solid #0096C2;
border-right:1px solid #0096C2;
font-size:12px;
font-weight:bold;
color:#333333;
}




.form p{
font-size:11px;
text-align:justify;
padding:5px 5px;
font-weight:normal;

}

.form p a{
color:#0096C2;
text-decoration:none;
}

.form p a:hover{
text-decoration:underline;
}

.form span{
color:#0096C2;
font-size:12px;
}
.form input{
color:#4d4d4d;
}


.form input.txtbox{
width:105px;
height:18px;
border:1px solid #0096C2;
}

.form input.tbox1{
width:47px;
height:18px;
border:1px solid #0096C2;
margin-right:0px;
}

.form input.tbox2{
width:57px;
height:18px;
border:1px solid #0096C2;
}
.form .smalltxt{
	font-size:11px;
	color:#000000;
	font-weight:normal;
}


.form select{
border:1px solid #0096C2;
color:#4d4d4d;
}


.line{
background:url(../images/footer-line.gif) repeat-x bottom;
padding:0px;
margin:0px;
}


.footer{
text-align:center;
font-size:11px;
color:#333333;
}


.footer p a{
color:#0096C2;
text-decoration:none;

}

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

#confirm {display:none; border:1px solid #000; width:760px; margin:10px auto 0;}
#confirm table {font-size:16px;}
#confirm h1 {font-size:30px;}
#confirm .small {font-size:11px;}
