body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #342C00;
}
body {
	background-color: #F5F3E6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top:8px;
	padding-bottom:8px;
}
.textbox {
	background-image:url(../images/box-tile.gif);
	background-repeat:repeat-y;
	background-position:right top;
	padding:8px;
	text-align:left;
	margin-right:7px;
	font-size:12px;
}

.bg-left {
	background-image:url(../images/bg-left-tile.gif);
	background-repeat:repeat-y;
	background-position:right top;
}
.bg-right {
	background-image:url(../images/bg-right-tile.gif);
	background-repeat:repeat-y;
	background-position:left top;
}
.mid-td {
	background-color:#FFFFFF;
}
.header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	vertical-align:bottom;
	text-align:right;
}

div.footer, div.footer a {
	font-size:10px;
	color:#9F9F9F;
	text-decoration:none;
}
div.footer {
	background-image:url(../images/footer-bg.jpg);
	background-repeat:no-repeat;
	text-align:center;
	height:26px;
	padding-top:35px;
	margin-bottom:15px;
}

.content {
	padding-top:10px;
}

div.menu {
	margin-bottom:14px;
	padding-right:10px;
}
div.menu, .menu a, .menu a.on {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#745074;
	padding:3px;
	padding-left:
}
div.menu a, .menu a.on {
	padding:2px;
	padding-left:8px;
	padding-right:8px;
}
div.menu a:hover, .menu a.on {
	color:#9A6D51;
}
a {
	color:#745074;
}
a:hover {
	text-decoration:none;
	color:#B6A6C7;
}
.announce {
	text-align:left;
	background-color:#EEEEEE;
	margin:4px;
	padding:10px;
	font-size:11px;
	line-height:12px;
}

