/*
	code below added by Pragnesh Chaudhari.
	Comment: Code below aligns the main page in center.
	Date: 22nd February 2011.
*/

body
{
	margin:0 auto;
	width:912px;	
	text-align:center; /*	This line is for IE7 and lower version fo IE's to align page horizontally and vertically center. */
}

/*
	code by Pragnesh Chaudhari is end here.
	Comment: Code below aligns the main page in center.
	Date: 22nd February 2011.
*/
.heading {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 20px; font-weight: bold}
.text {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 14px}
.textsmall { font-family: Arial, Helvetica, sans-serif; font-size: 9px; line-height: 11px}
.textcaption { font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: 12px}
.menuitems { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 24px; font-weight: bold}
.textlarge { font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 17px; font-weight: bold}
.menularge { font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 24px; font-weight: bold }
.menumedium { font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 24px; font-weight: bold }
