body {
	margin: 0 auto;
	margin-top:20px;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
}

.floatleft {
float: left;
margin-top: 0px; 
margin-bottom: 0px;
margin-left: 0px;
margin-right: 10px;
}

.floatright {
float: right;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 10px;
margin-right: 0px;
}

a:link, a:active, a:visited {
	font-family: Arial, Verdana;
	color: #1772B8;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
a:hover {
	font-family: Arial, Verdana;
	color: #1772B8;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
a.link:link, a.link:active, a.link:visited {
	font-family: Arial, Verdana;
	color: #108CF1;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.link:hover {
	font-family: Arial, Verdana;
	color: #108CF1;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

TD {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000000;
}

ul {
	font-family: Arial, Verdana, sans-serif;
	list-style-image: url(images/dot.gif);
	list-style-type: none;
	list-style-position: outside;
}
.underline {
	text-decoration: underline;
}
.blue {
	color: #4386CA;
}
.white {
	color: #FFFFFF;
}
.px11 {
	font-size: 11px;
}
.green {
	color: #70FF1D;
	text-decoration: underline;
}
.red {
	color: #D22C2C;
}
.orange {
	color: #FF9900;
}
.grey {
	color: #687482;
}
