﻿a:link, a:visited, a:active {text-decoration:underline; color:#000000;}
a:hover {text-decoration:underline; color:#AF1722;}

a.nound:link, a.nound:visited, a.nound:active {text-decoration:none; color:#000000;}
a.nound:hover {text-decoration:underline; color:#AF1722;}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 12px;
	background:#333333 url('siteart/background-gray.gif') repeat-x scroll top;
	
	}

td {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #333333;}


.small {
	font-size: 9pt;
}

.heading {
	font-size: 15pt;
}

.foot {
	text-align:center;
	padding:28px;
}

#navCell {
	width:auto;
	margin:0em;
	padding:0px;
}


a.nav:link, a.nav:visited, a.nav:active {
	text-decoration:none;
    font-size:9pt;
    font-weight:bold;
    color: white;
    background-image:url('siteart/background-nav.gif');
    border-bottom: 1px solid white;
    padding: 7px 0px 7px 18px;
    display:block;
    width: auto;
}
 

a.nav:hover {
	text-decoration:none;
    font-size:9pt;
    font-weight:bold;
    color: white;
    background-image:url('siteart/background-navb.gif');
    border-bottom: 1px solid white;
    padding: 7px 0px 7px 18px;
    display:block;
    width: auto;
}

* html .nav a {
    width:auto;    
}
