/* defaults */
a,td,table,body,div,tr,dd,li,dt,ul,ol {
	text-align: left;
	font-family: arial, sans-serif;
}
/* styles */
.menu {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #333399;
}
a.menu { display: block; }
a.menu:hover {
	background-color: #333399;
	color: white;
}
.logo {
	text-align: center;
	background-color: #333399;
	color: white;
}
.pageheader {
	font-family: "Book Antiqua", serif;
}
div.wrapper {
	text-align: center;
}
div.body {
	margin: 0px auto;
	text-align: left;
	width: 754px;
	padding: 5px;
	background-color: #fafafa;
/*	border: 1px solid black; */
}
