﻿body 
{
	background-color: #FFFFFF;
	font-family: Tahoma, Sans-Serif;
	font-size: 13px;
}

a
{
	color: #1a6087;
}

h1
{
	color: #1a8780;
	font-family: Arial Black, Arial, Sans-Serif;
	font-size: 32px;
	font-weight: bold;
	margin: 0px;
}

h2
{
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}

hr
{
	color: #dcdcdc;
	background-color: #dcdcdc;
	height: 1px;

}

ul
{
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 0;
	margin-bottom: 0;
}

li
{
	margin: 0 0 0 -10px;
}