﻿hr
{
	color: White;
}

h1
{
	font-size:large;
	font-weight:bold;
}

h2
{
	font-size:medium;
	font-weight:bold;
}

.style3 {font-size: 12px; font-weight: bold; }
.style8 {
	font-size: 12px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}

.style11 {font-weight: bold; }
.style13 {
	font-size: 14px;
	font-weight: bold;
}
.style14 {font-weight: bold; font-style: italic; }
.style16 {
	font-size: 16px;
	font-weight: bold;
}