a:link { 
	color: blue;
	text-decoration: none;
}

a:visited {
	color: darkblue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active { 
	color: white;
	background-color: black;
	text-decoration: none;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
}

body.partner {
	color: white;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	background-color: #000000;
}

td.activeTab {
	color: black;
	background-color: #F1B156;
	font-weight: bold;
}

td.inactiveTab {
	color: white;
	background-color: #dbdbdb;
	font-weight: bold;
}

td.separator { 
	width: 2px;
	background-color: #ffffff;
}

td.spacer { 
	width: 100%;
 	background-color: #ffffff;
}

.teaser { 
	font-size: 12pt;
}

.normal { 
	font-size: 8pt;
}

.footer { 
	font-size: 7pt;
}
