.text {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
.text-blue {
	font-family: Tahoma;
	font-size: 11px;
	color: #054799;
}
.text-green {
	font-family: Tahoma;
	font-size: 11px;
	color: #55B003;
}
.vert-line {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.hr-line {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.text-black {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.text-blue-16 {
	font-family: Tahoma;
	font-size: 14px;
	color: #054799;
	font-weight:bold;
}
.text-black-12 {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
h2
{
	font-family:Tahoma;
	font-size:16px;
}
.content
{
	font-family:Tahoma;
	font-size:12px;
}
.heading1
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
}
#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
line-height:1em; 
}

#nav a{
display:block;
padding:0 0px;
color:#646562;
text-decoration:none;
text-transform:uppercase;
background-color:#FFFFFF;
font-family: Arial;
font-size:11px;
}

#nav a:hover{
color:#F99C35;
}



#nav li{
float:left;
position:relative;
}


#nav ul {
position:absolute;
display:none;
width:9em;
top:3.5em;
z-index:99;
border:1px solid #1E8DE6;
border-bottom:none;
}

#nav li ul a{
width:15em;
/*width:auto;*/
padding-left:5px;
border:1px solid #1E8DE6;
height:auto;
float:left;
background-color:#F0F0F0;
color:#233285;
text-transform:uppercase;
list-style:none;
display:inline;
border-top: 0px solid #1E8DE6;

}
#nav li ul a:hover{
color:#FF0033;
font-weight:bold;
background-color:#CFCFCF;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;

}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

.text-blue-16 a{
	font-family: Tahoma;
	font-size: 14px;
	color: #054799;
	font-weight:bold;
	text-decoration:none;
}
.link-text
{
	font-family: Tahoma;
	font-size: 12px;
	color: #054799;
	font-weight:bold;
	text-decoration:none;
}