@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: "Gill Sans MT", "Trebuchet MS", Verdana;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
}
a {
	font-weight: bold;
}
a:link {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	padding-top:0px;
	padding-bottom:opx;
	margin-top:0px;
	margin-bottom:0px;
}
h2 {
	font-size: 20px;
	color: #999;
}
