	body {
	color: #313131;
	margin: 20 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

/*default body text in orange*/	

.orange_text{
	color: #f05f23;
	}
	
	
/*default body text in blue*/	

.blue_text{
	color: #4382dd;
	}
	
	
/*default body text in italic*/	
	
.italic {
		font-style: italic;
		}
	
	
/*default body text in bold*/

.bodybold {
	font-weight: bold;
	}
	
/*column header text*/	
	
.body_header_white {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	}
	
/*copyright text only*/
	
.copyright {
	font-size: 10px;
	line-height: 18px;
	color: #4382dd;
	}
	
/*main body links - this is the style all links default to automatically unless set to another style)*/

a:link, a:visited {
	color: #4382dd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border-bottom: none;
	line-height: 18px;
}     

a:hover {
	color: #f05f23;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px dashed;
	line-height: 18px;
}


/*copyright links*/

a.copyright_link:link, a.copyright_link:visited {
	color: #f05f23;
	font-size: 10px;
	line-height: 18px;
	text-decoration: none;
	border-bottom: none;
}    

a.copyright_link:hover {
	font-size: 10px;
	line-height: 18px;
	color: #4382dd;
	text-decoration: none;
	border-bottom: none;
}


/*orange links in the header at the top of the page*/

a.link_orange_sm:link, a.link_orange_sm:visited {
	color: #f05f23;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
	border-bottom: none;
}    

a.link_orange_sm:hover {
	color: #4382dd;
	line-height: 14px;
	font-size: 10px;
	text-decoration: none;
	border-bottom: none;
}

/*blue links used only in the left navigation panel, with a left margin attribute*/

a.link_left_nav:link, a.link_left_nav:visited {
	color: #4382dd;
	font-size: 10px;
	line-height: 14px;
	margin-left: 20px;
}    

a.link_left_nav:hover {
	color: #f05f23;
	line-height: 14px;
	margin-left: 20px;
	font-size: 10px;
	text-decoration: none;
	border-bottom: 1px dashed;
}

/*blue links used in the footer - same as the left navigation links except no margin)*/

a.link_blue_sm:link, a.link_blue_sm:visited {
	color: #4382dd;
	font-size: 10px;
	line-height: 14px;
}    

a.link_blue_sm:hover {
	color: #f05f23;
	line-height: 14px;
	font-size: 10px;
	text-decoration: none;
	border-bottom: 1px dashed;
}

/*large white links used in the header only*/


a.link_top_nav:link, a.link_top_nav:visited {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

a.link_top_nav:hover {
	color: #4382dd;
	font-size: 14px;
	font-weight: bold;
	background-color: #ffffff;
	text-decoration: none;
	border-bottom: none;
}


/*small blue heading*/

.h1_blue {
	color: #4382dd;
	font-size: 10px;
	line-height: 14px;
	}


/*medium blue heading*/

.h2_blue {
	color: #4382dd;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}

/*large blue heading*/
	
.h3_blue {
	color: #4382dd;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	}
	
/*small orange heading*/

.h4_orange {
	color: #f05f23;
	font-size: 10px;
	line-height: 14px;
	}
	
/*medium orange heading*/

.h5_orange {
	color: #f05f23;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	}
	
/*large orange heading*/
	
.h6_orange {
	color: #f05f23;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	}
	
/*small gray heading*/

.h7_gray {
	color: #424242;
	font-size: 10px;
	line-height: 14px;
	}	
	
	
/*medium dark gray heading*/

.h8_gray {
	color: #424242;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}


/*large dark gray heading*/

.h9_gray {
	color: #424242;
	font-weight: bold;
	font-size: 22px;
	line-height: 24px;
}



/*bulleted lists*/

ul {
	color: #424242;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 10px;
	list-style: square;
}
