



/*      ---------------------------------
	|       Global Declarations       |
	---------------------------------*/

body, td, p {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 3.0ex;
	text-decoration: none;
	color: #444444;
	margin: 0px;
	}

h1 {	
	font: 22px;
	font-weight: bold;
	color: #162571;
	line-height: 2.0ex;
	margin-top:8px;
	margin-bottom:5px;
}

h2 {
font: 18px;
	font-weight: bold;
	color: Gray;
	line-height: 2.0ex;
	margin-top:8px;
	margin-bottom:5px;
	}
	
h3 {
font: 14px;
	font-weight: bold;
	color: #162571;
	line-height: 2.0ex;
	margin-top:8px;
	margin-bottom:5px;
	}
	
h4 {
font: 12px;
	font-weight: bold;
	color: #162571;
	line-height: 2.0ex;
	margin-top:8px;
	margin-bottom:5px;
	font-style: italic;
	}
	
h5 {
	font: 12px;
	font-weight: bold;
	color: #162571;
	line-height: 2.0ex;
	margin-top:8px;
	margin-bottom:5px;
	border-bottom: 1px dotted Silver;
	}
	
h6 {
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 3.1ex;
	text-decoration: none;
	color: #162571;
	margin-top:8px;
	margin-bottom:5px;
	}


a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #6884d3;
	}	

a:hover {
	text-decoration: underline;
	color: #832335;
	font-weight: bold;
	}	

