  
	
/*main body links - this is the style all links default to automatically unless set to another style)*/

a:link, a:visited {
	color: #000F8D;
	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:visited {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border-bottom: none;
	line-height: 18px;
}     
    

a.copyright_link:hover {
	color: #f05f23;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px dashed;
	line-height: 18px;
}

a.copyright_link:link {
	color: blue;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border-bottom: none;
	line-height: 18px;
}     





/*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;
	font-family: Tahoma, Geneva, sans-serif;
}.tahoma {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
.tahoma {
	color: #666;
	font-size: 14px;
}
.tahoma h2 {
	color: #000;
}
.tahoma p {

}
