body{
  margin:0px;
  margin-top:11px;
  background-image:url('images/site_background2.jpg');
  background-repeat:repeat-x;
  background-color:#1c1c1c;
  background-attachment: fixed
}

body.noStyle{
  background-color:white;
  margin:0px;
  margin-top:11px;
  background-image:none;
}

body.orderDetails{
  background-color:white;
  margin:0px;
  margin-top:11px;
  background-image:none;
}

a{
  color:#660099;
  font-size:9pt;
  font-family:Georgia, "Times New Roman", Times, serif;
}

a:hover{
  color:#FF0099;
}

div, td, p, span{
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:9pt;
  color:black;
}

div.pageHeader{
	text-align: left;
	font-size:24pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:20px;
	padding-bottom:8px;
	width:650px;
	border-bottom:solid 1px silver;
	color:#009933;
}

div.topMenuItem{
  width:144px;
  padding-top:2px;
  padding-bottom:5px;
  border-bottom:dotted 1px white;
  margin-bottom:3px;
}

div.topMenuItem a{
  color:white;
  text-decoration:none;
  font-size:12pt;
  font-weight:bold;
}

div.topMenuItem a:hover{
  color:yellow;
}

div.mainMenuItem{
  width:150px;
  padding-top:5px;
  padding-bottom:8px;
  border-bottom:dotted 1px white;
  margin-bottom:6px;
}

div.mainMenuItem a{
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  font-size:12pt;

}

div.mainMenuItem a:hover{
  color:#1c1c1c;
}

img{
  border:none;
}


td.mainMenu{
  width:175px;
  color:white;
  border-top:solid 3px black;
  background-image:url('images/menu_bkg1.jpg');
  background-repeat:repeat-x;
  background-color: white;
  padding:10px;
}

td.mainContent{
  width:725px;
  height:500px;
  padding-top:20px;
  padding-left:20px;
  border-top:3px solid black;
  background-color:white;
}

td.footer{
  background-color:white;
  vertical-align:middle;
  text-align:center;
  padding-top:10px;
  padding-bottom:10px;
  color:#009933;
  font-size:8pt;
  border-top:solid 1px silver;
}
td.OH_Header{
  color:#e1007a;
  font-size:10pt;
  font-weight:bold;
}
