@charset "UTF-8";
/* CSS Document */
html, body{
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231F20;
}

img{
	border: 0px;
}

.form_cell{
	background:url(images/bg.jpg) repeat-y top left;
}

.footer_cell{
	background:url(images/bottom.jpg) no-repeat top left;
	height: 46px;
	padding-top: 30px;
	color: #6D6E71;
	font-size: 11px;
}

.footer_cell a:link{
	color: #6D6E71;
	text-decoration: none;
}

.footer_cell a:visited{
	color: #6D6E71;
	text-decoration: none;
}

.footer_cell a:active{
	color: #6D6E71;
	text-decoration: none;
}

.footer_cell a:hover{
	color: #6D6E71;
	text-decoration: underline;
}

.faq_heading{
	padding-bottom: 10px;
	font-weight: bold;
	
}

a:link{
	color: #7e72b5;
	text-decoration: none;
}

a:visited{
	color: #7e72b5;
	text-decoration: none;
}

a:active{
	color: #7e72b5;
	text-decoration: none;
}

a:hover{
	color: #7e72b5;
	text-decoration: underline;
}

