td {
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	font-weight: normal;

}
li {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
p {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
a:link {
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
	color: #000099;

}
a:visited {
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
	color: #000099;

}
a:hover {
	font-family: Verdana;
	font-weight: bold;
	color: #CC6600;
	text-decoration: underline;
}
a:active {
	font-family: Verdana;
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
}
.floatright{ 
		float: right;
		margin-left:10px;
}
	
.floatleft {
		float: left;
		margin-right:10px;
}

