body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#CCCCCC;
}
p {font-size:12px }

ul,li {font-size:12px; }

a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CE0000;
}

.heading {
	font-size: 14px;
	font-weight: bold;
}
.subheading {
	color: #CC0000;
	font-weight: bold;
}
.label {
	color: #000000;
	font-weight: bold;
	font-size:12px;
}

.required {
	color: #990000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

