@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EFEFEF;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style3 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; }
.style4 {
	font-size: 18px;
	font-weight: bold;
}
.style5 {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

/* Links */

.content a:link { text-decoration: none; color: #000000; }

.content a:visited { text-decoration: none; color: #000000; }

.content a:hover, a:active { text-decoration: none; color: #36011b; }

a:link { text-decoration: none; color: #ffffff; }

a:visited { text-decoration: none; color: #ffffff; }

a:hover, a:active { color: #FFC000; }

/* Products */


table.navbar {
   border-collapse: collapse;
}
table.navbar td {
   border: 0px solid black;
}
table.navbar td a{
   display: block;
   width: 185px;
   padding: 10px;
   text-decoration: none;
}
table.navbar td a:link, table.navbar td a:visited {
   color: #000;
   background-color: #EFEFEF;
}
table.navbar td a:hover, table.navbar td a:active {
   color: #000;
   background-color: #CCCCCC;
}

