BODY, TR {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-decoration : none;
}
TH {
	font-size : 12px;
	font-weight : bold;
	color : white;
}
A {
	text-decoration : underline;
	color : #008000;
}
A:HOVER {
	text-decoration : underline;
	color : black;
}

.title {
	font-size : 14px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	text-decoration : none;
	color: #CA0452;
}
.headline {
	font-size : 14px;
	font-weight : bold;
	text-decoration : none;
}
.small {
	font-size : 10px;
	text-decoration : none;
}
.login_field {
	background-color : #ffffff;
	font-family : verdana;
	font-size : 10px;
	height : 20px;
	width : 80px;
}
.footer {
	font-size : 10px;
	text-decoration : none;
	color : white;
}
.footer:HOVER {
	font-size : 10px;
	text-decoration : none;
	color : yellow;
}
.copyright {
	font-size : 10px;
	text-decoration : none;
	color : gray;
}