﻿body
{
	font-size: 10pt;
	font-family: Tahoma;
}
.Title
{
	font-weight: bold;
	font-size: 20pt;
	font-family: Tahoma;
}
.Section_Header
{
	font-weight: bold;
	font-size: 16pt;
	font-family: Tahoma;
	text-decoration: underline;
}

A:link
{
	font-size: 10pt;
	color: blue;
	font-family: Tahoma;
	text-decoration: underline;
}
A:active
{
	font-size: 10pt;
	color: blue;
	font-family: Tahoma;
	text-decoration: underline;
}
A:hover
{
	font-size: 10pt;
	color: blue;
	font-family: Tahoma;
	text-decoration: underline;
}
A:visited
{
	font-size: 10pt;
	color: blue;
	font-family: Tahoma;
	text-decoration: underline;
}
