.nohover a:hover { background: transparent; }

body {background-image:url('../images/background.jpg')} 
p {
	line-height:130%;
}

a {
  font-family: Tahoma, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  color: #0093A4;
  padding: 1px;
  text-decoration: underline;
}

a:hover {
  font-family: Tahoma, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  color: #ffffff;
  background-color: #4F171F;
  padding: 1px;
  text-decoration: none;
}


div.quote {
    border:1px solid #0093A4;
    padding:5;
}

div.quote div.quoteContent p {
    padding:0;
    line-height:110%;
    color:#666;
    font-size: 11pt;
    font-family: Tahoma,sans-serif;
}


div.menuBar,
div.menuBar a.menuButton {
  font-family: Tahoma, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  color: #ffffff;
}

div.menuBar {
  background-color: #0093A4;
  padding: 4px 2px 4px 2px;

}

div.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid #0093A4;
  color: #ffffff;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButton:hover {
  background-color: #4F171F;
  color: #4ffffff;
}


.whitetext {
  font-family: Tahoma, sans-serif;
  font-size: 11pt;
  font-style: normal;
  color: #ffffff;
}

UL { list-style-type: square; }

H1 { 	font-weight: bold;
	font-size: 14pt;
	font-family: Georgia,serif;
	color: #4F171F;
}

H2 { 	font-weight: bold;
	font-size: 13pt;
	font-family: Georgia,serif;
	color: #000000;
}

H3 { 	font-weight: bold;

	font-size: 12pt;
	font-family: Georgia,serif;
	color: #4F171F;
}
H4 { 	font-weight: bold;

	font-size: 11pt;
	font-family: Georgia,serif;
	color: #0093A4;
}
#order TD {
	font-family: Tahoma,Arial,sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 11pt;
	vertical-align: top;
}