h1,h2,h3
{
	font-family: verdana, arial, 'sans serif'; 
}

p,table
{
	font-family: verdana, arial, 'sans serif';
	font-size: 10pt;
	width: 100%;
}

hr
{
	color: #111077;
	height: 1px;

}

body
{
	background-color: #E5E5E5;
}

a:link    {color: black}
a:visited {color: black}
a:active  {color: mediumblue}
a:hover   {color: mediumblue}

table.content-table
{
	border-width: 1;
	border-color: #111077;
	border-style: solid;
	width: 100%;
}

td.content-table-header
{ 
	border-width: 1;
	border-color: #111077;
	border-style: solid;
	padding: 1;
	background-color: #C0C0C0;
	color: #111077;
	font-weight: bold;
	height: 15px;
}

td.content-table-body
{
	padding: 2;
	background-color: #FFFFFF;
}
