﻿#HtmlDiv UL LI
{
	list-style-type: square;
	list-style-position:outside;
	margin-right:25px;
	margin-left:20px;
	margin-bottom:5px;
}
#HtmlDiv OL LI
{
	list-style-position:outside;
	margin-right:25px;
	margin-left:20px;
	margin-bottom:5px;
}
A
{
	text-decoration:none;	
}
.Blue
{
	font-family:Arial;
	font-size:12px;
	color:#495560;
}
.LightBlue
{
	font-family:Arial;
	font-size:12px;
	color:#00a5eb;
}
.Grey
{
	font-family:Arial;
	font-size:12px;
	color:#323232;	
}
.LightGrey
{
	font-family:Arial;
	font-size:12px;
	color:#9a9a9a;	
}