body {
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	background: #988187 url('images/body-background.jpg');
	background-position: center;
	background-repeat: repeat-y;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #000000; 
	background: #ffffff;
}

.menu {
	font-size: 14px;
	text-align: center;
	width: 100%;
	padding: 0;
	color: #000000;
	background: #eee none;
}
.menu ul {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
}
.menu li {
	margin: 0;
	height: 22px;
	width: 7em;
	background: #eee none;
	text-decoration: none;
	float: left;
}
.menu a {
	color: #432B2B;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 3px;
	padding-bottom: 1px;
	text-decoration: none;
}
.menu a:hover {
	background: #CDCDCD none;
	color:#D42628; 
	text-decoration: none;
}
    
.footer {
	font-size: 12px;	
}

.cdlink {
	font-size: 12px;
}

.small {
	font-size: 10px;
}
    
a {
	color: #395C5E;
	text-decoration: none;
}
a:hover {
	background: #CDCDCD none;
	color:#D42628; 
	text-decoration: none;
}
