

.BulletItem {
	font-family: arial; 
	text-decoration: none; 
	font-weight: bold; 
	color: black; 
	font-size: 15px;
}

.BulletRow {
	height: 27px;
}

.SectionHeading {
	color: #D7610A;
	background-color: white;
	height: 41px;
	padding-left: 0px;
	font: 21px helvetica;
	font-weight: normal;
	cursor: hand;
}

.SubSectionHeading {
	color: black;
	background-color: white;
	height: 41px;
	padding-left: 0px;
	padding-top: 25px;
	font: 15px helvetica;
	font-weight: bold;
	cursor: hand;
}

.GeneralText {
	font-family: arial, sans-serif;
	font-size: 15px;
	line-height: 21px;
	color:#002552;
	padding-top: 10px;
}

.GeneralLink {
	font-family: arial, sans-serif;
	font-size: 15px;
	line-height: 21px;
	color:#0073B0;
}

.InfoLink {
	font-family: arial, sans-serif;
	font-size: 15px;
	line-height: 21px;
	color:#0073B0;
	padding-top: 20px;
	padding-left: 30px;
}

.Link {
	font-family: arial, sans-serif;
	font-size: 15px;
	line-height: 21px;
	color:#0073B0;
	text-decoration: none;
}

.FooterLine {
	padding-top: 50px;
}

.FooterText {
	padding-top: 7px;
	font-family: arial, sans-serif;
	font-size: 12px;
}

.FormText {
	font-family: arial, sans-serif;
	font-size: 15px;
	line-height: 17px;
	color:#002552;
	padding-top: 7px;
	padding-bottom: 3px;
}

.FullLengthInput {
	border: 1px solid #0073B0;
	width: 250px;
	padding-left: 3px;
	margin-top: 5px;
}

.FullLengthTextArea {
	border: 1px solid #0073B0;
	width: 450px;
	height: 150px;
	padding-left: 3px;
}

.FullLengthPulldown {
	border: 1px solid #0073B0;
	width: 250px;
	padding-left: 1px;
	margin-top: 5px;
}
	
	
/* Table classes */
.FirstColumn {
	border-top: 1px solid #0073B0;
	border-left: 1px solid #0073B0;
	border-right: 1px solid #0073B0;
	padding: 0px 5px 0px 5px;
	text-align: center;
	height: 23px;
	font-size: 14px;
}

.MiddleColumns {
	border-top: 1px solid #0073B0;
	border-right: 1px solid #0073B0;
	padding: 0px 5px 0px 5px;	
	text-align: center;
	height: 23px;
	font-size: 14px;
}

.RightColumn {
	border-top: 1px solid #0073B0;
	border-right: 1px solid #0073B0;
	padding: 0px 5px 0px 5px;		
	text-align: center;
	height: 23px;
	font-size: 14px;
}

.FirstColumnBottom {
	border-top: 1px solid #0073B0;; 
	border-bottom: 1px solid #0073B0;
	border-left: 1px solid #0073B0;
	border-right: 1px solid #0073B0;
	padding: 0px 5px 0px 5px;
	text-align: center;
	height: 23px;
	font-size: 14px;
}

.MiddleColumnsBottom {
	border-top: 1px solid #0073B0;; 
	border-bottom: 1px solid #0073B0;
	border-right: 1px solid #0073B0;
	padding: 0px 5px 0px 5px;	
	text-align: center;
	height: 23px;
	font-size: 14px;
}

.RightColumnBottom {
	border-top: 1px solid #0073B0;; 
	border-bottom: 1px solid #0073B0;
	border-right: 1px solid #0073B0;
	padding: 0px 5px 0px 5px;		
	text-align: center;
	height: 23px;
	font-size: 14px;
}

/* Lists */
.NumberedListItem {
	padding-top: 10px;
}