@charset "utf-8";
body {
	color: #FFFFFF;
	margin-top: 90px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container{
	width: 900px;
	height: 700px;
	margin-left:auto;
	margin-right:auto;
	}
.main {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
}
.mainnews {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
table {
	border: thin solid #003366;
}
.footer {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;
}
table.nobord{
	border:none;
	}
.hidden
{
  display: none;
  visibility: hidden;
}
