/* CSS Document */



/***********************************************/
/* Links                            */
/***********************************************/

a:link, a:visited, a:hover {
	color: #ce5614;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #fec53b;
}


/***********************************************/
/* Headings and text formatting         */
/***********************************************/

h1, h2, h3, h4, h5, h6 {
	font-family: arial, Helvetica, san-serif;
}

h1{
 	font-size: 16px;
 	margin: 0px 0 6px 0;
	color: #333;
 	font-weight: bold;
}

h1 img{
	float: left;
	margin: 2px 10px 0px 0px;
	}

h2{
 	font-size: 16px;
 	color: #193f8a;
  	font-weight: bold;
  	margin: 10px 0 0px 0;
}

h3{
 	font-size: 14px;
	color: #193f8a;
  	font-weight: bold;
}

h4{
 font-size: 16px;
 color: #193f8a;
  font-weight: bold;
  line-height: 14px;
}

h5{
 font-size: 12px;
 color:#FF0000;
 font-weight: bold;
}

.link_text
	{
		font-family:arial;
		font-size:12px;
		line-height:14px;
		color:#333;
	}

/************* Lists ***************/

/**see individual sections**/

	
/************* Misc ***************/

.clear {
	clear: both;
	}
	
.hide {
	display: none;
	}


