a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000CC;
}
a:link {
	text-decoration: none;
	color: #009;
	font-style: italic;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: none;
	color: #0000CC;
}
a:active {
	text-decoration: none;
	color: #0000CC;
}
.heading {
	font: bold normal medium Arial, Helvetica, sans-serif;
	color: #000;
}
.subheading {
	font: normal small Georgia, "Times New Roman", Times, serif;
	color: #000;
}

.table_data_white_background {
	font: normal x-small Arial, Helvetica, sans-serif;
	color: #000;
	background: #FFF;
	text-align: center;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.red_table_header {
	font: normal small Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #C03;
	border-style: solid;
	text-align: center;
}
.table_data_grey_background {
	font: normal x-small Arial, Helvetica, sans-serif;
	background: #CCC;
	text-align: center;
}
.paragraph_text {
	font: normal x-small Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
}
