	body
	{
		background-color: #ffffff;
		font-family: Arial;
		font-size: 9pt;
		margin: 0px;
	}
	p
	{
		margin: 0px;
	}
	a
	{
		color: #000000;
		text-decoration: none;
	}
	a:hover
	{
		text-decoration: underline;
	}
	a img {
		border: 0px;
		vertical-align: middle;
	}
	th
	{
		background-color: #f6a70a;
		font-size: 9pt;
		font-weight: normal;
		color: #01557c;
		padding: 5px;
		text-align: center;
	}
	td
	{
		font-size: 8pt;
		color: #000000;
	}
	form {
		margin: 0px;
	}
	input
	{
		font-size: 9pt;
		font-family: Arial;
	}
	textarea
	{
		font-size: 9pt;
		font-family: Arial;
	}
	select
	{
		font-size: 9pt;
		font-family: Arial;
	}
	h1
	{
		color: #f6a70a;
		text-align: left;
		font-weight: bold;
		font-size: 14pt;
	}
	h2 {
		font-size: 11pt;
		font-weight: bold;
		text-decoration: none;
        color: #01557b;
	}
	h3 {
		font-size: 8pt;
		font-weight: normal;
		margin-top: 0px;
		margin-bottom: 10px;
	}

	.boxtop
	{
		width: 151px;
		padding-top: 7px;
		padding-bottom: 5px;
		text-align: center;
		color: #01557c;
		font-size: 10pt;
		background-image: url('../img/boxtop.gif');
	}
	.boxmiddle
	{
		width: 151px;
		background-image: url('../img/boxmiddle.gif');
	}
	.boxcontent
	{
		padding: 5px;
		text-align: center;
		color: #f6a70a;
		font-size: 9pt;
		text-align: left;
	}
	.boxcontent a
	{
		color: #f6a70a;
	}
	.boxbottom
	{
		width: 151px;
		height: 8px;
		background-image: url('../img/boxbottom.gif');
		font-size: 1pt;
	}
		
	.td1
	{
		background-color: #fef3dc;
	}
	.td2
	{
		background-color: #fde7bb;
	}
	
