.styles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #f6f6f7;
}
a:link, a:active, a:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 11px;
    color: #295398;
    text-decoration: none;
}
a:hover
{
    color: #295398;
    text-decoration: none;
}
.menu-out {
	background-image: url(../images/nav-grad-bg.gif);
	background-repeat: repeat-x;
	height: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #295398;
	vertical-align: middle;
}
.menu-over{
	background-image: url(../images/nav-grad-bg-over.gif);
	background-repeat: repeat-x;
	height: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #295398;
}
.hori-dotsline {
	background-image: url(../images/horz_dot.gif);
	background-repeat: repeat-x;
}
.grey-round-rect-top {
	background-image: url(../images/grey-corner-top.gif);
	background-repeat: repeat-x;
}
.grey-round-rect-btm {

	background-image: url(../images/grey-corner-btm.gif);
	background-repeat: repeat-x;
}
.grey-round-rect-lhs {

	background-image: url(../images/grey-corner-lhs.gif);
	background-repeat: repeat-y;
}
.grey-round-rect-rhs {

	background-image: url(../images/grey-corner-rhs.gif);
	background-repeat: repeat-y;
}
.blue-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #295398;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #295398;
	margin: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #579401;
	margin: 0px;
}
/*dropdown menu*/
.dropmenudiv{
	position:absolute;
	/*top: 50px;*/
	border: 0px;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #c1dead;
	width: 140px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	/*left: 10px;*/
}

.dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 20px;
	padding: 2px 0 0 0px;
	text-decoration: none;
	font-weight: bold;
	color: #295398;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #295398;*/
}

.dropmenudiv a:hover{ 
background-color: #e2f5d4;
text-decoration: none;
}
a.blk-smll:link, a.blk-smll:active, a.blk-smll:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size: 10px;
    color: #000000;
    text-decoration: underline
	
}
a.blk-smll:hover
{
    color: #295398;
    text-decoration: underline
}