body {
	font-family: Garamond, serif;
	color: #003263;
}

.header {
	background-image:url('images/headerbackground.jpg');
    background-repeat: no-repeat;
}

.subtext {
	font-family: Arial, Sans-Serif;
	font-size: 9px;
	color: #000000;
}

.bodytext {
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	color: #000000;
}

.menutext {
	font-family: Garamond, serif;
	font-size: 18px;
	color: #003263;
    text-decoration: none;
}

.headertext {
	font-family: Garamond, serif;
	font-size: 24px;
	font-weight: bold;
	color: #003263;
}

input.textinput {
	width: 150px;
	height: 18px;
	font-size: 10pt;
	color: #444;
	}

input.shorttext {
	width: 50px;
	height: 18px;
	font-size: 10pt;
	color: #444;
	}
.formline {
	padding: 5px 5px 5px 0;
	clear: both;
	margin: 0 0 1px 0;
	height: 25px;
	}

.formline h2, .formline h3 {
	margin: 0;
	}

div.label {
	width: 150px;
    float: left;
	height: 25px;
	background: #b7cfff;
	text-align: right;
	padding: 5px 5px 0 0;
	margin: 0 1px 0 0;
	}

th.label {
	background: #b7cfff;
	text-align: left;
	padding: 3px 3px 0 0;
	margin: 0 0 0 0;
	}

div.textinput {
	width: 520px;
    float: left;
	height: 25px;
	background: #cfdfff;
	font-size: .9em;
	padding: 2px 0 0 0;
	}

div.textinputnarrow {
	width: 250px;
	height: 23px;
	float: left;
	background: #f2f2f2;
	font-size: .9em;
	padding: 2px 0 0 0;
	}

div.textinputwhite {
	width: 450px;
	height: 23px;
	float: left;
	background: #fff;
	font-size: .9em;
	padding: 2px 0 0 0;
	}

div.formline .formnote {
	font-size: .9em;
	color: #333;
	}

div.label label {
	font-size: .9em;
	font-weight: normal;
	color: #000;
	text-align: right;
	}

div.labelwhite {
	width: 150px;
	height: 20px;
	float: left;
	background: #fff;
	text-align: right;
	padding: 5px 5px 0 0;
	margin: 0 1px 0 0;
	}


.indent50 {
	padding-left: 50px;
	}
