/* Global Declarations */

body, td, p {
	font: normal normal 12px Arial, Tahoma, Sans-Serif;
	color: #333;
}

p {
	margin: 0;
	margin-bottom: 10px;
}

h1 {
	font: normal bold 16px Arial, Tahoma, Sans-Serif;
	color: #333;
}

h2 {
	font: bold 18px Arial, Tahoma, Sans-Serif;
	color: #900;
}

h3 {
	font: normal 18px Arial, Tahoma, Sans-Serif;
	color: #900;
}

h4 {
	font: bold 16px Arial, Tahoma, Sans-Serif;
	color: #900;
}
	
h5 {
	font: normal 16px Arial, Tahoma, Sans-Serif;
	color: #900;
	text-decoration: underline;
}
	
h6 {
	font: bold 12px Arial, Tahoma, Sans-Serif;
	color: #900;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 5px;
}

a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #fc3;
}

a:hover {
	text-decoration: underline;
	color: #ffc;
}

.MainContent img {
	border-color: #000;
}