﻿/************** Content Styles **************/

body 
{
	font-size: 9pt;
}

LI
{
	font-size: 9pt;
}

p 
{
    font-size: 9pt;
}

.content
{
	font-size: 9pt;
}

/************** Link Styles **************/

a:link {
    font-size: 9pt;
}

a:visited {
   font-size: 9pt;
}

a:hover {
    font-size: 9pt;
}

a:active {
    font-size: 9pt;
}

/* End of Link Styles */

/************** Header/Footer Styles **************/

.header 
{
	font-size: 9pt;
}

.calendarButton
{
	font-size: 9pt;
}


.footer
{
	font-size: 9pt;
}

.footerText
{
	font-size: 7pt;
}

.footerText P
{
	font-size: 7pt;
}

.footerText a:link
{
	font-size: 7pt;
}
.footerText a:visited
{
	font-size: 7pt;
}
.footerText a:hover
{
	font-size: 7pt;
}
.footerText a:active
{
	font-size: 7pt;
}

/******** Hightlight *********/

h1 {    
    font-size: 16pt;
}

h2 {
    font-size: 14pt;
}

h3 {
    font-size: 12pt;
}

h4 {
    font-size: 11pt;
}

/* End of Highlight

/* Control Text */

.ControlText
{
    font-size: 9pt;
}

/* End Control Text