<!-- Setting up Style Sheet -->
<STYLE>
<!--
BODY
{
	font-family:arial,helvetica,sans-serif;
	font-size:10pt; 
	color: 000000;
}

#container {
	width: 720px;
	background: #FFF;
	text-align: left;
	margin: 1em auto;
	border: solid #000;
	border-width: 1px 3px 3px 1px;
}

#footer {
	width: 720px;
	background: transparent;
	text-align: center;
	margin: 1em auto;
	font-family:arial,helvetica,sans-serif;
	font-size:8pt;
	color:#fff;
}

p  
{
font-family:arial,helvetica,sans-serif;
font-size:10pt; 
color: 000000
}
	
table, tr, td  
{
font-family:arial,helvetica,sans-serif; 
font-size:10pt; 
color: 000000
}

a, a:link, a:visited, a:active
{
font-family:arial,helvetica,sans-serif;
font-size:10pt; 
color: 000000
}

a:hover.gray
{
background-color:#ddd;
}

.TableBorders
{
    BORDER-RIGHT: #605c5d 1px solid;
    BORDER-TOP: #605c5d 1px solid;
    BORDER-LEFT: #605c5d 1px solid;
    BORDER-BOTTOM: #605c5d 1px solid
}

.SmallText
{
font-family:arial,helvetica,sans-serif;
font-size:8pt; 
}

.redText
{
color: #ff0000;
}
.blackText
{
color: #000000;
}

-->
</STYLE>

