body {
	background: #D3D9DC;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}

.central_table{
	border:  1px #747779 solid;
	background: #F5F5F5;
}
/* ------------------------------------------------------------------------------------------------- */
.content{
	font-family: Verdana;
	font-size: 11px;
	line-height: 22px;
	color: #000000;
	text-align: left;
}
a.content{
	font-family: Verdana;
	font-size: 11px;
	line-height: 22px;
	color: #A95AAC;
	text-decoration: none;
	font-weight: normal;	
}

a.content:hover{
	text-decoration: underline;
}
.underline{
	font-family: Verdana;
	font-size: 11px;
	line-height: 22px;
	color: #000000;
	text-align: left;
	font-weight: normal;		
	text-decoration: underline;
}
/* ------------------------------------------------------------------------------------------------- */
.quote_text{
	font-family: serif;
	font-size: 13px;
	font-style: italic;
	line-height: 20px;
	color: #A95AAC;
	text-align: left;
}
.quote_table{
	font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-align: left;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}
.description{
	font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-align: left;
	border-left: 1px solid #999999;
}
.question{
	font-family: Georgia, Verdana;
	font-size: 18px;
	line-height: 30px;
	color: #A95AAC;
	font-weight: bold;
	text-align: left;
}
.inputtext{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #333333;
	text-align: left;
	background-color: #F5F5F5;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #F5F5F5;
	border-right: 1px solid #F5F5F5;
	border-left: 1px solid #F5F5F5;			
}
.textarea{
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	text-align: left;
	background-color: #F5F5F5;
	border: 1px solid #333333;
}

.button{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
	text-align: middle;
	background-color: #D3D9DC;
	border: 1px solid #333333;
}

