/* CSS Document */
body {
}
body,td,th {
	color: #FFFF00;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
.style1 {font-size: 12px}
.style3 {
	font-size: 16px;
	font-weight: bold;
}

#logo
{
overflow:visible;
visibility:visible;
}

#hidden
{
visibility:hidden;
}

