BODY
{
	background: #ffffff;
}

DIV.MainText,
{
	margin-left: 8px;
	margin-right: 8px;
	color: #000000;
}

DIV.Advert
{
	font-family: Verdana, Arial;
	font-size: 17px; 
	color: #014b00;
	text-align: center;
	font-weight: bold;
}

DIV.Footer
{
	font-family: Verdana, Arial;
	font-size: 11px; 
	font-color: #9c9c9c;
	font-weight: bold;
	margin-left: 5px;
	text-align: right;
}

DIV.Sitename
{
	font-family: Verdana, Arial;
	font-size: 18px; 
	font-color: #000000;
	font-weight: bold;
}


/* DYNAMIC MENU */

DIV.MenuMain
{
	position: relative;
	background: #595959;
	font-family: Verdana;
	font-size: 10px;
	z-index: 4;
	text-align: right;
}

DIV.MenuChild
{
	background: #606463;
	color: #ffffff;
	width: 180px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	visibility: hidden;
	position: relative;
	z-index: 4;
	padding: 4px 4px 4px 4px;
	border: 1px solid #000000;
}

DIV.MenuItemOff
{
	position: relative;
	line-height: 11px;
	font-style: normal;
}
	
DIV.MenuItemOn
{
	position: relative;	
	line-height: 11px;
	cursor: hand;
	font-style: italic;
}

A.Menu, A.Menu:hover, A.MenuItemOn, A.MenuItemOff
{
	position: relative;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}

A.SubMenu, A.SubMenu:hover, A.SubMenuItemOn, A.SubMenuItemOff
{
	position: relative;
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
}


