﻿a:link, a:visited, a:active {text-decoration:underline; color: #a30b0b;}
a:hover {text-decoration:underline; color:black;}

#nav {
	background: #dddddd;
	width:100%;
	}

#nav a {
	display:block;
	color: #333333;
	border-bottom: 1px solid #b3b3b3;
	padding: 15px 0px 13px 15px;
	text-decoration:none;
	background: #dddddd url('../siteart/nav_off.gif') no-repeat 180px 18px;
	}	
	
#nav a:hover {
	background: #cbcbcb url('../siteart/nav_on.gif') no-repeat 180px 18px;
	color: black;
}	

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0;
	background: url('../siteart/dplate.jpg') repeat;
	overflow-x: hidden;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
	
#maintable {
	border: 0;
	width: 770px;
	background: white;
}	

#common {
	border:0;
	width: 100%;
}

#common td {
	vertical-align:top;
}

#common-content {
	border:0;
	width: 100%;
}

#common-content td {
	vertical-align:top;
	line-height: 16px;
}


#date {
	float:right;
	font-size: 11px;	
	padding: 39px 15px 0px 0px;
}

#inv {
	padding: 4px 0px;
}

#content-cell {
	padding: 35px;
}

#content {
	border: 0px;
	width:498px;
}

.title {
	display: block;
	border-bottom: 1px #a60b0c dotted;
	padding-bottom: 5px;
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.red-bold {
	color: #a30b0b;
	font-weight: bold;
}

#bottom {
	font-size: 4px;
	border-bottom:22px solid #a60b0c;
}