body {
	margin: 40px;
	padding: 0px;
	height: 100%;
	width: 100%;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #EEEEEE;
	scrollbar-highlight-color: #EEEEEE;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #CCCCCC;
}
td a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #6B0000;
	text-decoration: none;
	letter-spacing; 1px;
}
td a:hover {
	color: #333;
}

/* menu */
table#menu {
	border-top: 6px solid #6B0000;
	border-bottom: 1px solid #DDD;
}
table#menu td {
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}
.anchor {
	position: absolute;
	visibility: hidden;
	z-index: 400;
	margin: 6px 0;
	border: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	background-color: #FFF;
	width: 160px;
}
.anchor a {
	width: 100%;
	display: block;
	border-bottom: 1px dashed #DDD;
	padding: 0;
	text-decoration: none;
	font-weight: bold;
	color: #6B0000;
	text-indent: 5px;
	text-align: left;
}
.anchor a:hover {
	background-color: #E9CECE;
	color: #333;
}

.sponsor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	position: relative;
	bottom: 0px;
	left: 20px
}

div.contentframe {
	height: 100%;
	width: 100%;
	background-color: transparent;
	border-top-width: 0px;
	border-bottom-width: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	margin-bottom: 0px;
}
