body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #CCCCCC;
	border: none;
}
.content {
	width: auto;
	background: #FFFFFF;
	vertical-align: top;
	position: relative;
	border-top: none;
	border-right: 15px none;
	border-bottom: none;
	border-left: 15px none;
	padding: 5px 15px;
}
.tnor {
	font-weight: normal; }
a:link, a:visited { 
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.title {
	font: normal 16px monospace;
	color: #CC0000;
	text-align: right;
	border-top: 5px none #FF9933;
	border-right: 10px solid #FF9933;
	border-bottom: 0px none #FF9933;
	border-left: 10px solid #FF9933;
	background: #FF9933 url(static/logo.jpg) no-repeat left;
	height: 45px;
	vertical-align: text-bottom;
	padding: 10px 5px 5px;
}
.menu {
	height: 13px; 
	vertical-align: middle;
	color: #FFFFFF;
	background: #990000;
	padding: 3px;
	text-align: right;
	border-top: none #990000;
	border-right: 5px solid #990000;
	border-bottom: none #990000;
	border-left: none #990000;
}
a:hover {
	text-decoration: underline;
}
.quote {
	font: 12px "Courier New", Courier, mono;
	color: #000000;
}
.box {
 	font: 11px/11px Verdana, Arial, Helvetica, sans-serif;
 	color: #CC0000;
 	text-decoration: none;
	background-color: #f5f5f5 !important;
 	height: 12px;
 	border: 1px solid #CC0000;
 }
