﻿BODY
{
    FONT-FAMILY: Arial;
    COLOR: #000000;
    FONT-SIZE: 9pt;
    text-align: left;
}

.bodyText
{
    BACKGROUND-COLOR: #ffffff;
    COLOR: #666666;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    text-align: left;
}
.h1
{
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #FFFFFF;
    COLOR: #0085B9;
    FONT-SIZE: 15pt;
    FONT-WEIGHT: bold;
    text-align: center;
}
.h2
{
	BACKGROUND-COLOR: #ffffff;
	COLOR: #3B4550;
	FONT-SIZE: 16pt;
	FONT-WEIGHT: bold;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
}
.h3
{
	COLOR: #3B454F;
	FONT-SIZE: 9pt;
	FONT-WEIGHT: bold;
	text-align: left;
}
.h4
{
	COLOR: #3B454F;
	FONT-SIZE: 11pt;
	FONT-WEIGHT: bold;
	text-align: center;
}
.title1
{
    FONT-SIZE: x-small;
        COLOR: #ffffff;
    	vertical-align: top;
}
.title2
{
    BACKGROUND-COLOR: #ffffff;
    text-align: right;
}
.title3
{
    BACKGROUND-COLOR: #2D6093;
    COLOR: #FFFFFF;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
        text-align: left;
}
.reverseTitle
{
	COLOR: #FFFFFF;
	FONT-SIZE: 13pt;
	FONT-WEIGHT: bold;
	font-family: "Times New Roman", Times, serif;
}
.smallLinks
{
    BACKGROUND-COLOR: #ffffff;
    COLOR: #000000;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
}
.leftLinks
{
    BACKGROUND-COLOR: #0582BA;
    COLOR: #000000;
    FONT-SIZE: 13pt;
    FONT-WEIGHT: bold;
	text-align: right;
}
.blueNavigation
{
	padding: 3px;
	BACKGROUND-COLOR: #3B4550;
	COLOR: #FFFFFF;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bolder;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;

}
a:visited { 
	color: #FFFFFF;
	text-decoration: none;

	}
a:hover { 
	color: #F5C078;
	text-decoration: none;
	}
a:active { 
	color: #FFFFFF;
	text-decoration: none;

	}
a.tree:link { color: #3B454F; text-decoration: none }
a.tree:active { color: #3B454F; text-decoration: none }
a.tree:visited { color: #3B454F; text-decoration: none }
a.tree:hover { color: #3B454F; text-decoration: underline }


