body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bkg.gif);
	color: #000000;
	margin:0px;
	text-align:center;
}

body.news{
  font-size: 10px;
  line-height: 1.2;
  margin:10px;
  background:#585858;
  color:#fff;
  text-align:left;
  scrollbar-arrow-color:#ffffff;
  scrollbar-base-color:#CABCA5;
  scrollbar-shadow-color:#CABCA5;
  scrollbar-face-color:#36507B;
  scrollbar-highlight-color:#E8ECF2;
  scrollbar-darkshadow-color:#3C2F1A;
  scrollbar-3dlight-color:#E8ECF2;
}

a.newsLink:link {color : #fff; text-decoration:none;}
a.newsLink:visited {color : #fff;text-decoration:none;}
a.newsLink:hover {color : #F69A0B; text-decoration:none;}

a:link {color : #000; text-decoration:none;}
a:visited {color : #000;text-decoration:none;}
a:hover {color : #F69A0B; text-decoration:none;}

a.white:link {color : #fff; text-decoration:none;}
a.white:visited {color : #fff;text-decoration:none;}
a.white:hover {color : #F69A0B; text-decoration:none;}

#mainTable {
	background: #FFFFFF;
}


#mainTable #menu  {
	font-size: 11px;
	background: #ff7a00;
	font-style: normal;
	font-weight: bold;
	text-align:center;
	
}

#mainTable #menuDrop {
	background: url(../images/menuDropShad.gif) repeat-x;
}

#mainTable #mainContent {
	line-height: 20px;
	text-align: left;
	color:#5d5d5d;
}

#mainTable #footer {
	color: #FFFFFF;
	background: #2d2d2d;
	font-size: 9px;
	text-align: center;
	padding:11px;
	line-height: 20px;
}

#mainTable #footer a:link, #mainTable #footer a:visited {
	color: #fff;
	text-decoration: none;
	
}
#mainTable #menu #productSearch {
	border: 1px solid #2D2D2D;
	font-size:9px;
	padding:2px;
	width:126px;
	
}


#mainTable #footer a:hover {
	background-color: #FB8941;
	text-decoration: none;
	
}

#mainTable #menu .searchTd {
	text-align: right;
	padding:0px 5px;
	
}

.menuBar {
	background-image:none;
	padding:0px 0px;
}

#mainTable #menu .menuBar a {
	color: #000000;
	text-decoration: none;
	padding:7px;
	display:block;
	
}
#mainTable #menu .menuBar a:hover {
	background:url(../images/hoverBkg.gif);

}
#mainTable #menu .menuBar a:active {
	background:url(../images/downBkg.gif);
	color:#fb8941;
}

input.but {
	padding:2px;
	border:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#fff;
	font-weight:bold;
	background:#353535;
}
input.txt, select.txt, textarea.txt {
	padding:2px;
	border:1px;
	font-family: Microsoft Sans Serif, MS Sans Serif, Arial;
	font-size: 11px;
	color:#000;
	width:150px;
}


