body {
	background-color: #EFECE3;
	font-family: Arial;
	font-size: 14px;
	margin: 0px;
}

p {
	font-family: Arial;
	font-size: 14px;
	padding-top: 0px;
}

td.menu {
	text-align:center;
	height: 25px;
}

td.menu a {
	padding-top: 5px;
	background-repeat:no-repeat;
	background-position: top center;
	height: 20;
	padding-left: 10px;;
	padding-right: 10px;;
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	display: block;
	text-decoration: none;
	font-weight:bold;
}

td.menu a:hover {
	background-image: url('/images/menu_selected.gif');
}

table.content{
	background-color:#EAE2CB;
	padding: 20px;
	padding-bottom: 0px;
}

table.content b, strong{
	color: #2C3D47;
}

table.content a{
	color: #B8595D;
	text-decoration:none;
}

table.content a:hover{
	color: #2C3D47;
}

td.footer {
	color: #5C4744;
	text-size: 11px; 
}

td.footer a {
	color: #2C3D47;
	font-size: 11px; 
}

td.nav {
	color: #2C3D47;
	font-size: 14px; 
	font-weight: bold; 
	text-decoration: underline;
}

