@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
}
.mediumgreytext {
	color: #CCCCCC;
}
th {
	text-align: left;
}
a:link {
	color: #6699FF;
	text-decoration: none;
}
a:hover {
	color: #6699FF;
	text-decoration: underline;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 12px;
}

