BODY	{
        background-color: #cccccc;
	margin: 0px;
	padding: 0px;
	font-family:  Arial;
	font-size: 12px;
	color: #333333;
	}
P 	{
	font-family: Arial;
	font-size: 12;
	color: #000066}

A	{
	text-decoration: none;
	color: white;
	font-size: 11;
	font-family: Arial;
	}
A img	{
	text-decoration: none;
	border: 0;
	}
A:hover {
	color: #3399cc;
	}


.menu 	{
	font-weight: normal;
	font-size: 17;
	color: #FF6666;
	font-weight: bold;
	}
.menu_sub{
	font-weight: normal;
	font-size: 14;
	color: #FF6666;
	font-weight: bold;
	}

.top_menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 98%;
	z-index: 10;
	}

.side_menu {
	position: absolute;
	left: 30px;
	width: 200px;
	height: 100%;
	z-index: 10;
	}

body>div.top_menu{position:fixed;}
body>div.side_menu{position:fixed;}

.fpage {
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.content {
	position: absolute;

	left: 240px;
	z-index: 5;
	}

* html body {
	overflow:hidden;
	}
* html div.fpage{
	height:100%;
	width:100%;
	overflow:auto;
	}