BODY {
	font-family : Arial;
}

#text {
	color : Black;
	font-size : 13px;
	text-decoration : none;
}

#text A:LINK {
	color : #CC0000;
	font-size : 13px;
	text-decoration : none;
}

#text A:VISITED {
	color : #CC0000;
	font-size : 13px;
	text-decoration : none;
}

#text A:ACTIVE {
	color : #CC0000;
	font-size : 13px;
	text-decoration : none;
}

#text A:HOVER {
	color : black;
	font-size : 13px;
	text-decoration : none;	
}

#text_red {
	color : #CC0000;
	font-size : 13px;
	text-decoration : none;
}

#headline {
	color : Black;
	font-size : 17px;
	text-decoration : none;
}

#headline_gray {
	color : #333333;
	font-size : 13px;
	text-decoration : none;
}

#headline_red {
	color : #CC0000;
	font-size : 15px;
	text-decoration : none;
}

#small {
	color : Black;
	font-size : 11px;
	text-decoration : none;
	text-align : justify;
}

#small A:LINK {
	color : #CC0000;
	font-size : 11px;
	text-decoration : none;
}

#small A:VISITED {
	color : #CC0000;
	font-size : 11px;
	text-decoration : none;
}

#small A:ACTIVE {
	color : #CC0000;
	font-size : 11px;
	text-decoration : none;
}

#small A:HOVER {
	color : black;
	font-size : 11px;
	text-decoration : none;	
}

