﻿a:active {text-decoration:underline; color:#FFF;}
a:visited {text-decoration:underline; color:#FFF;}
a:link {text-decoration:underline; color:#FFF;}
a:hover {text-decoration:underline; color:#FFF;}

a.nav:active {text-decoration:none; color:white;}

a.nav:visited {text-decoration:none; color:white;}

a.nav:link {text-decoration:none; color:white;}
a.nav:hover {text-decoration:underline; color:#E2E2E2;}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 23px;
	background: #192030 url('siteart/background.jpg') repeat-x top;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	}
	
#maintable {
	width: 660px;
	background: white;
}	

#content {
	background:white url('siteart/main.jpg') no-repeat bottom;
	height:91px;
	vertical-align:top;
	padding:14px 14px 0px 14px;
}

/*NAV*/

#nav {
	background: #fff;
}

#menu {
	width:100px;
	margin-right: 5px;
	text-align: center;
	float: right;
	background: url('../siteart/tab_bg_off.jpg') repeat-x;
	border-radius:5px 5px 0 0;
}

#menu td a {
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	font-weight:normal;
	color:#fff;
	text-align:center;
	border-right:1px #a50505 solid;
	border-left:1px #b90707 solid;
	display:block;
	padding:12px 5px;
	border-radius:5px 5px 0 0;
}

#menu td:first-child a {border-left:none;}
#menu td:last-child a {border-right:none;}

#menu td a:hover {
	background:#624229 url('../siteart/tab_bg_on2.jpg') repeat-x;
	color:#fff;
	border-radius:5px 5px 0 0;
}

.email a:link {
	text-decoration:underline; 
	color:#333333;
}

.email a:hover {
	text-decoration:underline; 
	color:#333333;
}
	

