<!--

h1                { color: black; font-family: Arial, Georgia, Garamond, Times; font-size: 18px; font-weight: bold}
h2			      { color: #2A2B79; font-family: Arial, Georgia, Garamond, Times; font-size: 17px; font-weight: bold}
p                 { color: black; font-family: Arial, Georgia, Garamond, Times; font-size: 14px; }
table             { color: black; font-family: Arial, Georgia, Garamond, Times; font-size: 14px; }
td                { color: black; font-family: Arial, Georgia, Garamond, Times; font-size: 14px; }

a:link            { color: black; font-family: Arial, Georgia, Garamond, Times; font-size: 14px; text-decoration:underline }
a:active          { color: black; font-family: Arial, Georgia, Garamond, Times; font-size: 14px; text-decoration:underline }
a:visited         { color: black; font-family: Arial, Georgia, Garamond, Times; font-size: 14px; text-decoration:underline }
a:hover           { color: black; font-family: Arial, Georgia, Garamond, Times; font-size: 14px; text-decoration:none }

a.nav:link        { color: black; font-family: Arial, Georgia, Garamond, Times; font-size: 11px; font-weight: bold; text-decoration:underline }
a.nav:active      { color: black; font-family: Arial, Georgia, Garamond, Times; font-size: 11px; font-weight: bold; text-decoration:underline }
a.nav:visited     { color: black; font-family: Arial, Georgia, Garamond, Times; font-size: 11px; font-weight: bold; text-decoration:underline }
a.nav:hover       { color: black; font-family: Arial, Georgia, Garamond, Times; font-size: 11px; font-weight: bold; text-decoration:none }		         	           

a.bnav:link       { color: white; font-family: Arial, Georgia, Garamond, Times; font-size: 11px; text-decoration:underline }
a.bnav:active     { color: white; font-family: Arial, Georgia, Garamond, Times; font-size: 11px; text-decoration:underline }
a.bnav:visited    { color: white; font-family: Arial, Georgia, Garamond, Times; font-size: 11px; text-decoration:underline }
a.bnav:hover      { color: white; font-family: Arial, Georgia, Garamond, Times; font-size: 11px; text-decoration:none }		         	           

td.bg		      {background-image: url("../images/bg_01.jpg");  background-repeat: repeat-x; }
-->


.navTable {
	height: 32px;
	background-color: #333333;
}

.navTable img {
	padding-top: 0px;
	padding-left: 4px;
	padding-right: 7px;
	float: left;
}

.spacing {
	padding-top: 2px;
}

.navTable a {
	color: #0a0c41;
	font-size: 16px;
	text-decoration: none;
}

.navTable a:hover {
	color: #0a0c41;
	font-size: 16px;
	text-decoration: none;
}

.navTable td {
	background-color: #999999;
	text-align: middle;
}