BODY {
	font-family: Verdana, Arial;
	font-size: 13px;
	color: #001077;
	font-weight: normal;
 cursor:default;
	background : url(images/bgr.gif) fixed;
}
HTML {
	scrollbar-arrow-color:#AABBC0;
	scrollbar-base-color:#eeffff;

	scrollbar-face-color:#E6F7F8;
	scrollbar-track-color:#eeffff;

	scrollbar-3dlight-color:#eeffff;
	scrollbar-darkshadow-color:#eeffff;
	scrollbar-shadow-color:#AABBC0;
	scrollbar-highlight-color:#AABBC0;
}

a:link { color:#001077; text-decoration:none}
a:visited { color:#001077; text-decoration:none}
a:hover { color:#001077; text-decoration:underline}
a:active { color:#001077; text-decoration:underline}

a.menu:link    {color:#f2f4f4; text-decoration:none; font-weight: bold}
a.menu:visited {color:#f2f4f4; text-decoration:none; font-weight: bold}
a.menu:hover   {color:#4a5858; text-decoration:none; font-weight: bold}
a.menu:active  {color:#4a5858; text-decoration:none; font-weight: bold}

TABLE TH, TH {
	font-family: Verdana, Arial;
	font-size: 13px;
	color: #001070;
	font-weight: bold;
	background:  #ccdde0;
}
TABLE TD, TD {
	font-family: Verdana, Arial;
	font-size: 13px;
	color: #001070;
	font-weight: normal;
}
.menu1 {font-family: Verdana, Arial; font-size: 13px;color: #f2f4f4;font-weight: bold;letter-spacing : 1px;}
.menu2 {font-family: Verdana, Arial; font-size: 13px;color: #001077;font-weight: normal;letter-spacing : 0px;}
.menu3 {font-family: Verdana, Arial; font-size: 11px;color: #001077;font-weight: normal;letter-spacing : 0px;}
.small {font-family: Verdana, Arial; font-size: 11px;color: #001077;font-weight: normal;}

.headS {font-family: "Century Gothic", Verdana, Arial;font-size: 16px;color: #ff6600;font-weight: normal;}
.head1 {font-family: "Century Gothic", Verdana, Arial;font-size: 16px;color: #4a5858;font-weight: normal;}
.head2 {font-family: "Century Gothic", Verdana, Arial;font-size: 14px;color: #4a5858;font-weight: normal;}
.def   {font-family: "Century Gothic", Verdana, Arial;font-size: 13px;color: #4a5858;font-weight: normal;}
.hl    {font-family: "Century Gothic", Verdana, Arial;font-size: 13px;color: #ff6600;font-weight: bold;}

.textinput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #556670;
	font-weight: bold;
	border : 1px solid #556670;
}

#top {
	position: absolute;
	height: 144px;
	top: 0px;
	left: 25px;
	width: 900px;
	z-index : 4;
}
#top[id]{position: fixed;}
#menu {
	position: absolute;
	height: 300px;
	top: 200px;
	left: 35px;
	width: 180px;
	z-index : 3;
} 
#menu[id]{position: fixed;}
#content {
	position: absolute;
	top: 160px;
	left: 260px;
	width: 620px;
	z-index : 2;
} 
#footer {
	position: absolute;
	bottom: 10px;
	left: 260px;
	width: 620px;
	z-index : 1;
}


