#navcontainer { width: 110px; }
#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}
#navcontainer a
{
display: block;
padding: 3px;
width: 104px;
background-color: #B3D55E;
border-bottom: 1px solid #a0ca36;
}
#navcontainer a:link, #navlist a:visited
{
color: #264613;
text-decoration: none;
}
#navcontainer a:hover
{
background-color: #FFFFFF;
color: #264613;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}
.mainHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #264613;
	line-height: 24px;
}
.textBoldGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #264613;
}
.mainHeadingBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #001466;
	line-height: 24px;
}
.textBoldBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #001466;
}
.smallGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #264613;
}
.smallBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #001466;
}
.TitleBrown {
	font-family: Tahoma, "Frutiger LT 55 Roman", Arial;
	font-size: 18px;
	color: #757B57;
}
.TitleLightBrown {
	font-family: Tahoma, "Frutiger LT 55 Roman", Arial;
	font-size: 18px;
	color: ##A3A478;
}
.SmallBrown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #757B57;
}
.SmallLightBrown {
	font-family: Tahoma, "Frutiger LT 55 Roman", Arial;
	font-size: 14px;
	color: #A3A478;
}
.TitleGREEN1 {
	font-family: Tahoma, "Frutiger LT 55 Roman", Arial;
	font-size: 18px;
	color: #264613;
}

.SmallGreen1 {
	font-family: Tahoma, "Frutiger LT 55 Roman", Arial;
	font-size: 14px;
	color: #264613;
}
.TitleWhite {
	font-family: Tahoma, "Frutiger LT 55 Roman", Arial;
	font-size: 18px;
	color: #FFFFFF;
}