﻿a:link, a:visited, a:active {text-decoration:underline; color:white}
a:hover {color:#ffcc00;}

a.yellow:link, a.yellow:visited, a.yellow:active {text-decoration:underline; color:#ffcc00}
a.yellow:hover {color:#ffcc00;}


#navCell {
	width:auto;
	height: 40px;
	margin:0em;
	padding:0px;
	color: white;
	font-size: 11px;
	font-weight:bold;
	text-transform:uppercase;
	border-right: 1px solid #d76465;
	
}

a.nav:link, a.nav:visited, a.nav:active {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
    font-size:8pt;
    font-weight:bold;
    color: white;
   	background:url('siteart/button_off.jpg') repeat-x;
    text-align:center;
    padding: 14px 10px 12px 10px;
    display:block;
    width: auto;
}

 

a.nav:hover {
    background:url('siteart/button_on.jpg') repeat-x;
}

* html .nav a {
    width:auto;    
}



body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: white;
	background:url('siteart/background-black.gif') repeat;
	margin:25px;
	}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: white;
	}
	
.title {
	color: red;
	font-size:22pt;
	font-weight:bold;
	font-style:italic;
}	

.black {
	background:black;
}

.rightlogo {
	padding-right:30px;
}

.imgborder {
	border: 3px solid #323f44;
}

.logotxt {
	font-size:27pt;
	font-weight:bold;
	color:#ff0000;
	font-family:Arial, Helvetica, sans-serif;
}