body {
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

td {
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}

.news {
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #333333;
}

.adress {
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000;
}

.floater {
	padding: 8px;
	float: right;
}

.smalltext {
	font-size: 10px;
	color: #999999;
}

.nav {
	font-size: 11px;
	color: #999999;
}

.ingress {
	font-size: 12px;
	line-height: 16px;
}

a {
	color: #FC1921;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}

a.mainlink {
	color: #333333;
	text-decoration: none;

}

a.mainlink:hover {
	color: #333333;
	text-decoration: underline;
}

a.sublink {
	color: #FC1921;
	text-decoration: none;

}

a.sublink:hover {
	color: #FC1921;
	text-decoration: underline;
}

a.graylink {
	color: #999999;
	text-decoration: none;

}

a.graylink:hover {
	color: #FC1921;
	text-decoration: underline;
}


.header {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	letter-spacing: 1px;
}

.headertr {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	background-color: #CCCCCC;
}

.subcell {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.tableframe {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.oddrow {
	background-color: #E9E9E9;
}

.evenrow {
	background-color: #FFFFFF;
}

.style1 {
	color: #CC3300;
	font-weight: bold;
	}
.style2 {
	color: #339966;
	font-weight: bold;
}

.thinframe {
	border: thin solid #666666;
	background-color: #DDDDDD;
}

.uppe {
	vertical-align: top;
}

.nere {
	position: relative;
	vertical-align: bottom;
}

.merpadding {
	padding-top: 4px;
	padding-bottom: 4px;
}