html {
	margin: 0;
	padding: 0;
}

body
{
	background-color: #bababa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

table {
	border-collapse: collapse;
}

.main_table {
	background-color: white;
}

.content {
	padding: 20px 28px 10px 28px;
	border-left: 1px solid #c1c1c1;
}

.slideshow {
}

.highlight {
	color:#c51716;
	font-size: 11px;
	font-weight: bold;
}

.highlight2 {
	font-size: 11px;
	font-weight: bold;
}

a:link {
	color: #3a324a;
	text-decoration: none;
}
a:visited {
	color: #3a324a;
	text-decoration: none;
}
a:hover {
	color: #3a324a;
	text-decoration: underline;
}
a:active {
	color: #3a324a;
	text-decoration: none;
}

.footer {
	background-color: #3a324a;
	color: white;
	font-size: 12px;
	font-weight: normal;
}

.footer a:link {
	color: white;
	text-decoration: none;
	font-weight: normal;
}

.footer a:visited {
	color: white;
	text-decoration: none;
	font-weight: normal;
}

.footer a:hover {
	color: white;
	text-decoration: underline;
	font-weight: normal;
}

.footer a:active {
	color: white;
	text-decoration: none;
	font-weight: normal;
}

.copyright {
	color: #444444;
	font-size: 11px;
	font-weight: normal;
}

.copyright a:link {
	color: #444444;
	text-decoration: none;
	font-weight: normal;
}

.copyright a:visited {
	color: #444444;
	text-decoration: none;
	font-weight: normal;
}

.copyright a:hover {
	color: #444444;
	text-decoration: underline;
	font-weight: normal;
}

.copyright a:active {
	color: #444444;
	text-decoration: none;
	font-weight: normal;
}

