a {
	color: #055A8D;
}

a:hover.footerCopy {
	text-decoration: underline;
	color: #055A8D;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

ol {
	font-weight: bold;
	color: #333333;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #333333;
	line-height: 17px;
	font-weight: normal;
}

.bodycopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #333333;
	line-height: 17px;
	font-weight: normal;
}

.boldbodycopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #666666;
	line-height: 17px;
	font-weight: bold;
}

.footerCopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.formLabel {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #333333;
}

.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #055A8D;
	text-decoration: none;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #055A8D;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

.speechBullets ul{
	margin: 0px 0px 0px 30px;
	padding: 0px;
}

.speechBullets ul li{
	margin-top: 10px;
	padding: 0px;
}
	
.subheadBG {
	background-image: url(../images/subheads/subhead_bg.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 15px;
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	font-size: 15px;
}

.subheadTable {
	margin-top: 5px;
}
		
.indentedCopy {
	padding-left: 30px;
	padding-right: 30px;
}
.validation-summary {
	width: 645px;
	margin: 0 auto;
	background-color:#FFE8E8;
	border: 1px solid #FF0000;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FF0000;	
	padding: 5px;
	margin-bottom: 10px;
}
.error-message {
	background-color:#FFE8E8;
	border: 1px solid #FF0000;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FF0000;
	padding: 5px;
	margin-bottom: 10px;
	display: block;
	width: 345px;
}
.confirmation-message {
	background-color:#CDFDC8;
	border: 1px solid #66CC00;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #009900;
	padding: 5px;
	margin-bottom: 10px;
	display: block;
	text-align: center;
}

.verticalDivider {
	border-left: solid 1px #eeeeee;
}