body
{
	text-align: center;
	width: 785px;
	margin: 0 auto;
}

div#header
{
	
	width: 785px;
	border-bottom: solid 10px #cddeef;
	margin-top: 5px;
	
}

img
{
	margin-bottom: 5px;
	
}

h1,h2,h3,h4,h5,h6,li,p {font-family: verdana; color:black}
h1 {font-size: 18px;}
h2 {font-size: 14px}
h3 {font-size: 12px}
h4 {font-size: 10px}
h5 {font-size: 8px}
h6 {font-size: 7px}
li {font-size: 11px;}

p, td {font-size: 11px;  font-family: verdana}

a:link {text-decoration: none; color: #000080;}
a:visited {text-decoration: none; color: #000080;}
a:active {text-decoration: none; color: #000080;}
a:hover {text-decoration: none; background-color: #000080; color:white}


#printarea
{
	width: 550px;
	text-align: left;
	margin: 0 auto;
}

tr
{
	border-top: solid; border: solid 1px black;
	border-bottom: solid; border: solid 1px black;
}



td
{
	padding: 5px;
	border-left: solid; border: solid 1px black;
	border-right: solid; border: solid 1px black;
}


table
{
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border: solid 1px transparent;
	border: hidden;
}


