body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Georgia;
	background: white url('./bg1.gif') repeat-x;
	color: black;
}
a {
	color: #3551FB;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	color: #5671FC;
	text-decoration: underline;
	background-color: transparent;
}
a.mini {
	font-size: 9px;
}
a.external {
	background-color: transparent;
	background-position: center right;
	background-repeat: no-repeat;
	background-image: url('/external.png');
	padding-right: 13px;
}
h1 {
	color: #BD0000;
	font-size: 24px;
	font-weight: lighter;
}
h2 {
	color: #404040;
	font-size: 20px;
	font-weight: lighter;
}
td {
	font-family: Georgia;
	font-size: 11px;
}
#top {
	height: 12px;
	background-color: #404040;
}
#mid {
	text-align: center;
}
#end {
	color: #707070;
	text-align: right;
	font-family: verdana, ariel, sans-serif;
	font-size: 10px;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 5px;
}
#end2 {
	background-color: #3B3B3B;
	color: #A0A0A0;
	text-align: right;
	font-family: verdana, ariel, sans-serif;
	font-size: 10px;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 5px;
}
#end2 a {
	color: #5671FC;
}
#end2 a:hover {
	color: #7188FD;
}
#page {
	width: 617px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: left;
}
#banner {
	height: 108px;
	width: 612px;
	margin: auto;
	background: url('./banner1.gif') no-repeat;
	
}
#mainmenus {
	width: 612px;
	padding-top: 8px;
	margin: auto;
	text-align: left;
	font-family: verdana, ariel, sans-serif;
	font-size: 11px;
}
#mainmenus a {
	padding: 4px;
	color: #8A8A8A;
	text-decoration: none;
	background-color: transparent;
}
#mainmenus a:hover {
	border-bottom: 4px solid #6E0707;
}
.mainmenu {
	text-align: center;
	display: inline;
	padding: 8 19 8 19;
}
#mainsel {
	background-color: #6E0707;
	color: white;
}
#mainmenus #mainsel a {
	color: white;
	text-decoration: none;
	background-color: transparent;
}
#body {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 617px;
	float: none;
}
.menu {
	text-align: right;
	margin-bottom: 40px;
	font-size: 11px;
}
.content {
	color: #606060;
	font-size: 11px;
	margin: 9px;
	font-family: Georgia;
	width: 100%;
}
.menus {
	margin: 9px;
	font-family: Georgia;
	width: 150px;
}
.seperator {
	width: 30px;
}
.portrait {
	float: right;
	padding: 0px;
	margin: 0px;
	margin-top: 7px;
	margin-left: 7px;
}
blockquote {
	font-style: italic;
	margin-left: 10px;
	font-family: "courier new", monospace, "lucida console";
}
blockquote.noitalic {
	font-style: normal;
	margin-left: 10px;
	font-family: "courier new", monospace, "lucida console";
}
pre.code {
	overflow: auto;
	line-height: 8px;
}
.ad {
	text-align: right;
}
