html {
		background-color:#F2F6F7;
}

body {
	background-color: #ffffff;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 10pt;
	margin-top: 0px;
	text-align:center;
	width: 88%;
	margin-left: auto;
	margin-right: auto;
	wrap:off;
}


/* clear fix */
/* --------------------- */


.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table; min-height:1%;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#cen {
text-align: center;
white-space: nowrap;
padding: 0px;
}


#faqall {

	width:500px;
	background-color: #77aa99;
	margin-top: 0px;
	padding-top:0px;
}

#fillspace {
width:100%;
background-color: #77aa99;
overflow: hidden;
}

code {
 font-family: Courier;
 margin:.75em 0;
 border:1px solid #596;
 border-width:1px 1px; 
 padding:5px 15px 5px 5px;
 display: block;
 background-color: #dedede;
 background-color: #000000;
 color:white;
 white-space: pre;
 }

blockquote {
 margin:0;
 border:1px solid #596;
 border-width:1px 1px; 
 padding:0px 0px; 
 display: block;
 background-color: #dedede;
background-image:url(greyness-grad.jpg);repeat;
 }

p{ background-color: #77aa99;background-image:url(fade_orange_flipx.gif);
text-indent: 10px;text-align: center;font-size:10pt;color:black;
}

.roundcont {
	width: 100%;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(br.gif) no-repeat top right; 
}


img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display:block !important;
}

.shadtxtwhere { position: relative; left: 1px; top: 1px; color: #666; }
.shadtext { position: absolute; left: -1px; top: -1px; color: #000;}  
