body {
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}

.main_table {
	border: 1px solid #2c2c2c;
	color: white;
}

.history_table {
	background: white url(images/bkg-history.jpg) no-repeat ;
}

.modern_table {
	background: white url(images/bkg-modern.jpg) no-repeat ;
}

.common_footer {
	background: black url(images/paving.jpg) repeat;
}

table {
	border-collapse: collapse;
}

a:link {
	color: #3a324a;
	text-decoration: underline;
}
a:visited {
	color: #3a324a;
	text-decoration: underline;
}
a:hover {
	color: #3a324a;
	text-decoration: underline;
}
a:active {
	color: #3a324a;
	text-decoration: underline;
}

.copyright {
	color: #a1a1a1;
	font-size: 11px;
	font-weight: normal;
}

.copyright a:link {
	color: #a1a1a1;
	text-decoration: none;
	font-weight: normal;
}

.copyright a:visited {
	color: #a1a1a1;
	text-decoration: none;
	font-weight: normal;
}

.copyright a:hover {
	color: #a1a1a1;
	text-decoration: underline;
	font-weight: normal;
}

.copyright a:active {
	color: #444444;
	text-decoration: none;
	font-weight: normal;
}

.title {
	font-size: 18px;
	color: #008941;
	font-weight: bold;
}
