/* CSS Document */
body
{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	color:#737373;
	background-image:url(../images/main-bg.jpg);
	background-repeat:repeat-x;
}

.title
{
	color:#06597d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.testimonial_text
{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.FAQ_link
{
	color:#589400;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
}

.footer
{
	color:#00375b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}

/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 200px;
height: 170px;

}

.handcursor{
cursor:hand;
cursor:pointer;

}