﻿#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:#353535;
}
.Blue
{
	font-family:Arial;
	font-size:12px;
	color:#2479c1;
}
.Link
{
	font-family:Arial;
	font-size:12px;
	color:#353535;
	text-decoration:none;
}
.Link:hover
{
	text-decoration:underline;
}
.Black
{
	font-family:Arial;
	font-size:12px;
	color:Black;
}