body {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

.tbl1 
{ 
background: url('Graphics/back.jpg'); 
background-repeat: no-repeat;
background-position: top right; 
height: 599px;
} 

.tbl2
{ 
background: url('Graphics/back2.jpg'); 
background-repeat: no-repeat;
background-position: top right; 
height: 599;
} 

p,h1,h2,h3,h4,main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: black; 
}

p {
	text-align: justify;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	line-height: 100%;
}

pre,h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 140%
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50%;
	color: black;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #008080;
	font-weight: bold;
}

A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:active {text-decoration: none;}
A:hover {text-decoration: none; color: #000000;}

