body {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px;
background-color: #006699;
}
td {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px;
background-color: White;
}
a:link, a:visited{
font-family:Tahoma, sans-serif; 
font-size: 12px; 
color:blue;
}
a:hover {
text-decoration:none;
}
a:link img, a:visited img { border-style: none } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}
th, td { /* ns 4 */
  font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 { text-align: left; font-weight: bold; }
h1 {  font-family:  sans-serif; font-size : 20px; color: Blue; text-align: center;}
h2 { font-family:  sans-serif; font-size : 18px; color:  Red; text-align: center;}
h3 { font-family:  sans-serif; font-size : 18px; font-weight: normal; text-align: center;}
h4 { font-family:  sans-serif; font-size : 18px; color:  Blue; text-align: center;}
h5 { font-family:  sans-serif; font-size : 16px; color:  Blue;}
h6 { font: small-caps 100% sans-serif }


.logo{
background-color: #006699;
}
/* Top Navigation */
.topnav{
	background-color: #dddddd;
	font-size: 12px;
}
.topnav a:link,.topnav a:visited{ 
	font-weight: normal;	
}

.leftnav{
	background-color: #F5F5F5;
}
.leftnav ul#product{
	font-weight: bold;
}

.red{
	color: Red;
}