﻿#navCell {
	width:auto;
	height: auto;
	background:url('siteart/background-left.gif'); background-repeat: repeat-y;
	margin:0;
	padding:0;
}

a.nav:link, a.nav:visited, a.nav:active {
	text-decoration:none;
    font-size:9pt;
    font-weight:bold;
    text-transform:uppercase;
    color: white;
    background:url('siteart/button_off.gif'); background-repeat: no-repeat;
    border-bottom: 1px solid black;
    padding: 8px 0px 8px 35px;
    display:block;
    width: auto;
}

a.nav:hover {
	color: red;
    background:url('siteart/button_on.gif'); background-repeat: no-repeat;
    
}


a.navr:link, a.navr:visited, a.navr:active, a.navr:hover {
	text-decoration:none;
    font-size:9pt;
    font-weight:bold;
    text-transform:uppercase;
    color: red;
    background:url('siteart/button_on.gif'); background-repeat: no-repeat;
    border-bottom: 1px solid black;
    padding: 8px 0px 8px 35px;
    display:block;
    width: auto;
}


* html .nav a {
    width:auto;    
}



body {font-family: Arial, Helvetica, sans-serif; background-color: #333333; color: #333333;}

td {font-family: Arial, Helvetica, sans-serif; color: #333333;}

.headingtext {
	font-size: 9pt;
	color: white;
	line-height: 12pt;
	}
	
.red {
	font-size: 17pt;
	color:red;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	float:right;
	}