body {
	margin-top: 0px;
	background-color: #CC9966;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12pt;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

td.menuBackground {
	background-image:url(images/menu_bg.jpg);
	background-repeat: repeat-y;
	padding: 8px;
}

td.menuBackground a{
	color: #000000;
	text-decoration:none;
}	

td.menuBackground a:hover{
	color:#990000;
	text-decoration:none;
}

/* content */
td.content {
	background-color: #FEFCED;
	color:#000000;
	padding: 10px;
	/*height: 535px;*/
}

/* footer */
td.footer {
	height:30px;
	text-align:center;
	padding-top: 5px;
	color:#ffffff;
	font-size: 8pt;
	background-color: #990000;
}