﻿a:link, a:visited, a:active {text-decoration:underline; color:#333333;}
a:hover {text-decoration:underline; color:black;}

a.nav:link, a.nav:visited, a.nav:active {text-decoration:none; color:#121212; padding:5px 20px 5px 20px;}
a.nav:hover {text-decoration:underline; color:black;}

a.anylinkcss:link, a.anylinkcss:visited, a.anylinkcss:active{text-decoration:none; color:#121212;}
a.anylinkcss:hover{text-decoration:underline; color:black;}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	background: url('siteart/background-black.jpg') repeat;
	margin:0;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	}
	
#maintable {
	border:0;
	;
}	

#left {
	width:13px;
	background:#e7e7e7;
}

#middle {
	width:745px;
	text-align:center;
	background:white;
}

#right {
	width:13px;
	background:#e7e7e7;
}

#header {
	padding-bottom: 20px;
	font-size:9pt;
	color: white;
	width: 691px;
	height: 135px;
	background: url('siteart/logo.jpg') no-repeat;
	text-align:right;
	vertical-align:bottom;
	}
	
#navbar {
	font-size: 10pt;
	text-align:center;
	vertical-align:middle;
	border-top: 10px solid white;
	height: 48px;
	background:url('siteart/background-yellow.jpg') repeat-x;
}

#navcell {
	font-size: 10pt;
	text-align:center;
	vertical-align:middle;
	width: auto;
	height: 38px;
}

#inv {
	height:98px;
	text-align:center;
	vertical-align:middle;
}

#mainbox {
	background:#f5f6f6;
	padding:9px;
	color:#1444af;
	font-size:13pt;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
line-height: 18px;
z-index: 100;
background-color:#e5c417;
color:black;
text-decoration:none;
width: 205px;
margin-top:16px;
margin-left:-15px;
}

.anylinkcss a{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color:black;
display: block;
border-bottom: 1px solid black;
padding: 5px 5px 5px 5px;
text-decoration:none;
}

.anylinkcss a:hover{
text-decoration:underline;
}


