body {
		background: url(../images/bg.gif) repeat-x #ffed8a;
		margin: 0 ;
		padding: 0;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 20px;
		 }
	.mimg {
		padding-left: 66px;
		 }
	.heading {
		padding-left: 66px;
		padding-top: 14px;
		text-align:left;
		}
	.maincontent {
		padding-left: 66px;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: justify;
	
		}
	.maincontent h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #f1258c;
		letter-spacing: 1px;
		text-transform: uppercase;
		line-height: 5px;
		}
	.focus {
		padding-left: 66px;
		}
	.linkshead	{
		font-size:14px;
		color: #f1258c;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-transform:uppercase;
		padding: 2px;
		line-height: 17px;
		}
	.heading {
		font-size: 16px;
		color: #7f68d1;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-transform:capitalize;
		padding:0;
		margin:0;
		}
		
	.maincontent a:link {
		text-decoration: none;
		color: #7468a2;
		}
	.maincontent a:hover {
		text-decoration: underline;
		color: #f1258c;
		}
	.maincontent a:visited {
		text-decoration: none;
		color: #7468a2;
		}
	.maincontent a:visited:hover {
		text-decoration: underline;
		color: #f1258c;
		}
		
	.downloadpdf {
		background: #f1258c;
		color: white;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		}
	.downloadpdf a:link {
		padding: 3px;
		color: white;
		text-decoration: none;
		}
	.downloadpdf a:hover {
		padding: 3px;
		background: #7468a2;
		color: white;
		text-decoration: none;
		}
	.downloadpdf a:visited {
		color: white;
		text-decoration: none;
		}
	.downloadpdf a:visited:hover {
		background: #7468a2;
		color: white;
		text-decoration: none;
		}
