a.menu
{
	color: #f0e7c7; 
	text-decoration: none; 
	background-color: #224b1e;
	font-size: 20px;
	width: 120px;
}
a.menu:hover
{
	color: #f0e7c7;
	text-decoration: none; 
	background-color: #775C27;
	font-size: 20px;
	width: 120px;
}
a.menucurrent
{
	color: #775C27; 
	text-decoration: none; 
	background-color: #224b1e;
	font-size: 20px;
	width: 120px;
}
a.menucurrent:hover
{
	color: #775C27; 
	text-decoration: none; 
	background-color: #f0e7c7;
	font-size: 20px;
	width: 120px;
}

a
{
	color: #224b1e; 
	text-decoration: none; 
}
a:hover
{
	color: #775C27;
	text-decoration: none; 
	background-color: #f0e7c7;
}
table.maintable 
{
	background-color: #fbf0b0;
	width: 750px;
	height: 500px;
	margin: auto;
}
table
{
	border-style: solid;
	border-color: #775C27;
	border-radius: 10px;
}
td
{
	font-family: arial,times,sans-serif; 
	font-size: 12px;
	color: #775C27; 
	background-color: #fbf0b0;
	vertical-align: top;
	padding: 10px;
	border-style: solid;
	border-color: #775C27;
	font-size: 12px;
	border-radius: 10px;
}
th
{
	font-family: Georgia,Times New Roman,Times,serif; 
	font-size: 14px;
	color: #f0e7c7; 
	background-color: #224b1e;
	border-style: solid;
	border-color: #775C27;
	vertical-align: top;
	padding: 10px;
	border-radius: 10px;
}td.maintd
{
	font-family: arial,times,sans-serif; 
	font-size: 14px;
	color: #775C27; 
	background-color: #fbf0b0;
	border-style: solid;
	border-color: #775C27;
	vertical-align: top;
	padding: 10px;
	width: 630px;
}
td.menutd
{
	font-family: arial,times,sans-serif; 
	color: #fbf0b0; 
	background-color: #224b1e;
	vertical-align: top;
	padding: 5px;
	width: 120px;
	border-style: solid;
	border-color: #775C27;
}
td.titletd
{
	font-family: Georgia,Times New Roman,Times,serif; 
	font-weight: bold;
	color: #f0e7c7; 
	background-color: #224b1e;
	text-align: center;
	font-size: 24px;
	border-style: solid;
	border-color: #775C27;
	height: 70px;
}

body
{
	font-family: arial,times,sans-serif; 
	color: #224b1e; 
	background-color: #ffffff;	
}

table.none
{
	border-style: none;
}
td.none
{
	font-family: arial,times,sans-serif; 
	font-size: 14px;
	color: #775C27; 
	background-color: #fbf0b0;
	vertical-align: top;
	padding: 10px;
	font-size: 14px;
	border-style: none;
}
