body
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Tahoma, Sans Serif;
}

H1, H2, H3, H4, H5, H6
{
	font-weight: bold;
	color: #085121;
}
H1
{
	font-size: 24px;
}
H2{
	font-size: 16px;
}
H3{
	font-size: 14px;
}
H4{
	font-size: 11px;
}
H5{
	font-size: 11px;
}
H6{
	font-size: 11px;
}

A
{
	color: #4A8E5A;
	text-decoration: underline;
}
A:hover {
	COLOR: #085121;
}

A.MenuLink {COLOR: #4A8E5A}
A.SubMenuLink {COLOR: #4A8E5A}
A.MenuLink, A.MenuLinkSelected
{
	font-size: 11px;
	text-decoration: none;
}
A.MenuLinkSelected, A.MenuLinkSelected:hover, A.MenuLink:hover{ COLOR: #085121}
A.SubMenuLinkSelected, A.SubMenuLinkSelected:hover, A.SubMenuLink:hover, A.MenuBarLink {COLOR: #085121}
A.MenuLink, A.MenuLinkSelected, A.SubMenuLink, A.SubMenuLinkSelected, A.MenuBarLink {TEXT-DECORATION: none}

A.MenuBarLink
{
	color: #4A8E5A;
	font-weight: bold;
	font-size: 11px;
}
A.MenuBarLink:hover
{
	COLOR: #085121
}


INPUT
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Tahoma, Sans Serif;
}
INPUT.button
{
	border-right: 3px double;
	padding-right: 4px;
	border-top: 3px double;
	border-left: 3px double;
	cursor: hand;
	border-bottom: 3px double;
	background-color: white;
}
INPUT.DateText
{
	cursor: hand;
	text-align: center;
}
SELECT
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Tahoma, Sans Serif;
}
TABLE
{
	border-collapse: collapse;
}
TD
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Tahoma, Sans Serif;
}
.LabelCell
{
	font-weight: bold;
	color: #085121;
}

TD.CellPad
{
	padding-bottom: 10px;
	padding-top: 10px;
}

.PrimaryColourCell
{
	color: white;
	background-color: #085121;
}

.SecondaryColourCell
{
	color: white;
	background-color: #4A8E5A;
}

.TertiaryColourCell
{
	color: white;
	background-color: #87B688;
}

.QuaternaryColourCell
{
	color: #085121;
	background-color: #EFF7EF;
}

.QuinaryColourCell
{
	color: #085121;
	background-color: #FFFFFF;
}

TD.BorderColourCell
{
	color: #333333;
	background-color: #333333;
}

UL.Menu
{
	margin-left: 11px;
	list-style-type: circle;
}
TD.Footer
{
	font-size: 11px;
	color: #4A8E5A;
}

.BtnNear
{
	margin-left: 10px;
}
.BtnFar
{
	margin-left: 20px;

}
A.FreeLink
{
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.FreeLink
{
	margin-right: 10px;
}
.RequiredField
{
	background-position: right top;
	background-image: url(../../images/requiredfield.gif);
	background-repeat: no-repeat;
}

