﻿td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#969595;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#969595;
}

a:hover {
	color:#000;
}

#page {
	background:#000;
	margin:0;
}

#hbar {
	background:#000;
	padding:5px;
	text-align:center;
}

#hbar a:link, #hbar a:visited, #hbar a:active {
	text-decoration:underline;
	color:#959595;
}

#hbar a:hover {
	color:#f18800;
}

#navtd {
	background:#f2f2f2;
	border-right:1px #d0d0d0 solid;
	border-top:0;
	padding:5px;
	vertical-align:top;
}

a.nav:link, a.nav:active, a.nav:visited {
	text-decoration:none;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px #d0d0d0 solid;
	padding:5px 0;
	width:164px;
	display:block;
}

a.nav:hover {
	color:#d0d0d0;
}

#main {
	background:url(../siteart/mainbg.gif) repeat-x top;
	width:626px;
	padding:18px 10px;;
	vertical-align:top;
}

.header {
	font-size:16px;
	font-weight:bold;
	color:#f8901c;
	display:block;
	margin-bottom:5px;
}

#footer {
	background:url(../siteart/footerbg.gif) repeat-x bottom;
	text-align:center;
	border-top:1px #d0d0d0 solid;
}

img{		
border:0;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px #d0d0d0 solid;
border-bottom-width: 0;
z-index: 100;
background-color: #f2f2f2;
width: 150px;
}

.anylinkcss a:link {
display: block;
border-bottom: 1px #d0d0d0 solid;
padding: 5px 10px 5px 10px;
text-decoration: none;
font-weight: bold;
}
.anylinkcss a:active {
display: block;
border-bottom: 1px #d0d0d0 solid;
padding: 5px 10px 5px 10px;
text-decoration: none;
font-weight: bold;
}
.anylinkcss a:visited {
display: block;
border-bottom: 1px #d0d0d0 solid;
padding: 5px 10px 5px 10px;
text-decoration: none;
font-weight: bold;
}
.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
}





