﻿body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
}

.header {
	font-weight:bold;
	font-size:11pt;
	color:#cc3333;
}


/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:425px;
    height:90px;
    overflow:hidden;
	background:#d9d9d8;
}

.scroll {
background:#d9d9d8;	
margin: 93px 0px 3px 0px;
float:left;
padding:8px 0 9px;
}
 
.scrolling{
    width:100%;
    height:92px;
}


.center {
margin:0 auto;
}


.2header {
	font-weight:bold;
	font-size:12pt;
	color:#fff;
	padding: 5px;
	background-color:#003366;
	border:1px #cc3333 solid;
}

#maintitle	{
	font-weight:bold;
	font-size:12pt;
	color:#fff;
	padding: 5px;
	background-color:#003366;
	border:1px #cc3333 solid;
}


a:link, a:visited, a:active {
	text-decoration:underline;
	color:#000000;
}

a:hover {
	text-decoration:underline;
	color:#cc3333;
}

a.email:link, a.email:visited, a.email:active {
	text-decoration:underline;
	color:#003366;
}

a.email:hover {
	text-decoration:underline;
	color:#cc3333;
}


a.nav:link, a.nav:visited, a.nav:active {
	text-decoration:none;
	font-size:9pt;
	font-weight:bold;
	color:#003366;
	background-color:#d9d9d8;
	border-bottom:1px #003366 solid;
	padding:8px 0px 8px 8px;
	display:block;
	width: 149px;
}

a.nav:hover {
	text-decoration:none;
	font-size:9pt;
	font-weight:bold;
	color:#cc3333;
	background-color:#d9d9d8;
	border-bottom:1px #003366 solid;
	padding:8px 0px 8px 8px;
	display:block;
	width: 149px;
}

