body
{

    background-color: white;

    font-family: calibri, sans-serif;

    font-size: 14px;

    color: black;
	margin-top:50px;
}



table
{
	border-top: 1px solid rgb(79,129,189);
	border-left: 1px solid rgb(79,129,189);
	padding: 0px;
	margin: 0px;
	align: center;
}

td
{
	vertical-align: top;
	border-bottom: 1px solid rgb(79,129,189);
	border-right: 1px solid rgb(79,129,189);
	padding: 5px;
}

td.alt
{
	background-color: rgb(211,224,239);
}

td.footer
{
	text-align: right;
	font-size: 10px;
}

td a
{
	font-weight: bold;
	display: block;
	color:blue;
}


.title
{

    font-size: 30px;

    font-weight: bold;

}



h1
 {

    font-family: calibri, sans-serif;

    font-size: 24px;
	font-weight: bold;
    text-align:center;
	padding: 0px;
	margin: 0px;
}