body {
	BACKGROUND-COLOR: white;
	CURSOR: default;
	scrollbar-face-color: white;
	scrollbar-base-color: 003399;
	scrollbar-arrow-color: 003399;
	scrollbar-track-color: white;
	scrollbar-3dlight-color: 003399;
	scrollbar-darkshadow-color: 003399;
	scrollbar-highlight-color: 003399;
	scrollbar-shadow-color: 003399
	behavior: url("csshover3.htc"); 
}

		
body,p,table,td {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
}

b {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

P.first {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: 000000;
	font-size: 10px;
}

a:link {
	color: #144E93;
	background-color: transparent;
}

a:active {
	color: #8B0000;
	background-color: transparent;
}

a:visited {
	color: #144E93;
	background-color: transparent;
}

a:hover {
	color: #8B0000;
	background-color: transparent;
}


.menuLeftPart {
	width: 195px;
	height: 26px;
	float: left;
}

.menuRightPart {
	height: 26px;
	width: 527px;
	float:left;
}
.menuButton {
	display:block
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
	height: 26px;
	font-size: 9px;
}

.menuButton li {display:block; width:96px;	float:left; margin:5px 2px 1px;height:20px;}
/*.menuButton li:hover {background: url("menuButton.gif") no-repeat 0 0;}*/

.menuButton li a {
	color: #fff;
	text-decoration: none;
	display:block;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	height: 20px; width: 96px;
}

.menuButton li a:hover {
	text-align: center;
	display:block;
	color: #fff;
	font-family: arial;
	text-decoration: underline;
	font-weight: bold;
	height: 20px; width: 96px;
}

li a {
	color: #fff;
	text-decoration: none;
}

li a:hover {
	color: #fff;
	text-decoration: underline;
}

.menuButton li a span {width: 100%; height:100%;padding-top:5px;display:block;}	
.menuButton li a:visited {color: #fff;}