﻿body 
{
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	margin: 0px 0px 0px 0px;
}

.Headline
{
	color: #143F1A;
	font-size: 18px;
}

A	{
	font-weight: bold;
	text-decoration: underline;
	color: #84B49A;
	}	

A:link	{
	font-weight: bold;
	text-decoration: underline;
	color: #84B49A;
	}	
		
A:visited	{	
	font-weight: bold;
	text-decoration: underline;
	color: #84B49A;
	}	
		
A:active	{	
	font-weight: bold;
	text-decoration: underline;
	color: #84B49A;
	}	
		
A:hover	{	
	text-decoration: none;
	font-weight: bold;
	color: #84B49A;
	}

.MenuHover
{
	cursor: hand;
	cursor: pointer;
	background-color: #7B7B7B;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

.MenuExpanded
{
	cursor: hand;
	cursor: pointer;
	background-color: #7B7B7B;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

.MenuItem
{
	cursor: hand;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 12px;
	background-color: Transparent;
	text-align: center;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

.SubMenuHover
{
	cursor: hand;
	cursor: pointer;
	background-color: #7B7B7B;
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

.SubMenuExpanded
{
	cursor: hand;
	cursor: pointer;
	background-color: black;
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

.SubMenuItem
{
	cursor: hand;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 12px;
	background-color: black;
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

.SubMenuItemDivider
{
	background-color: White;
	height: 1px;
}

.MenuGroup
{	
	background-color: Transparent;
}

.MenuChildGroup
{	
	background-color: Transparent;
	border: solid 1px white;
}

.cTimeValue h2,.cTimeValue h3
{
	color: #143F1A;
	font-size: 18px;
	font-weight: normal;
}

IMG
{
	border-width: 0px;
	margin: 0px 0px 0px 0px;
}