
body{
	background-color: light-yellow;
	scrollbar-3dlight-color: #777777;
	scrollbar-arrow-color: #111111;
	scrollbar-darkshadow-color: #999999;
	scrollbar-face-color: #999999;
	scrollbar-highlight-color: #999999;
	scrollbar-shadow-color: #999999;
	scrollbar-track-color: #666666;
}
table.frametable{
	border: 1px solid #666666;
	width: 100%;
	height: 100%;
	padding: 0px;
}
table.menutable{
	border: 0px;
	width: 100%;
	padding: 0px;
	color: #ffffff;
	font: "Times New Roman", Times, serif;
}
ul.menulist{	
	float: left;
	width: 99%;
	padding:0;
	margin:0;
	list-style-type:none;
	background-color: #888888;
	font-weight: bold;
	filter: alpha(opacity = 100, finishopacity = 70, style = 1);
}
li.menulistitem{
	display: inline;
}
a.menulink{
	float: left;
	text-decoration:none;
	color: #882288;
	padding:2px 3px;
	border-right:3px solid white;
	font-size: 16px;
	font-family: Tahoma;
	font-weight: normal;
}
a.menulink:hover{
	float: left;
	text-decoration:none;
	color: #333333;
	padding:2px 3px;
	border-right:3px solid white;
	font-size: 16px;
	font-family: Tahoma;
	font-weight: normal;
}
table.windtable{
	width: 99%;
	color: #666666;
	font-family: Tahoma, Times New Roman;
	font-size: 14px;
	text-decoration: none;
	border: 1px solid #666666;
	padding: 2px;
}
td.windtablehead{
	background-color: #ffffff;
}
a{
	color: #ffffff;
	text-decoration: none;
}
a:hover{
	color: #333333;
	text-decoration: overline;
}