A {
	COLOR: #00008b; TEXT-DECORATION: none
}
A:hover {
	COLOR: #ff4500; TEXT-DECORATION: underline
}
BODY {
	FONT-SIZE: 9pt; COLOR: #191970; FONT-FAMILY: tahoma, sans-serif, arial
}
P {
	FONT-SIZE: 9pt; COLOR: #191970; FONT-FAMILY: tahoma, sans-serif, arial
}
TD {
	FONT-SIZE: 9pt; COLOR: #191970; FONT-FAMILY: tahoma, sans-serif, arial
}
.menu {
	COLOR: red
}
A.menu:hover {
	COLOR: #0000A0; TEXT-DECORATION: none
}
.1 {
	COLOR: #FFFFFF
}
A.1:hover {
	COLOR: #00FF00; TEXT-DECORATION: none
}


.topbutton {
width:70px;
border:2px solid #ccc;
background:#f7f7f7;
text-align:center;
padding:10px;
position:fixed;
bottom:10px;
right:10px;
cursor:pointer;
color:#333;
font-family:verdana;
font-size:14px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
}

.downbutton {
width:60px;
border:2px solid #ccc;
background:#f7f7f7;
text-align:center;
padding:10px;
position:fixed;
top:100px;
right:15px;
cursor:pointer;
color:#333;
font-family:verdana;
font-size:14px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
}