/* Global Declarations */

body, td, p {
	font: normal 13px Arial, Tahoma, Sans-Serif;
	color: #000;
}

h1 {
	font: bold 20px Arial, Tahoma, Sans-Serif;
	color: #000;
}

h2 {
	font: bold 17px Arial, Tahoma, Sans-Serif;
	color: #066;
	background-color: #ffc;
	padding: 2px;
}

h3 {
	font: bold 17px Arial, Tahoma, Sans-Serif;
	color: #066;
}

h4 {
	font: bold 16px Arial, Tahoma, Sans-Serif;
	color: #660000;
}
	
h5 {
	font: bold 14px Arial, Tahoma, Sans-Serif;
	color: #066;
}
	
h6 {
	font: bold 14px Arial, Tahoma, Sans-Serif;
	color: #066;
	text-transform: uppercase;
}	

a, a:link, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #039;
}	

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #039;
}

a:hover {
	text-decoration: none;
	color: #066;
}

