﻿#HtmlDiv OL LI
{
	list-style-position:outside;
	margin-right:20px;
	margin-left:20px;
	margin-top:2px;
}
#HtmlDiv UL LI
{
	list-style-position:outside;
	margin-right:20px;
	margin-left:20px;
	margin-top:2px;
}
A
{
	text-decoration:none;
}
.Grey
{
	font-family:Arial;
	font-size:12px;
	color:#213c51;
}
.DarkGrey
{
	font-family:Arial;
	font-size:12px;
	color:#1c3e59;
}
.Blue
{
	font-family:Arial;
	font-size:12px;
	color:#135f9b;
}
.Red
{
	font-family:Arial;
	font-size:12px;
	color:#ef1c23;
}
.ImageBorder
{
	border:solid 1px #135f9b;
}