body, DIV, TD, LAYER  {
	font-size:10pt; 
	text-align: left; 
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#ffffff;
}

a:link { color: #ffffff; text-decoration: none }
a:visited { color: #ffffff; text-decoration: none }
a:active { color: #ffffff; text-decoration: none }
a:hover { color: #ffffff; text-decoration: underline }

.footerfont{
	font-size: 8pt;
	text-align: center;
	font-weight: bold;
	color:#ffffff;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}
.bold{
	font-weight: bold;
}
.boldright{
	text-align: right;
	font-weight: bold;
}
.boldcenter{
	text-align: center;
	font-weight: bold;
}
.mainborder{
	border-top-color: #ffffff; 
	border-top-style: solid; 
	border-top-width: 1pt;
	
	border-bottom-color: #ffffff; 
	border-bottom-style: solid; 
	border-bottom-width: 1pt;
	
	border-left-color: #ffffff; 
	border-left-style: solid; 
	border-left-width: 1pt;
	
	border-right-color: #ffffff; 
	border-right-style: solid; 
	border-right-width: 1pt;
	}
.hand{	cursor:hand;
		border:1px solid #ffffff;}
