



/*      ---------------------------------
	|       Global Declarations       |
	---------------------------------*/

body, td, p{
	font: 14px trebuchet ms, sans-serif;
	font-weight: normal;
	line-height: 2.5ex;
	text-decoration: none;
	color: #000;
	margin: 0px;
}

ul{
	line-height: normal;
	font: 14px trebuchet ms, sans-serif;
}
	
td {
	font: 14px trebuchet ms, sans-serif;
	font-weight: normal;
	line-height: 2ex;
	text-decoration: none;
	color: #000;
	margin: 0px;
}

h1 {
	font-size: 24px;
	line-height: 2.2ex;
	color : #00599C;
	margin-bottom : 5px;
}
	
h2 {
	font-size: 20px;
	line-height: 2.0ex;
	color : #0D6B4D;
	margin-bottom : 5px;
}
	
h3 {
	font-size: 18px;
	line-height: 2.0ex;
	color: #75A38C;
	margin-bottom : 5px;
}
	
h4 {
	font-size: 16px;
	line-height: 2.5ex;
	color : #00599C;
	margin-bottom : 5px;
}
	
h5 {
	font-size: 16px;
	line-height: 2ex;
	color: #78B3E0;
	margin-bottom : 3px;
}
	
h6 {
	font: 14px trebuchet ms, sans-serif;
	font-weight: normal;
	line-height: 2.5ex;
	text-decoration: none;
	color: #000;
	margin: 0px;
	text-indent: -2em;
	padding-left: 2em;
}

a:link, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #0066CC;
}	

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #0066CC;
}

a:hover {
	text-decoration: underline;
	color: #0066CC;
}	

