﻿body
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.tablebdr
{
    border-style:solid;
    border-width:0px;
    border-color:#003366;
}
.footer
{
    font-size: 10px;
}
.subtbl
{
    background-image: url(images/subtblbottom.gif);
    background-repeat: no-repeat;
    width: 222px;
    height: 232px;
}
.heading
{
    font-size:16px;
    font-weight:bold;
}

A:link
{   
    text-decoration:none;
    color:gray;
}
A:visited
{   
    text-decoration:none;
    color:gray;
}
A:hover
{   
    text-decoration:none;
    color:#003366;
}
    
.navCellOff 
{ 
    background-color: #ffffff; 
    border-width:1px;
    border-right: white solid;
    border-top: white solid;
    border-left: white solid;
    border-bottom: white solid;
} 
.navCellOn
{
    background-color: #dddddd;
    color: #003366;
    border-width:1px;
    border-right: navy solid;
    border-top: navy solid;
    border-left: navy solid;
    border-bottom: navy solid;
}
a.darklink
{
	color:#003366;
}

.productsdiv
{	width:400px;
	text-align:left;
	line-height:20px;
	color:#999999;
	font-size:16px;
	border-width: 1;
	border-color:black;
	float:left;margin:2px
}

.borderedcell 
{
    text-align:center;
    font-size:12px;
    border-width:thin;
    border-color:#cccccc;
    border-style:solid;
    padding:5px;
}

#centered
{   
    width:640px;
    margin: 0 auto;
}
