body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/layout/page_backgrounds.gif);
}

.ulheader {
font-family:Verdana, Geneva, sans-serif;
font-size:larger;
font-style:normal;
font-weight:bold;
color:#FFF;
background-color:#666;
}


ul {
font-family:Verdana, Geneva, sans-serif;
font-size:larger;
font-style:italic;
font-weight:bold;

}

li {
	margin-bottom:7px;
}

--------------- LEFT MENU CSS STYLES -------------
.menuheading {
  font-family: arial, helvetica, sans-serif;
  font-size:12px;
  font-weight: bold;
} 

.menuheading a {
  color: white;
}
.menuheading a:hover {
  color: yellow;
  text-decoration: none;
} 
.menuheading a:active {
  font-size: 9px;
  font-weight: bold;
  color: red;
  text-decoration: none;
}
.menuheading a:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: bold;
  text-decoration: none;
  color: #0000FF;
}
.menuitem {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: bold;
  padding: 1px 7px;
}
.menuitem a {
  color: white;
  text-decoration: none;
}
.menuitem a:hover {
  color: yellow;
  text-decoration: underline;
} 
.menuitem a:active {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: bold;
  text-decoration: none;
  color: #AA0000;
  padding: 0px 7px;
}
.menuitem a:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: bold;
  text-decoration: none;
  color: #CCCCCC;
  padding: 0px 7px;
}


------------ PAGE CSS STYLES ----------------------------
table#pageText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	font-weight: bolder;
	border: 0;
}

tr#headerRow {
	background-color: #3366CC;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}
tr#oddRow{
	background-color: #CCCCCC;
}
td#headerCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #333333;
	text-align: center;
	}
	
td#productTextCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: left;
	margin-top:0;
	margin-left: 20px;
	padding-top: 0px;
	padding-left: 20px;
	}
	
.finePrint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	font-weight: normal;
	}
	
.YellowBulletPoint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF6600;
	font-weight: bold;
	}

