/* CSS Document */
body {
  background-color: #f5f5f5;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;}
  
.welcome {  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #990000;
}

td {
  font-family: verdana, arial, helvetica;
  font-size: 11px;
  color: #747474;
}
td.producttype_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #003366;}

td.main_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;

}

td.main_head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	text-align:center;
	

}

a:link {text-decoration: none; border-bottom:1px dotted; color: #cc0000; font-size: 13px; font-weight: bold;}
a:visited {text-decoration:none; border-bottom:1px dotted; color: #cc0000; font-size: 13px; font-weight: bold;}
a:active {text-decoration:none; border-bottom:1px dotted; color: #000099; font-size: 13px; font-weight: bold;}
a:hover {text-decoration:none; border-bottom:1px dotted; color: #ff6666; font-size: 13px; font-weight: bold;}

a.nav:link {text-decoration:none; border-bottom:0px solid; color: #ffffff; font-size: 13px; font-weight: bold;}
a.nav:visited {text-decoration:none; border-bottom:0px solid; color: #eeeeee; font-size: 13px; font-weight: bold;}
a.nav:active {text-decoration:none; border-bottom:0px solid; color: #cccccc; font-size: 13px; font-weight: bold;}
a.nav:hover {text-decoration:none; border-bottom:0px solid; color: #999999; font-size: 13px; font-weight: bold;}



td.titles {
  font-family: verdana, arial, helvetica;
  font-size: 13px;
  font-weight: bold;
  color: #747474;
  padding-left: 18px;
  background-color: #E4E8EB;
}

.header{
  font-family: verdana, arial, helvetica;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
}


/* Welcome Scales */

#welcome_scales {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #fff;
	padding: 5px;
	background-image: url(http://www.ohaus.ca/images/bg_small.gif);
	background-repeat: no-repeat;
	text-align: left;
	background-position: center;
}

#welcome_scales a:link, #welcome_scales a:visited, #welcome_scales a:hover {
			text-decoration: underline;
			color: #fff;
			font-size: 11px;
		}
