.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22pt;
	font-style: normal;
	font-weight: normal;
	color: #202020;
}

.subline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #202020;
	font-weight: bold;
}

.subline-red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: Red;
	font-weight: bold;
}

.standard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #202020;
}

.standard-red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: Red;
}

.standard-small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	color: #202020;
}

.standard-grey-small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	color: #CBCBCB;
}

.foot-grey-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #202020;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

.tab-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #202020;
	background-color : #C7A45E;
}

.tab-data-light {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #202020;
	background-color : #FFCC66;
	padding-top : 2px;
	padding-bottom : 2px;
}

.tab-data-dark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #202020;
	background-color : #F7D080;
	padding-top : 2px;
	padding-bottom : 2px;
}

A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #202020;
	text-decoration : underline;
}

A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #606060;
	text-decoration : underline;
}

A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #B0B0B0;
	text-decoration : underline;
}

A:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #D0D0D0;
	text-decoration : underline;
}

A.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Red;
	font-weight: normal;
	text-decoration : underline;
	font-style: normal;
}

A.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6363;
	font-weight: normal;
	text-decoration : underline;
	font-style: normal;
}

A.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6300;
	font-weight: normal;
	text-decoration : underline;
	font-style: normal;
}

A.menu:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC6633;
	font-weight: normal;
	text-decoration : underline;
	font-style: normal;
}

A.menu-a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC6633;
	font-weight: bold;
	text-decoration : none;
	font-style: normal;
}

A.menu-a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC6633;
	font-weight: bold;
	background-color : #F8F3F3;
	text-decoration : none;
	font-style: normal;
}

A.menu-a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC66;
	font-weight: bold;
	text-decoration : none;
	font-style: normal;
}

A.menu-a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC6633;
	font-weight: bold;
	text-decoration : none;
	font-style: normal;
}

.contentnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: Red;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}


