body {
	scrollbar-face-color: #D2F1F6; 
	scrollbar-shadow-color: #967DC5; 
	scrollbar-highlight-color: #FDFCFF; 
	scrollbar-3dlight-color: #F1EAFF; 
	scrollbar-darkshadow-color: #F6F1FF; 
	scrollbar-track-color: #F6F1FF; 
	scrollbar-arrow-color: #AD95D7;
	cursor: default;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F6F1FF;
	background-image: url( bg.jpg);
	background-repeat: repeat-y;
	overflow-x: hidden;
}
.content {
	position: absolute;
	left: 160;
	top: 500;
	width: 360;
	font-family: verdana;
	font-size: 8pt;
	color: #476C80;
	text-align: justify;
}
.menu {
	position: absolute;
	left: 550;
	top: 510;
	width: 160;
	font-family: verdana;
	font-size: 7pt;
	font-color: #000000;
	text-align: justify;
}
.sitename {
	position: absolute;
	left: 224;
	top: 71;
	width: 411;
	font-family: verdana;
	font-size: 26pt;
	color: #6E549A;
	text-align: center;
	font-weight: bold;
}
a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
	cursor: crosshair;
}
a:hover {
	color: #41BEFF;
	text-decoration: underline;
	cursor: crosshair;
}
.nav:link, .nav:visited, .nav:active {
	color: #8169A8;
	display: block;
	background-color: #ffffff;
	text-decoration: none;
	filter: alpha(opacity=0,finishopacity=100,style=2);
	-moz-opacity: .5;
	opacity: .5;
	height: 12px;
	cursor: crosshair;
}
.nav:hover {
	color: #8169A8;
	text-decoration: underline;
	cursor: crosshair;
}
.title {
	border-style: solid;
	border-width: 1px;
	border-color: #8169A8;
	font-family: verdana;
	font-size: 9pt;
	color: #B0689E;
	font-weight: bold;
	padding: 2px;
	background-color: #ffffff;
	filter: alpha(opacity=100,finishopacity=25,style=3);
	-moz-opacity: .5;
	opacity: .5;
	height: 14px;
	letter-spacing: 2px;
	text-align: center;
}
.menutitle {
	font-family: verdana;
	font-size: 8pt;
	color: #6E549A;
	font-weight: bold;
	padding: 1px;
	background-color: #cccccc;
	border: 1px solid black;
	text-align: center;
}
.menuback {
	border: 1px dashed black;
	background-color: #81C1CD;
	font-family: verdana;
	font-size: 7pt;
}
.sig {
	text-align: right;
}
.name {
	font-weight: bold;
}
b, i, u {
	color: #6E549A;
}