li {
	font-family: verdana;

	font-size: 11px;

	color: #000000;

}

p {
	font-family: verdana;

	font-size: 11px;

	color: #000000;

}

.text {

	font-family: verdana;

	font-size: 11px;

	color: #000000;

}

.Heading {

	font-family: verdana;

	font-size: 12px;

	font-weight: bold;

	color: #FFFFFF;

}

.MainHeading {



	font-family: verdana;

	font-size: 16px;

	font-weight: bold;

	color: #D20000;

}

.Faq {

	font-family: verdana;

	font-size: 10px;

	color: #CC0066;

	font-weight: bold;



}

a {

	font-family: verdana;

	font-size: 12px;

	font-weight: bold;

	color: #DF0000;

	text-decoration: none;



}



/* slide show css */

.centerdiv{ /*IE method of centering a relative div*/

text-align: center;

}



.centerdiv>div{ /*Proper way to center a relative div*/

margin: 0 auto;

}