﻿a:active {text-decoration:underline; color:#333333}
a:visited {text-decoration:underline; color:#333333}
a:link {text-decoration:underline; color:#333333}
a:hover {text-decoration:underline; color:black;}

#nav {
	border: 0;
	width: 100%;
	}
	
#nav td {
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	border-right: 1px solid #c3c3c2;
}	

a.nav:visited {
	display: block;
	color: #333333;
	background: #d9d9d9 url('../siteart/nav-off.jpg') repeat-x;
	padding: 17px 10px 12px 10px;
	text-decoration:none;
	}	
	
a.nav:active {
	display: block;
	color: #333333;
	background: #d9d9d9 url('../siteart/nav-off.jpg') repeat-x;
	padding: 17px 10px 12px 10px;
	text-decoration:none;
	}	
	
a.nav:link {
	display: block;
	color: #333333;
	background: #d9d9d9 url('../siteart/nav-off.jpg') repeat-x;
	padding: 17px 10px 12px 10px;
	text-decoration:none;
	}	
	
a.nav:hover {
	background: #c2c2c2 url('../siteart/nav-on.jpg') repeat-x;
}	

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 75px 0px 23px 0px;
	background: url('../siteart/background.jpg') repeat;
	overflow-x: hidden;
	}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
	
#maintable {
	border: 0;
	width: 770px;
}	

#common {
	border:0;
	width: 100%;
}

#common td {
	vertical-align:top;
}

#date {
	float: right;
	color: white;
	font-size: 10px;
	padding: 4px 0px 0px 0px;
}

#content-cell {
	background: white;
	padding: 30px 18px;
	line-height: 18px;
}

#right {
	background: #f5f6f9;
	font-size: 11px;
	padding: 33px 20px 20px 20px;
	width: 170px;
}

.title {
	font-size: 14px;
}

#small {
	font-size: 11px;
	line-height: 15px;
}

hr {
	margin:10px 0;
	padding:0px;
	border-bottom:2px dotted #888888;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:2px;
	display:block;
}

#inv {
	border-bottom: 26px solid #d8d8d9;
	background: white;
}

#main-content {
	border-bottom: 26px solid #d8d8d9;
}

.anylinkcss{
margin-top: 1px;
position:absolute;
visibility: hidden;
border:1px solid #c3c3c2;
border-bottom-width: 0;
line-height: 26px;
z-index: 100;
background-color: #eee;
width: 180px;
font-size: 10px;
text-align: left;
text-indent: 10px;
}

.anylinkcss a:visited {
width: 100%;
display: block;
border-bottom: 1px solid #c3c3c2;
padding: 1px 0;
text-decoration: none;
}

.anlinksss a:active {
width: 100%;
display: block;
border-bottom: 1px solid #c3c3c2;
padding: 1px 0;
text-decoration: none;
}

.anylinkcss a:link {
width: 100%;
display: block;
border-bottom: 1px solid #c3c3c2;
padding: 1px 0;
text-decoration: none;
}

.anylinkcss a:hover{ /*hover background color*/
background: #d0d0d0;
color: #333333;
}

ul {
	margin: 0px 0px 0px 20px;
	padding:0;
}

li {
	list-style-type: square;
}