.headline {
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.tab {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}
.nav_tab {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.nav_tab a:link {
	color: #FFFFFF;
}
.nav_tab a:visited {
	color: #FFFFFF;
}
.nav_tab a:hover {
	color: #FFFF00;
}
.nav_tab a:active {
	color: #FFFFFF;
}
.blinking {
color: #cc0000;
	text-decoration: blink;
}
.blinking a:link {
	color: #cc0000;
	text-decoration: blink;
}
.blinking a:active {
	color: #cc0000;
	text-decoration: blink;
}
.blinking a:visited {
	color: #cc0000;
	text-decoration: blink;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f9d300;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #004990;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #336699;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #004990;
}