﻿title
{
	font-size: large;
    color: black;
    font-style: italic;
    font-family: Arial, helvetica, san-serif;
    text-align: left;
}

h1
{
    font-size: large;
    color: black;
    font-style: italic;
    font-family: Arial, helvetica, san-serif;
    text-align: left;
}

h2
{
    font-size: medium;
    color: black;
    font-style: italic;
    font-family: Arial, helvetica, san-serif;
    text-align: center;
}

body
{
    font-size: 12pt;
    color: black;
    font-family: Arial, helvetica, san-serif;
}

.bodytext
{
    font-size: 10pt;
    color: black;
    font-family: Arial, helvetica, san-serif;
}

.footer_menu
{
	font-size: 12pt;
	font-weight: bold;
    font-family: Arial, helvetica, san-serif;
    color: black;
}

a.footer_menu, a.footer_menu:link, a.footer_menu:visited
{
    text-decoration: none;
    color: black;
}
	
a.footer_menu:hover 
{
	text-decoration: underline;
	color: #354471;
}

.copyright
{
	font-size: 8pt;
	font-style: italic;
    color: black;
    font-family: Arial, helvetica, san-serif
}

a.copyright, a.copyright:link, a.copyright:visited
{
    text-decoration: none;
    color: black;
}
	
a.copyright:hover 
{
	text-decoration: underline;
	color: #354471;
}

.disclaimer
{
	font-size: 8pt;
	font-style: italic;
    color: black;
    font-family: Arial, helvetica, san-serif
}