/* General Properties*/

body {
  margin: 0px;
  padding: 0px;
  background: #ffe9d1;
  color: #333333;
  font-family: Trebuchet MS, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
}
h1 {
  color: #333333;
  font-family: Trebuchet MS, Arial, sans-serif;
  font-style: oblique;
  font-size: 24px;
}
h2 {
  color: #333333;
  font-family: Trebuchet MS, Arial, sans-serif;
  font-style: oblique;
  font-size: 16px;
  text-align:center;
  font-variant:small-caps;
  margin: 0px;
}
h3 {
  color: #999;
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 11px;
  text-align:center;
}
p {
  color: #333333;
  font-family: Trebuchet MS, Arial, sans-serif;
  font-style: normal;
  font-size: 11px; 
}
a:link, a:visited {
	text-decoration: none;
	color: #2d5da1;
}
a.active:link, a.active:visited, a:hover {
	color: #e64f41;
}
td {
	vertical-align: top;
	color: #333333;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-style: normal;
	font-size: 11px;
}
ul {
  color: #333333;
  font-family: Trebuchet MS, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  list-style-type:circle;
}
/* Navigation properties */
table#navTable
{
	background: #ffffff url(/graphics/navBG.jpg) repeat-x;
	text-align: left; 
	width: 100%; 
	height: 30px; 
	border-left: 2px solid #a1372d; 
	border-bottom: 2px solid #a1372d; 
	border-right: 2px solid #a1372d
}
td.navCol
{
	vertical-align:middle;
}
td.footNav
{
  color: #000000;
  font-family: Trebuchet MS, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  text-align: center;

}
a:link.navLink, a:visited.navLink
{
	text-decoration: none;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
}
a:hover.navLink
{
	text-decoration: none;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #ffff00;
}
.productBox
{
	width: 200px;
  	color: #333333;
  	font-family: Trebuchet MS, Arial, sans-serif;
 	font-style: normal;
 	font-size: 11px;	
}
.newsPicture {
	border: thin solid #CCCCCC;
	padding: 2px;
}
.ruler {
    border: 0;
    width: 95%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 0px;
	margin-bottom: 3px;
}
.caption {
	color: #333333;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-style: normal;
	font-size: 9px;
	text-align:center
}  