/* CSS Document */

	body {
	color: #000000;
	margin: 20 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

/*default body text in purple*/	

.purple_text{
	color: #0F5D9B;
	}
	
/*default body text in white*/	

.white_text{
	color: #ffffff;
	}
	
	/*default body text in white bold*/	

.white_text_bold{
	color: #ffffff;
	font-weight: bold;
	}
	
	
/*default body text in green*/	

.green_text{
	color: #006633;
	}
	
	
/*default body text in italic*/	
	
.italic {
		font-style: italic;
		}
	
	
/*default body text in bold*/

.bodybold {
	font-weight: bold;
	}
	
/*copyright text only*/
	
.copyright {
	font-size: 10px;
	line-height: 18px;
	color: #006633;
	}
	
/*main body links - this is the style all links default to automatically unless set to another style)*/

a:link, a:visited {
	color: #0F5D9B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 18px;
}     

a:hover {
	color: #006633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 18px;
	border-bottom: 1px dashed;
}

/*links used only in the left navigation panel*/

a.link_left_nav:link, a.link_left_nav:visited {
	color: #66FF66;
	font-size: 10px;
	line-height: 14px;
}    

a.link_left_nav:hover {
	color: #FFFFFF;
	line-height: 14px;
	font-size: 10px;
	text-decoration: none;
	border-bottom: none;
}

/*large white links used in the header only*/


a.link_top_nav:link, a.link_top_nav:visited {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

a.link_top_nav:hover {
	color: #66FF66;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}


/*small purple heading*/

.h1_purple {
	color: #0F5D9B;
	font-size: 10px;
	line-height: 14px;
	}


/*medium purple heading*/

.h2_purple {
	color: #0F5D9B;
	font-size: 16px;
	line-height: 20px;
}

/*large purple heading*/
	
.h3_purple {
	color: #0F5D9B;
	font-size: 20px;
	line-height: 22px;
	}
	
/*small green heading*/

.h4_green {
	color: #006633;
	font-size: 10px;
	line-height: 14px;
	}
	
/*medium green heading*/

.h5_green {
	color: #006633;
	font-size: 16px;
	line-height: 20px;
	}
	
/*large green heading*/
	
.h6_green {
	color: #006633;
	font-size: 20px;
	line-height: 22px;
	}
	
/*small black heading*/

.h7_black {
	color: #000000;
	font-size: 10px;
	line-height: 14px;
	}	
	
/*medium black heading*/

.h8_black {
	color: #000000;
	font-size: 16px;
	line-height: 20px;
}


/*large black heading*/

.h9_black {
	color: #000000;
	font-size: 22px;
	line-height: 24px;
}

/*small white heading*/

.h10_white {
	color: #ffffff;
	font-size: 10px;
	line-height: 14px;
	}	
	
/*medium white heading*/

.h11_white {
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
}


/*large white heading*/

.h12_white {
	color: #ffffff;
	font-size: 22px;
	line-height: 24px;
}

