/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:black;
	margin:0px;
	
	background-color:white;
}


h1
{
	font-family:"Times New Roman", Times, serif;
	font-size:2.4em;
	font-weight:normal;
	
	margin-left:0px;
	margin-top:0px;
	margin-bottom:20px;
	
	color:#20208E;
	


	
}

h2, h2.border
{
	font-family:"Times New Roman", Times, serif;
	font-size:2.0em;
	font-weight:normal;


	color:#20208E;
	padding:3px;
	padding-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	


}

h2.border
{
	border-top:1px solid #20208E;
}

h3
{
	font-size:1em;
	font-weight:bold;
	color:white;
	margin-bottom:20px;
}

a
{
	text-decoration:none;
	color:white;
}


a img
{
	border:none;
}

table
{
	font-size:1em;
}

