@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #009999;
	background-image: url('bg_blue.png');
	background-attachment: fixed;
	SCROLLBAR-FACE-COLOR: #009999;
	SCROLLBAR-HIGHLIGHT-COLOR: #CCCCCC;
	SCROLLBAR-SHADOW-COLOR: ##000000;
	SCROLLBAR-3DLIGHT-COLOR: #90B2B2;
	SCROLLBAR-ARROW-COLOR: #00FFFF;
	SCROLLBAR-TRACK-COLOR: ##90B2B2;
	SCROLLBAR-DARKSHADOW-COLOR: ##999999;
}
h1 {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #009999;
	text-align: center;
}
h2 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: center;
	}
a:link {
	color: #009966;
	text-decoration: underline;
}
a:visited {
	color:#009966;
}
a:hover {
	color:#003399;
	font-weight: bold;
	}
	
.headrow {
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
	background-image: url(fade2black_tbar.png);
}
.data_subheader {
	background-image: url(light_glass.png);
	font-size: 12px;
	font-weight: bold;
	color:#333333;
	text-align: center;
	
}

.data_subheader a:link {
	color: #009966;
	text-decoration: underline;
}

.data_subheader a:visited {
	color: #009966;
	text-decoration: underline;
}

.data_subheader a:hover {
	color: #009966;
	text-decoration: underline;
	font-weight: bold;
}

.data_text {
text-align: center;

}

.tcsmall {
font-size: 10px;
}

.kitzsmall {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #009999;
	}	
.kitzsmall a {
	color: #009966;
	}
.kitzsmall a:visited {
	color: #009966;
	}		
.kitzsmall a:hover {
	color: #0000FF;
	}

