body
{
	font-size: 10pt;
	font-family: Arial, Verdana;
	margin: 5px;
}

p
{
	margin: 10px;
}

h3
{
	margin: 10px;
}

h3.highlight
{
	margin: 10px;
	color:Red;
}

.TableWithBorder
{
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	border-top: solid 1px black;
	border-left: solid 1px black;
}

a
{
	margin: 0px;
	font-size: 10pt;
	color: red;
	font-family: Arial;
}

.footer
{
	font-size: 7pt;
	text-transform: capitalize;
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	color: white;
}

hr
{
	border-top: red 1px solid;
	background-image: url(Images/bg.GIF);
}

.hightlight
{
	color:Red;
	font-weight:bold;
}

.ListCircles
{
	list-style-type: circle;
}

.LabelError
{
	color:Red;
}