@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:calibri,arial;
	font-size:12px;
	color:#333333;
	background-color: #EEEEEE;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #66CCCC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	height: 445px;
	width: 900px;
}
.heading {
	background-color: #333333;
	font-family: arial;
	font-size: 16px;
	color: #66CCCC;
	height: 30px;
	background-image: url(../images/heading.jpg);
	letter-spacing:-1px;
}
.heading-OFF {
	background-color: #333333;
	font-family: arial;
	font-size: 16px;
	color: #FFFFFF;
	height: 30px;
	background-image: url(../images/heading.jpg);
	letter-spacing:-1px;
}
.light-grey{
	color:#999999;
	}
.title{
	font-size:14px;
	font-weight: bold;
	letter-spacing: -1px;
	}
