/* CSS Document */

body
{ 
background-image: url(back.jpg);
background-repeat: repeat-x;
font-family: Verdana;
			font-size: 12px;
		 	color: #000066;
		 	font-weight: bold;
		 	text-decoration: none;
			text-align: justify;
}


td{ font-family: Verdana;
			font-size: 15px;
		 	color: #0066FF;
		 	font-weight: bold;
		 	text-decoration: none;
			text-align: justify; }
			
p { font-family: Verdana;
			font-size: 13px;
		 	color: #000066;
		 	font-weight: bold;
		 	text-decoration: none;
			line-height: 18pt;
			text-align: justify;
			 }


a:visited { color: #990000 }

a:hover { color: #000000 }

a:active { color: #990000 }

.padd{ padding-left: 20px;
padding-right: 20px;}