﻿body {
	margin:0px 0px 0px 0px; 
	background: url('../siteart/pix.jpg');
}


td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

a.nav:link, a.nav:active, a.nav:visited{
	font-weight:bold;
	color:#000;
	padding:8px 15px 8px 10px;
	text-decoration:none;
	background: url('../siteart/button_off.gif') no-repeat;
	display:block;
	font-size:9pt;
}

a.nav:hover {
	color:#fff;
	background: url('../siteart/button_on.gif') no-repeat;
}

a.end:link, a.end:visited, a.end:active {
	font-size:8pt;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}

a.end:hover {
	color:#ffcc33;
}

a.text:link, a.text:visited, a.text:active {
	color:#000;
	text-decoration:underline;
}

a.text:hover {
	text-decoration:none;
}

.title {
	font-size:16pt;
	color:#185fac;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #185fac;
border-bottom-width: 0px;
line-height: 27px;
z-index: 100;
width: 200px;
background: url('../siteart/navbg.jpg') repeat-y;
}

.anylinkcss a{
color: #fff;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #185fac;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
font-size:9pt;
}

.anylinkcss a:hover{ /*hover background color*/
color: #fff;
background: #185fac;
}



