h1
{
    margin: 0;
    padding: 0;
    font-family: Arial, Sans-Serif;
    font-size: 19px;
    color: #2c5586;
}

h2
{
    margin: 0;
    padding: 0;
    font-family: Arial, Sans-Serif;
    font-size: 15px;
    color: #2c5586;
}

a:link
{
    text-decoration: none;
    color: #8c2424;
}

a:visited
{
    text-decoration: none;
    color: #8c2424;
}

a:hover
{
    text-decoration: underline;
    color: #8c2424;
}

a:active
{
    text-decoration: underline;
    color: #8c2424;
}

.Header 
{
    font-family: Arial, Sans-Serif;
    font-size: 19px;
    color: #2c5586;
}

.HeaderTagline 
{
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #2c5586;
}

.SubHeader 
{
    font-family: Arial, Sans-Serif;
    font-size: 15px;
    color: #2c5586;
}

.SubHeaderTagLine 
{
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	line-height: 14px;
	color: #2c5586;
}

.SmallText 
{
	font-size: 10px;
	line-height: 10px;
}

.TinyText 
{
	font-size: 9px;
	line-height: 9px;
}

