﻿#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;	
}
.White
{
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
}
.Red
{
	font-family:Arial;
	font-size:12px;
	color:#ea333e;
}
.Link
{
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
}
.Link:hover
{
	text-decoration:underline;
}
.Black
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
}
.ImageBorderRed
{
	border: solid 1px #ea333e;
}