/* CSS Document */
body{
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

HTML{
	scrollbar-face-color: #0070A6;
	scrollbar-shadow-color: black;
	scrollbar-highlight-color: #D3D3D3;
	scrollbar-3dlight-color: #3399cc;
	scrollbar-darkshadow-color: #333333;
	scrollbar-track-color: #cccccc;
	scrollbar-arrow-color: #000000;

}

.menu {
	font: normal bold smaller Arial, Helvetica, sans-serif;
}


a:link {

	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
	background-color: #999999;
	display: block;
}
a:visited {
	display: block;
}
a:active {
	text-decoration: none;
	display: block;
}


.menubut TD A {
	color: #ffffff;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #6699FF;
	width: 100%;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
	font-family: Monotype Corsiva;
	font-size: 18px;
	font-weight: bold;


}

.menubut TD A:hover {
	text-decoration: bold;
	color: #ffffff;
	background-color: #999999;

}


