/*
Site_id: 6
*/

html, body {
	background-color: #e9e9e9;
}

#contentcell {
	background-color: #99ccff;
}

img #content {
	margin: 5px;
}

#navcell {
	background-color: #cccccc;
}

#footer {
	background-color: #C0C0C0;
}

html, body, table, tr, td, h, p {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

H1 {
	text-align: left;
	padding: 2px;
	margin-bottom:0px;	
	background-color:none;
	font-weight:bold;
	font-size: 22px;
}

H2 {
	text-align: left;
	padding: 2px;
	margin-bottom:0px;
	background-color:none;
	font-weight:bold;
	font-size: 17px;
}

H3 {
	text-align: left;
	padding: 2px;
	margin-bottom:0px;
	background-color:none;
	font-weight:bold;
	font-size: 14px;
}

H4 {
	text-align: left;
	padding: 2px;
	margin-bottom:0px;	
	background-color:none;
	font-weight:bold;
	font-size: 12px;
}

.size8pt {font-size: 8pt}
.size10pt {font-size: 10pt}
.size12pt {font-size: 12pt}
.size14pt {font-size: 14pt}
.size16pt {font-size: 16pt}

A:link {
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
A:visited {
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
A:hover {
	font-weight: normal;
	font-size: 12px;
	color: #0000ff;
	text-decoration: underline;
}
A:active {
	font-weight: normal;
	font-size: 12px;
	color: #0000ff;
	text-decoration: underline;
}

A.menu:link {
	font-weight: normal;
	font-size: 12px;
	color: #000099;
	text-decoration: none;
}
A.menu:visited {
	font-weight: normal;
	font-size: 12px;
	color: #000099;
	text-decoration: none;
}
A.menu:hover {
	font-weight: normal;
	font-size: 12px;
	color: #000099;
	text-decoration: underline;
}
A.menu:active {
	font-weight: normal;
	font-size: 12px;
	color: #000099;
	text-decoration: underline;
}

A.menugray:link {
	font-weight: normal;
	font-size: 12px;
	color: #00006b;
	text-decoration: none;
}
A.menugray:visited {
	font-weight: normal;
	font-size: 12px;
	color: #00006b;
	text-decoration: none;
}
A.menugray:hover {
	font-weight: normal;
	font-size: 12px;
	color: #00006b;
	text-decoration: underline;
}
A.menugrey:active {
	font-weight: normal;
	font-size: 12px;
	color: #00006b;
	text-decoration: underline;
}

tr.odd
{
	background-color: #e9e9e9;
}

tr.even
{
	background-color: white;
}

tr.odd:hover, tr.even:hover
{
	background-color: silver;
}

span.menu
{
 	font-weight: bold;
 	color: #000099}

span.menugray {
	font-weight: bold;
	font-size: 12px;
	color: #00006b;
	text-decoration: none;
}

span.cart
{
 	color: #000099;
 	font-size: 75%;
 	
}

span.cartgray {
	color: #00006b;
}

tr.cartborder td {
  border-top: 1px solid #000099;
} 

/*overlib popup styles*/

table.olBgClass
{
	background-color: silver;
	border: 1px solid black;
	color: blue;
}

table.olFgClass
{
	background-color: white;
	border: 1px solid silver;
}

.olTextFontClass
{
	font-size: 10px;
	color: black;
}

.olCaptionFontClass
{
	font-size: 12px;
	color: black;
}

.olCloseFontClass
{
	font-size: 10px;
	font-weight: bold;
	color: black;
}

UL { 
list-style-image:url(ul.gif) 
}