.body td{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border: none;
	list-style-type: square;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;

} 
.body p {
	margin: 10px 0px;
}

.body a:link {
	color: #990033;
	text-decoration: underline;
} 
.body a:visited {
	color: #990033;
	text-decoration: underline;
}
.body a:hover {
	color: #666666;
	text-decoration: underline;

}
.body a:active {
	color: #666666;
	text-decoration: underline;

}

.small td{
	color: #900000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
} 

.small a:link {
	color: #900000;
	font-weight: normal;
	text-decoration: underline;
} 
.small a:visited {
	color: #900000;
	text-decoration: underline;

}
.small a:hover {
	color: indianred;
	text-decoration: underline;

}
.small a:active {
	color: indianred;
	text-decoration: underline;
}

ul {
	list-style-type: none;
	list-style-image:  url(../images/bullet-li.gif);
	line-height: 25px;
}
