h1 {
	font-family: "Arial";
	font-size: 20pt;
	font-weight: bold;
	color: #ff0000;
}

h2 {
	font-family: "Arial";
	font-size: 18pt;
	font-weight: bold;
	color: #ff0000;
}

h3 {
	font-family: "Arial";
	font-size: 16pt;
	font-weight: bold;
	color: #ff0000;
}

h4 {
	font-family: "Arial";
	font-size: 14pt;
	font-weight: normal;
	color: #ff0000;
}

h5 {
	font-family: "Arial";
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}

h6 {
	font-family: "Arial";
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}


a:link {
	font-family: "Arial";
	font-size: 10pt;
	color: #ff0000;
	text-decoration: none;
}

a:visited {
	font-family: "Arial";
	font-size: 10pt;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}

a:hover {
	font-family: "Arial";
	font-size: 10pt;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}

a:active {
	font-family: "Arial";
	font-size: 10pt;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}

.bodytext {
	font-family: "Arial";
	font-size: 10pt;
}

.boldbodytext {
	font-family: "Arial";
	font-size: 10pt;
	font-weight: bold;
}

.tabletitletext {
	font-family: "Arial";
	font-size: 12pt;
	font-weight: bold;
	color: #ff0000;
}
.smallredtext {
	font-family: "Arial";
	font-size: 8pt;
	font-weight: bold;
	color: #ff0000;
}
