body {
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	background-color: #FFFFFF;
	color: #000000;
}

td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #000000;
}
h1 {
	color: #0066CC;
	line-height: 100%;
}
h2 {
	color: #0066CC;
	line-height: 100%;
}
h3 {
	color: #0066CC;
	line-height: 100%;
}
h4 {
	color: #0066CC;
	line-height: 100%;
}
h5 {
	color: #0066CC;
	line-height: 100%;
}
h6 {
	color: #0066CC;
	line-height: 100%;
}

a:link, a:visited, a:active {
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

ul {
	list-style-type: disc;
	margin-top: 0px;
	margin-bottom: 0px;
}

.greypanel {
	background-color : #cccccc;
	padding : 0.5em;
}

input, textarea, select, option, checkbox {
	font-family: Arial, Helvetica, sans-serif;
	border : 1px solid #CCCCCC;
	font-size: 12px;
}