/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
	scrollbar-track-color: #77AACC; 
	scrollbar-face-color: #77AACC; 
	scrollbar-3dlight-color: #000000; 
	scrollbar-highlight-color: #77AAFF; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-shadow-color: #77AAFF; 
	scrollbar-arrow-color: #000000;
	background-attachment: fixed;
}
a {
	font-size: 13px;
	color: #00EE00;
}
a:link {
	text-decoration: none;
	color: #660000;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #990000;
}
body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #81A8C5;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
	
}
.performance {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CC3300;
}
.showtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #0000CC;
}
.verysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


