/*      ---------------------------------
       |       Global Declarations       |
	---------------------------------*/

body, td, p {
	font: 11px Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 2.9ex;
	text-decoration: none;
	color: #000000;
	margin: 0px;
	}

#mainContent {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
	}

body {
	scrollbar-face-color: #CCC;
	scrollbar-shadow-color: #999;
	scrollbar-highlight-color: #ddd;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #666;
	scrollbar-track-color: #ccc;
	scrollbar-arrow-color: #000;

}

h1 {	
	font: 24px;
	letter-spacing: -1.5px;
	color: #000000;
	padding: 5px;
	/*margin: 5px;*/
	background: #DBDBDD;
	line-height: 2.0ex;
	}

h2 {
	font-size: 22px;
	line-height: 2.0ex;
	}
	
h3 {
	font-size: 20px;
	color: #003366;
	border: 0px;
	line-height: 2.0ex;
	}

h4 {
	font-size: 18px;
	color: #CC3333;
	line-height: 2.0ex;
	}
	
h5 {
	font-size: 18px;
	color:#333333;
	border-bottom: solid 3px #DBDBDD;
	line-height: 2.0ex;
	}
	
h6 {
	font-size: 16px;
	color:#333333;
	}
	
a:link, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #CC3333;
	}	

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #BA3232;
	}

a:hover {
	text-decoration: underline;
	color: #CC2929;
	}	


