

td {
    font-family : Arial;
    font-size : 9pt;
    color:#494949;
}

a 
{
    font-family : Arial;
    font-size : 9pt;
     color :#69b504;
    text-decoration : none;
}


a:hover 
{
    font-family : Arial;
    font-size : 9pt;
     color :#69b504;
 
}

a.Marine 
{
    font-family : Arial;
    font-size : 9pt;
     color:#00387e;
    text-decoration : none;
}


a.Marine:hover 
{
    font-family : Arial;
    font-size : 8pt;
    color:#00387e;
 
}

.awdepHeading {
	font-family : Arial;
    font-size : 17px;
    color :#747474;
	font-weight: bold;
	text-decoration:none;

	vertical-align: bottom;
	
}
.copyright {
	font-family : Arial;
    font-size : 11px;
    color:#c3baad;
    font-weight: bold;
	text-decoration: none;
}
.copyright:hover {
	font-family : Arial;
    font-size : 11px;
   color:#c3baad;
    text-decoration : underline;
}


a.Links 
{
	color:#c80100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding-left:20px;

}
a.Links:hover 
{
	color:#c80100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding-left:20px;

}

a.LinksCurrent
{
	color: #c3baad;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding-left:20px;

	
	
}

a.LinksCurrent:hover
{
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding-left:20px;
	
    background-image: url();
}


td.menuOff
{
	background: url(../Grafx/MenuIdle.gif);
	width:160px;
	height:25px;
	background-repeat: no-repeat;
   background-color:#26292d;
	
}
td.menuOn
{
	background: url(../grafx/MenuActive.gif);
	width:160px;
	height:25px;
	background-repeat: no-repeat;
   background-color:#353639;
}

.SearchBox
{
    color:#d5d1c7;
    background-color:#669c06;
    text-align: center;
    border-style:solid;
    border-color:#d3dcc2;
}