.main_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.footer {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.left_bold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.spacer {

	height: 8px;
}

a:link
	{
		color: #000000;
		text-decoration: none;
		font-weight: bold;
}

a:hover
	{
		color: #000000;
		text-decoration: none;
		font-weight: bold;
	}
	
a:visited
	{
		color: #000000;
		text-decoration: none;
		font-weight: bold;
	}
	
a:active
	{
		color: #000000;
		text-decoration: none;
		font-weight: bold;
	}
