.noBorder{ border: none; }

.black7 		{font-family: arial;
		color: #000000;
		font-weight: normal;
		font-size: 7pt;
		font-style: normal;
		}
.black8 		{font-family: arial;
		color: #000000;
		font-weight: normal;
		font-size: 8pt;
		font-style: normal;
		}
.black10 		{font-family: arial;
		color: #000000;
		font-weight: normal;
		font-size: 10pt;
		font-style: normal;
		}
.blue8b 		{font-family: arial;
		color: #000066;
		font-weight: bold;
		font-size: 8pt;
		font-style: normal;
		}
.blue10b 		{font-family: arial;
		color: #000066;
		font-weight: bold;
		font-size: 10pt;
		font-style: normal;
		}
.blue12b 		{font-family: arial;
		color: #000066;
		font-weight: bold;
		font-size: 12pt;
		font-style: normal;
		}
p.black8		{font-family: arial, georgia;
		color: #000000;
		font-weight: normal;
		font-size: 8pt;
		font-style: normal;
		}
p.black10b 		{font-family: arial;
		color: #000000;
		font-weight: bold;
		font-size: 10pt;
		font-style: normal;
		}
p.black10 		{font-family: arial, georgia;
		color: #000000;
		font-weight: normal;
		font-size: 10pt;
		font-style: normal;
		}
p.black12b 		{font-family: arial;
		color: #000000;
		font-weight: bold;
		font-size: 12pt;
		font-style: normal;
		}
p.black12 		{font-family: arial, georgia;
		color: #000000;
		font-weight: normal;
		font-size: 12pt;
		font-style: normal;
		}
p.blue8b		{font-family: arial;
		color: #000066;
		font-weight: bold;
		font-size: 8pt;
		font-style: normal;
		}
p.blue8		{font-family: arial, georgia;
		color: #000066;
		font-weight: normal;
		font-size: 8pt;
		font-style: normal;
		}
p.blue10b	 	{font-family: arial;
		color: #000066;
		font-weight: bold;
		font-size: 10pt;
		font-style: normal;
		}
p.blue12b	 	{font-family: arial;
		color: #000066;
		font-weight: bold;
		font-size: 12pt;
		font-style: normal;
		}
.BgImg		{
		background-repeat: no-repeat;
		}

A:hover.highlight{ color: purple;
                   background: yellow }
A:hover {
	color: #000000;
	text-decoration: underline;
}
A:visited {
	color: #AB050D;
	text-decoration: none;
}
A:active {
	color: #AB050D;
	text-decoration: none;
}
.Body {
	font-family: arial,georgia;
	font-size: 13px;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	vertical-align : top;
	padding-top : 5;
	padding-bottom : 15;
	padding-left : 4;
	padding-right: 4;
}
.CONTACT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
}
.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration : none;
}
A:link.Copyright {
	color: #FFFFFF;
	text-decoration : none;
}
A:hover.Copyright {
	font-size: 10px;
	color: #00BFFF;
	text-decoration : none;
	background : #666666;
}
A:visited.Copyright {
	color: #FFFFFF;
	text-decoration : none;
}

A:link.nohistory{
    color: #000066;
    text-decoration: none;
}
A:visited.nohistory{
    color: #000066;
    text-decoration: none;
}
A:hover.nohistory{
    color: #AA0000;
    text-decoration: none;
}

/* -------------------- New CSS drop menu navigation ------------------------ */
#menu {
    width: 100%;
    background: #eee;
    float: left;
    border-top: solid;
    border-bottom: solid;
    border-width: 1px;
}

#menu ul {
    list-style: none;
    display: block;
    font: bold 13px/16px arial, helvetica, sans-serif;
    margin: 0;
    padding: 1px 1px;
    width: 7.0em;
    float: left;
}

#menu a {
    font: bold 13px/16px arial, helvetica, sans-serif;
    color: #000066;
    display: block;
}

#menu a {
    font: bold 13px/16px arial, helvetica, sans-serif;
    color: #000066;
    background: #efefef;
    text-decoration: none;
}

#menu a:hover {
    color: #a00;
    background: #fff;
}

#menu li {position: relative;}

#menu ul ul {
    position: absolute;
    z-index: 500;
}

#menu ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
}

#submenu li {
    border-style: solid;
    border-width: 1px;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
