@charset "utf-8";
.headings {
	font-family: "Arial Rounded MT Bold";
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-align: center;
}
.leadins {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

body {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
}

a {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}

td {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.note {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.copyright {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}

div.floating-menu { 
     position:fixed;
	 width:200px; 
	 z-index:100;
}
