body {
	background-image: url(../images/main-bg.gif);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}

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

a:hover {
	text-decoration: underline;
}

#footer {
	height: 40px;
	background-color: #A92727;
	
	font-size: 9px;
	text-align: center;
}

.menuitem {
	height: 25px;
	font-weight: bold;
	text-align: center;
	font-size: 9px;

}

#content {
	background-color: #FFFFFF;
	padding: 10px;
}

#sidebar {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

#sidebar A {
	color: #FFFFFF;
}