﻿body
{
 background:#F4F4F4 url('../siteart/bgblue.gif') repeat;
 margin: 10px 0px 0px 0px;
 font-size: 10px; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 color: #000000;
}


a:link {
	color:#104065;
	text-decoration:underline;
}
a:active {
	color:#104065;
	text-decoration:underline;
}
a:visited{
	color:#104065;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:none;
}


a.nav:link, a.nav:active, a.nav:visited{
	font-weight:bold;
	text-transform:capitalize;
	color:#9ebfd9;
	padding:5px 5px 5px 40px;
	text-decoration:none;
	display:block;
	background: url('../siteart/off.jpg') no-repeat;
	font-size:12px;
}
a.nav:hover {
	background: url('../siteart/on.jpg') no-repeat;
	color:#fff;
}


.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #000;
border-bottom-width: 0;
font-size:12px;
z-index: 100;
background: url('../siteart/off.jpg') no-repeat;
width: 175px;
}
.anylinkcss a:link{
color:#9ebfd9;
display: block;
border-bottom:1px solid #000;
padding:5px 5px 5px 40px;
text-decoration: none;
font-weight:bold;
text-transform:capitalize;
}
.anylinkcss a:active{
color:#9ebfd9;
display: block;
border-bottom:1px solid #000;
padding:5px 5px 5px 40px;
text-decoration: none;
font-weight:bold;
text-transform:capitalize;
}
.anylinkcss a:visited{
color:#9ebfd9;
display: block;
border-bottom:1px solid #000;
padding:5px 5px 5px 40px;
text-decoration: none;
font-weight:bold;
text-transform:capitalize;
}
.anylinkcss a:hover{ /*hover background color*/
background: url('../siteart/on.jpg') no-repeat;
color: #fff;
}






.bold {
	font-weight:bold;
	text-transform:uppercase;
	font-size:18px;
}

.bigred {
	font-weight:bold;
	text-transform:uppercase;
	font-size:18px;
	color:red;
}

.red {
	font-weight:bold;
	text-transform:uppercase;
	color:red;
}

