/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00395B;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a{
	color: #00395B;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #00395B;
}

h1 {
	font-size:20px;
	font-weight:bold;
	line-height:26px;
}

h2 {
	font-size:12px;
	font-weight:bold;
	line-height:16px;	
}

#overall{
	float:left;
	width:590px;
	padding:20px 20px 20px 20px;
}

#title {
	float:left;
	width:590px;
	padding-bottom:30px;
}

#form {
	float:left;
	width:590px;
}

#form .row{
	float:left;
	width:590px;
	padding:5px 0px 5px 0px;
}

#form .column1 {
	float:left;
	width:590px;
}

#form .column2 {
	float:left;
	width:180px;
}

#form .column3 {
	float:right;
	width:400px;
}

.form {
	width:400px;
	border:1px solid #999999;
}

.submit {
	width:400px;
	border:1px solid #FFFFFF;
	background-color:#00395B;
	color:#FFFFFF;
	padding:1px 0px 1px 0px;
}

