/* CSS Document */
body{background-image:url(Webgraphics/fadedbg.jpg);	 
	 color: #1f187f;
	 font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	background-color: #FFFFFF;
}

table,td,th
{

}
th
{
height:70px;
}
{border:thin #1f187f;
}

 


a:link{color: #1f187f;
       font-size: 16px;	   
	   text-decoration: underline;
	   font-family: new times roman;
	 font-weight: bolder;	
}
a:visited{color: #1f187f;
       font-size: 16px;	   
	   text-decoration: underline;
	   font-family: new times roman;
	 font-weight: bolder;	
}
a:hover{color: #7496ac;
       font-size: 16px;	   
	   text-decoration:underline;
	   font-family: new times roman;
	 font-weight: bold;
}
.txt2{position: absolute;
     margin-top: 100px;
     margin-left: 250px;
	}
.txt3{position: absolute;
     margin-top: 15px;
	 margin-left: 360px;
	 
	 }
.pic1{position: absolute;
      margin-top: 15px;
	  margin-left: 650px;}
.pic2{position: absolute;
margin-top: 0px;}


