﻿body 
{
	font-family: Tahoma;
	font-size: small;
	margin: 5px;
}
INPUT
{
	font-family: Tahoma;
	font-size: small;
}
SELECT
{
	font-family: Tahoma;
	font-size: small;
}
A:link
{
	color: #B3001F;
}
A:visited
{
	color: #B3001F;
}
A:hover
{
	color: #7272C1;
	text-decoration: none;
}
A:active
{
	color: #7272C1;
}
DIV.HR
{
	width: 100%;
	height: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #B3001F
}
SPAN.ContentTitle
{
	font-weight: bold;
}
SPAN.Section
{
	font-weight: bold;
	color: #B3001F;
	font-size: medium;
}


