body {
  	margin-top: 0px;
	background-color:#eeeee2;
	color: #3f0c1d;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

A {
	color: #3f0c1d;
	text-decoration:underline;
}

A:hover {
	font-weight: bold;
	text-align: center;	
}

hr
{
	clear: both;
	color: #3f0c1d;
}

.title2
{
  background-color:#3f0c1d;
  color: white;	
  font-size: 16px;
  padding: 3px;
  width: 100%;
}

.main_page {
	width: 766px;
	background-color: #eeeee2;
	margin-left: auto;
  	margin-right: auto;
}

.footer {
	color: white;
 	background-color: #3f0c1d;
  	height: 24px;
  	width: 766px;
	text-align: center;
	font-size: 14px;
	padding-top: 7px;
}

.big_title {
	font-size: 22px;
	font-weight:500;
	text-align: center;
}

.title {
	font-weight: bold;
	font-size: 17px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #3f0c1d;
}

.footer_links {
	color: white;
	text-decoration: none;
	font-size: 12pt;
}

.footer_links:hover {
	color: #ffff99;
	font-weight: normal;
	font-size: 12pt;
}

.center TD {
  text-align: center;	
}

.small {
	font-size: 10pt;
}
	

