body{margin:0; background-color:#FFFFFF;  background-position:top;}

/*For Website outside Border Style*/

/*Class name should not be changed*/
.border20{width:100%; height:100%;border:solid 1px #4A9EE3; padding:1px;}




/*For Content Border Style*/

/*Class name should not be changed*/
.not_use_css{
    width:90%; height:90%; 
	background-color:#ffffff;
	border:solid 1px #FFFFFF;
	background-image: url(images/watermark.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.roys {
    width:90%; height:90%; 
	background-color:#ffffff;
	border:solid 1px #FFFFFF;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/*For Vertical Menu Background Color*/
    /*Class name should not be changed*/
.leftcolor{
          background-color:#FFFFFF;
}



/*For Title Text*/
 /*Class name should not be changed*/
.text100 
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
}
/*For Contact Page Text*/
  /*Class name should not be changed*/
/*For footer*/
.text8   
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}

/*For Headline Text*/
 /*Class name should not be changed*/

.text7      
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
}

/*For Normal Text*/
    /*Class name should not be changed*/

.text6       
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#145081;
}

/*Background color behind the content box*/
.aroundcontent
{
        background-color:#FFFFFF;
}

/*Color between navigation bar and content box*/
.bwnav
{
        background-color:#FFFFFF;
}

/* FAQ */
.subheading1
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight: normal;
	color:#4A9EE3;
}