@charset "utf-8";
#menutitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #a7a7a7;
	margin-left:40px;
	text-decoration: none;
}
#menusubfonts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a7a7a7;
	text-align:center;
	text-decoration: none;
}

#subfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a7a7a7;
	text-align:center;
	text-decoration: none;
}

table {
	border-collapse:collapse;
}

th, td
{
	border-bottom: #333;
}

tr
{
	background-color: #000;
	border-color: #666;
}

thead th
{
	font-weight: bold;
	background: #000;
	padding: .2em;
}

tbody th
{
	background: #000;
}
	
form
{
	display: inline;
}