body {
	background: #97A0A7 url(images/bg_wrapper.jpg) top center repeat-y;
	/*background: #DED0E7;*/
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0px auto 0px;
	padding: 0px;
		
}

.b1 {
	color: #440E62;
	font-family: "Lucida Grande", Georgia, Trebuchet, "Trebuchet MS", sans-serif;
	font-size: 12px;
}

.b2 {
	color: #A98003;
	font-family: "Lucida Grande", Georgia, Trebuchet, "Trebuchet MS", sans-serif;
	font-size: 12px;
}

.headline {
	color: #A98003;
	font-family: "Lucida Grande", Georgia, Trebuchet, "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.desctext {
	text-align:justify;
	font-family: "Lucida Grande", Georgia, Trebuchet, "Trebuchet MS", sans-serif;
	font-size: 12px;
}

/************************************************
 * Header
 ************************************************/

#header {
	background-image: url(images/header.jpg);
	width: 800px;
	height: 98px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	
}


#buttons {
	/*background-image: url(images/header.jpg);*/
	width: 800px;
	height: 24px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	
}

#content {
	width: 800px;
	margin: 0px auto 0px;
	padding: 0px;
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
}

.darka {
	color:#440E62;
	font-size: 12px;
	font-weight: bold;
	font-family: "Lucida Grande", Georgia, Trebuchet, "Trebuchet MS", sans-serif;
	text-decoration: none;
}

.darka:hover{
	color:  #71259C;
	font-size: 12px;
	font-weight: bold;
	font-family: "Lucida Grande", Georgia, Trebuchet, "Trebuchet MS", sans-serif;
	text-decoration: underline;
}

.faqh2 {
	color: #440E62;
	font-family: "Lucida Grande", Georgia, Trebuchet, "Trebuchet MS", sans-serif;
	font-size: 14px;
	display: inline;
}

.faqhr {
	color:#999999; 
	background-color:#999999; 
	height:1px;
}

.centeredImage
{
    text-align:center;
    display:block;
    margin:0px;
    padding:0px;
}
/*
input, select, textarea
{	
	color:#A50AE6;
	margin-top: 2px;
	font-size: 11px;
	background: #ffffff;
	border:#A50AE6 1px solid;
	font-family: arial, helvetica, sans-serif;
} 
*/