﻿#HtmlDiv UL LI
{
	list-style-position:outside;
	list-style-type:square;
	margin-right:20px;
	margin-left:20px;
	margin-top:3px;
}
#HtmlDiv OL LI
{
	list-style-position:outside;
	margin-right:40px !important;
	margin-top:3px;
}
A
{
	text-decoration:none;	
}
.Link
{
	color:#00599d;
	font-family:Arial;
	font-size:12px;
}
.Grey
{
	font-family:Arial;
	font-size:12px;
	color:#333333;
	text-decoration:none;
}
.Blue
{
	font-family:Arial;
	font-size:12px;
	color:#00599d;
}
.DarkBlue
{
	font-family:Arial;
	font-size:12px;
	color:#002846;
}
.Red
{
	font-family:Arial;
	font-size:12px;
	color:#b32525;
}
