body {
	color: #000;
	background-color: #ffceae;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
	background-image: url(/images/bgRoot.gif);
	background-repeat:repeat-x;
	}

a {
	color: #f60;
	font-weight: bold;
	}

a:hover {
	color: #fff;
	}

a.citrus {
	color: #f60;
	font-size: 9px;
	font-weight: normal;
	}

a.citrus:hover {
	background-color: #fff;
	font-size: 12px;
	color: #6c0;
	text-decoration: underline overline;
	font-weight: bold;
	}
	
p {
	font-size: 11px;
	line-height: 13px;
	margin: 7px 0px 7px 0px;
	}
	
h3 {
	font-size: 15px;
	line-height: 17px;
	margin: 7px 0px 7px 0px;
	color:#f60;
	}
	
p.fp {
	font-size: 11px;
	line-height: 13px;
	margin: 10px 25px 0px 25px;
	}
	
li {
	list-style-type: none;
	list-style: none;
	margin: 0px -8px;
	}
	
.midCol {
	border-left: 1px solid #f60;
	border-right: 1px solid #f60;
}

	
div.row {
	clear: both;
	margin:0px;
  width: 229px;
  }

div.row span.a {
  float: left;
  width: 60px;
  text-align: left;
	margin:0px 0px 8px 0px;
  }

div.row span.b {
  float: right;
  width: 169px;
  text-align: left;
	margin:0px 0px 8px 0px;
  } 


	