@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}

/* LINKS */

a {
	font-size: 12px;
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #ff0000;
}
.subhead { font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
margin-bottom: 7px;
}
.grid-header {
	background-color:#666666;
	border-bottom:none;
	border-left:none;
	border-top:none;
	border-right:solid #ffffff 1px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-transform:uppercase;
	}

