
body
{
	background-image:url(images/bg.gif);
	background-position:top left;
	background-repeat:repeat-x;

	margin-left: 15%;
	margin-right: 15%;
	margin-top: 60px;
	margin-bottom: 60px;
	background-color: white;
}

table 
{	 
	width:100%;  
	text-align: justify;
} 

td 
{
	font-family:Arial;
	font-size:12;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 5px;
	padding-bottom: 5px;
        border:1px dashed #000;
	border-bottom: 0px;
	border-top: 0px;
	vertical-align:top; 
	horizontal-align:center;
	overflow:hidden; 
}
 
td.header
{
	padding-left: 5%;
	padding-right: 0%;
	padding-top: 5px;
	padding-bottom: 5px;
        border:1px dashed #000;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px; 
	background-color:#9ca0a4; 
}


p
{
	font-family:Arial;
	font-size:15;
	
}

a:link 
{
	color:white; text-decoration:none
}
a:visited 
{
	color:black; text-decoration:none
}
a:active 
{
	color:white; text-decoration:none
}
a:hover 
{
	color:white; text-decoration:underline
}



