@charset "utf-8";
/* CSS Document */
<style type="text/css">
<!--
body {
	background-color: #FFE4AE;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
}
.style1 {font-size: 9px}
a:link {
	color: #003300;
}
a:visited {
	color: #003300;
}
a:hover {
	color: #FF3333;
}
a:active {
	color: #FF3333;
}
.style2 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
#maincontent{
	position: fixed;
	top: 150px; /*Set top value to HeightOfTopFrameDiv*/
	left: 0px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 0px;
	bottom: 0px; /*Set bottom value to HeightOfBottomFrameDiv*/
	overflow: auto;
	z-index: 0;
}

#athena	{
	background-image:url("accents/athena.png");
	background-repeat:no-repeat;
	width:  250px;
	height: 467px;
	position: absolute;
	right:  0px;
	bottom: 0px;
	z-index: -2;
	left: auto;
	top: auto;
}	
#rightmenu	{
	position: absolute;
	width:  100px;
	left:  auto;
	top:  129px;
	right: 9px;
	bottom: auto;
	visibility: visible;
	z-index: 1;
	height: auto;
	margin-left: auto;
}	
-->
</style>
