body
	{
		background-color:#FFFFFF;
	}
		
div.head
	{
		font-family:Century Gothic;
		font-size:10pt;
		text-align:center;
	}	

div.foot
	{
		font-family:Century Gothic;
		font-size:10pt;
		text-align:center;
	}
	
span.redbox
	{
		font-family:Century Gothic;
		font-size:10pt;
		text-align:justify;
		width: 100px;
		margin: 0 auto;
		background: #FFDFDF;
		color: #7B0000;
		border: 2px #7B0000 solid;
		padding: 5px 10px;
	}
	
span.bluebox
	{
		font-family:Century Gothic;
		font-size:10pt;
		text-align:justify;
		width: 100px;
		margin: 0 auto;
		background: #B7D6ED;
		color: #206BA4;
		border: 2px #206BA4 solid;
		padding: 5px 10px;
	}
	
span.greenbox
	{
		font-family:Century Gothic;
		font-size:10pt;
		text-align:justify;
		width: 100px;
		margin: 0 auto;
		background: #EEF2D6;
		color: #94A924;
		border: 2px #94A924 solid;
		padding: 5px 10px;
	}
	
div.black
	{
		font-family:Century Gothic;
		font-size:10pt;
		text-align:justify;
		width: 700px;
		margin: 0 auto;
		background: #FFFFFF;
		color: #000000;
		border: 2px #000000 solid;
		padding: 5px 10px;
	}
	
span.blackbox
	{
		font-family:Century Gothic;
		font-size:10pt;
		text-align:justify;
		width: 100px;
		margin: 0 auto;
		background: #FFFFFF;
		color: #000000;
		border: 2px #000000 solid;
		padding: 5px 10px;
	}
	
a:link,
a:visited
	{
		font-weight: normal;
		background-color: transparent;
		color: #000000;
		text-decoration: none;
	}

a:hover,
a:active
	{
		background-color: transparent;
		color: #000000;
		text-decoration: none;
	}

div.black a:link,
div.black a:visited
	{
		font-weight: normal;
		background-color: transparent;
		color: #000000;
		text-decoration: underline;
	}

div.black a:hover,
div.black a:active
	{
		background-color: transparent;
		color: #000000;
		text-decoration: underline;
	}