body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	behavior: url(iepngfix.htc);
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link { color: #333333; text-decoration: none; font-weight: bold;}
a:visited { color: #333333; text-decoration: none; font-weight: bold;}  
a:hover { color: #C51B1D; text-decoration: none; font-weight: bold;} 

.floatLeft {
	float: left;
	padding-left: 10px;
}

.floatRight {
	float: right;
	padding-left: 10px;
}
li {
	list-style-type: none;
	list-style-image: url(images/icon/bullet.png);
}
