﻿.Header
{
	font-family:Arial;
	font-size:18px;
	font-weight:normal;
    color:#9c3;
    text-decoration:none;
    font-weight:bolder;
}
.SubHeader
{
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
    color:#9c3;
    font-weight:bolder;
    text-decoration:none;
    font-style:italic;
}
.Content
{
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
    color:#000;
    text-decoration:none;
    font-style:normal;
}

a
{
	color:#993;
	font-family:Arial;
	font-size:14px;
	text-decoration:none;
	font-weight:normal;
}
a:hover
{
	color:#993;
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	text-decoration:underline;
}
a.footnote
{
	color:#000;
	font-family:Arial;
	text-decoration:none;
	font-weight:bold;
	
}
a:hover
{
	color:#000;
	font-family:Arial;
	font-weight:bold;
	text-decoration:underline;
}