@charset "utf-8";
/* CSS Document */

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFF;
}
.header a:link {
	color: #FFF;
	text-decoration: none;
}
.header a:visited {
	text-decoration: none;
	color: #FFF;
}
.header a:hover {
	text-decoration: underline;
	color: #FFF;
}
.header a:active {
	text-decoration: none;
	color: #FFF;
}#wrapper {
	background-color: #FFF;
	width: 1000px;
	left: 0px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.heading a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000;
}
.heading a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

