body {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	background-image: url(../images/bg_site.gif);
	background-repeat: repeat-x;
	background-position: top;
}
td {
	font-family: Tahoma;
	font-size: 11px;
	color: #6B6B6B;
}
a:link, a:visited, a:active {
	color: #6A6A6A;
	text-decoration : none;
	}
a:hover {
	color: #6A6A6A;
	text-decoration: underline;
}
a.menu:link, a.menu:visited, a.menu:active {
	color: #D37D25;
	text-decoration : none;
	font-weight: bold;
	}
a.menu:hover {
	color: #B3620F;
	text-decoration: none;
	font-weight: bold;
}
.menuBg {
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	width: 174px;
	padding-left: 5px;
}
.title {
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	font-weight: bold;
	color: #D37D24;
}
.content {
	padding-top: 10px;
}
