body {

	font-family: Verdana, Helvetica, sans-serif;

	background-image: url(../img/top-bg.gif);

	background-repeat: repeat-x;

}

.nav {

	font-size: 12px;

	padding-left: 10px;

	padding-top: 10px;

	padding-bottom: 5px;

}



a:link  { color: #000000; text-decoration: none; }

a:hover { color: #790408; }

.line-top {

	background-image: url(../img/line-top.gif);

	background-repeat: repeat-x;

	height: 3px;

}

.line-bottom {

	background-image: url(../img/line-bottom.gif);

	background-repeat: repeat-x;

	height: 3px;

}

td  { font-size: 11px;  }  

.path  { font-size: 10px; color:#999999; padding-bottom: 19px; } 

.headline  { font-size: 15px; color:#59665F; padding-bottom: 10px; padding-left: 12px;}
.headline2  { font-size: 15px; color:#59665F; padding-bottom: 10px;}

.content  { font-size: 12px; padding-bottom: 10px; padding-left: 12px;}

.footer  {  width: 760px; font-size: 10px; color:#ffffff; padding-bottom: 10px; padding-top: 10px; font-weight: bold;}



#dhtmltooltip {

position: absolute;

width: 160px;

border: 1px solid black;

padding: 2px;

background-color: #FEF6D2;

visibility: hidden;

z-index: 100;

/*Remove below line to remove shadow. Below line should always appear last within this CSS*/

filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);

}


