



/*      ---------------------------------
	|       Global Declarations       |
	---------------------------------*/

body, td, p {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 3.1ex;
	text-decoration: none;
	color: #000;
	margin: 0px 10px 2px 2px;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: bold;
	color: #3c6aa7;
	padding: 5px;
	padding-left: 0;
	font-family : serif;
	line-height : 1.2;
}

h1{
	font-size: 34px;
		
}

h2 {
	font-size: 26px;
	font-style : italic;
}

h3 {
	font-size: 20px;
	
}

h4 {
	font-size: 18px;
	font-style : italic;
}

h5 {	font-size: 14px;}

h6 {	font-size: 12px;}

a:link, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #CC9933;
}	

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #CC9933;
}

a:hover {
	text-decoration: underline;
	color: #CC9933;
}	