.ContentPane .head{
	font-family:arial,helvetica; 
	font-weight:bold; 
	font-size:16px; 
	color:#00a0af;
}
.ContentPane .normal{
	font-family:arial, helvetica;
	font-size:11px;
	color: #6b6b6b;
}	
.ContentPane a:link { color:#00a0af; text-decoration:none; }
.ContentPane a:visited { color:#00a0af; text-decoration:none; }
.ContentPane a:active { color:#00a0af; text-decoration:none; }
.ContentPane a:hover { color:#00a0af; text-decoration:underline; }

.ContentPane H1 
{
	font-family:arial,helvetica; 
	font-weight:bold; 
	font-size:16px; 
	color:#00a0af;
}
.ContentPane H2
{
	font-family:arial, helvetica;
	font-weight:bold;
	font-size:12px;
	color:#999999;
	line-height: 20px;
}
.ContentPane H3 {
	font-family:arial, helvetica;
	font-size:12px;
	color:#999999;
	line-height: 20px;
	font-style: italic;
}

.ContentPane td, p, tr, table,input,select,textarea {
	font-family:arial, helvetica;
	font-size:11px;
	color: #6b6b6b;




