/* CSS Document */

BODY p {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11;
	color: #000000;
	text-decoration: none;
	font-weight: none;
}

h2 {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:link {
color: #ff0000;
text-decoration: none;

} 
a:visited {
color: #ff0000;
text-decoration: none;

} 
a:hover {
color: #660000;
border-bottom: 1px dotted #000000;
text-decoration: none;
}

.producttable td{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10;
        
        padding-right: 1px;
        padding-left: 1px;
		background: #000000;
}
.navtable td{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10;
        border: 2px solid #cacbcc;
		background: #000000;
}
.navtable a:link {
color: #ffffff;
text-decoration: none;
	font-family:Arial,Helvetica,Verdana;
	font-size:10pt;
	font-weight: bold;
	background: #000000;
width:100%;
height:100%;
border: 1px #000000 solid;
} 
.navtable a:visited {
color: #ffffff;
text-decoration: none;
	font-family:Arial,Helvetica,Verdana;
	font-size:10pt;
	font-weight: bold;
	background: #000000;
width:100%;
height:100%;

} 
.navtable a:hover {
color: #ffffff;
font-family:Arial,Helvetica,Verdana;
font-size:10pt;
font-weight:bold;
background-color: #660000;
width:100%;
height:100%;
border: 1px #ffffff solid;
} 



