/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
}

.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color:#09468D;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color:#666666;
}

.textbox {
	width: auto;
	border: thin solid #737E7E;
	background-color: #E7E7E7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #737E7E;
}

.textboxstate {
	width: 121px;
	border: 1;
	border-style: solid;
	border-color: #09468D;
	background-color: #E7E7E7;	
}

.textboxzip {
	width: 75px;
	border: 1;
	border-style: solid;
	border-color: #09468D;
	background-color: #E7E7E7;	
}
.textarea {
	width: auto;
	border: thin solid #09468D;
	border-style: solid;
	background-color: #E7E7E7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #737E7E;	
}

.button{
	border: 2;
	border-style: solid;
	border-color: #737E7E;
	background-color: #737E7E;
	color: #FFFFFF;	
}

.bullet {
	color: #09468D;
}
.bodytextMed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color:#666666;
}
