.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #000099;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #000099;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #000099;
}

.red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 19px;
	font-weight: bold;
	color: #ff0000;
}

.closingdown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: 36px;
	font-weight: bold;
	color: #000;
}


.blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 900;
	color: #fff;
	line-height: 24px;
}

.style1 {font-size: 10px}
.style2 {font-style: normal; line-height: 14px; font-weight: normal; color: #000099; font-family: Verdana, Arial, Helvetica, sans-serif;}
.style3 {font-weight: bold}


#navcontainer
{
	width:170px;
	padding-top:10px;
	
}
 ul#navlist
{
	width: 170px;
	padding: 0px;
	border: 1px solid #4161FE;/*#506020;*/
	margin: 0px;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #4161FE;/*#506020;*/
	list-style: none;
	list-style-image: none;

}

ul#navlist li
{
	list-style: none;
	margin: 0px;
	border: 0px;
	border-top: 1px solid #4161FE;/*#506020;*/
}

ul#navlist li a
{
	display: block;
	width: 136px;
	padding: 4px 10px 4px 10px;
	border: 0px;
	border-left: 2px solid #4161FE;/*#99a46d;*/
	background: #6B85FE; /*#7a8244;*/
	text-decoration: none;
	text-align: left;
}

ul#navlist li a { color: #FFF; }
div#navcontainer li a:visited { color: #FFF; }

ul#navlist li a:hover
{
	border-color: #4161FE;
	background-color:#fff;
	color: #0066FF;
}
ul#navlist ul
{
	padding:0 0 0 10px;
}

ul#navlist li li 
{
	margin:0;
}
ul#navlist li li a
{
	display:inline;
	padding:0;
	border:none;
	width:auto;
	margin:0;
	border-left:none;
}
