.header {
	font-family : Arial;
	color : #CC0000;
	font-size : 16px;
	font-weight : bold;
}

.subheader {
	font-family : Arial;
	color : #000000;
	font-size : 13px;
	font-weight : bold;
}

.bodytextblack {
	font-family : Arial;
	color : #000000;
	font-size : 12px;
}

.bodytextgrey {
	font-family : Arial;
	color : #999999;
	font-size : 12px;
}

.bodytextred {
	font-family : Arial;
	color : #990000;
	font-size : 12px;
}

.bodytextblack_bold {
	font-family : Arial;
	color : #000000;
	font-size : 12px;
	font-weight : bold;
}

.bodytextgrey_bold {
	font-family : Arial;
	color : #CC0000;
	font-size : 12px;
	font-weight : bold;
}

.bodytextred_bold {
	font-family : Arial;
	color : #999999;
	font-size : 12px;
	font-weight : bold;
}

.link {
	font-family : Arial;
	color : #CC0033;
	font-size : 12px;
	font-style: italic;
	text-decoration:underline;
}

a.link {
	color : #CC0033;
	font-style: italic;
	text-decoration:underline;
}

a:hover.link {
	color : #CC0033;
	font-style: italic;
	text-decoration:underline;
}
