/* CSS Document */

.erg {
	font-family: Arial;
	font-size: 11px;
}.erg-bold {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
.blackbackground {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.linesbelow {
	padding-bottom: 5px;
	margin: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.linesabove {
	padding-bottom: 1px;
	margin: 1px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
}
.linesabovegeneva {
	padding-bottom: 1px;
	margin: 1px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.blackbackgroundlittle {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}
.alignedup {
	top: inherit;
	right: inherit;
	clip: rect(auto,auto,auto,auto);
}
.erg-boldbig {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #000000;
	color: #FFFFFF;
}
.ergwhite {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}
