BODY
{
	background: #595959;
}


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

DIV.Advert
{
	font-family: Verdana, Arial;
	font-size: 15px; 
	color: #ffffff;
	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: #eeeeeea;
	font-family: Verdana;
	font-size: 10px;
	z-index: 4;
}

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

DIV.MenuItemOff
{
	position: relative;
	line-height: 11px;
	vertical-align: middle;
	color: #ffffff;
	font-style: normal;
	margin-left: 5px;
}
	
DIV.MenuItemOn
{
	margin-left: 5px;
	position: relative;	
	line-height: 11px;
	vertical-align: middle;
	cursor: hand;
	font-style: italic;
}

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


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


A
{
	position: relative;
	text-decoration: underline;
}

A.hover
{
	position: relative;
	text-decoration: underline;
}

