body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
body {
	background-color: #000000;
	background-image: url(images/bkg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
.footer {
	color: silver;
	font-size: 10px;
}
.footer a:link{
	color: silver;
	text-decoration: none;
}
.footer a:visited{
	color: silver;
	text-decoration: none;
}
.footer a:hover{
	color: white;
	text-decoration: underline;
}
.footer a:active{
	color: silver;
	text-decoration: underline;
}


.menu {
	color: silver;
	font-size: 18px;	
	padding-left: 2px;
}
.menu a:link{
	color: silver;
	text-decoration: none;

}
.menu a:visited{
	color: silver;
	text-decoration: none;
}
.menu a:hover{
	color: white;
	text-decoration: none;
}
.menu a:active{
	color: silver;
	text-decoration: none;
}
.date {
	font-size: 12px;
	padding-bottom: 2px;
}
.content {
	padding: 10px;
	text-align: justify;
}
.form{ background-color: #F2F2F2; border: 1px solid #666666; color: #333333; font-size: 18px; height: 26px; text-align: center; vertical-align: text-bottom; }
.form2{ color: #999999; font-size: 10px; line-height: 12px; vertical-align: middle; }
.form3 {
	height: 32px;
	width: 180px;
	font-weight: bold;
	vertical-align: text-bottom;
}
.grey { color: #CCCCCC; }