body
{
	color: #000000;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	margin-right: 21px;
	margin-left: 21px;
}
td 
{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}
a 
{
	font-weight: bold;
	color: #C27F32;
	text-decoration: none;
}
a:hover 
{
	color: #000000;
	text-decoration: none;
}


#content 
{
	padding-top: 20px;
	text-align: center;
}
#content td 
{
	line-height: 24px;
	text-align: left;
	width: 25%;
}

/*Tab Menu - BEGIN */

#tab_menu
{
	height: 36px;
	font-family: Georgia, sans-serif;
	line-height: 36px;
	font-weight: normal;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
#list
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#list li
{
	margin: 0px;
	padding: 0px;
	position: static;
	display: inline;
}
#list a.brown, #list a.brown:link, #list a.brown:visited
{
	background-color: #804040;
}
#list a, #list a:link, #list a:visited
{
	color: #FFF;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	height: 24px;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	width: 25%;
	top: 12px;
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
	text-align: center;
	float: left;
	background-color: #B55440;
}
#list a:hover
{
	color: #FFF;
	position: relative;
	line-height: 36px;
	height: 36px;
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia, sans-serif;
	bottom: 24px;
	text-align: center;
	top: 0px;
}
