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

