﻿body
{
    margin: 0px;
    background-color: #FFFFFF;
}

.Content
{
    font-size: 9pt;
	font-family: 'Trebuchet MS';
    color: #727272;
}

h1
{
    font-size: 11pt;
	font-family: 'Verdana';
    color: #9EC050;
	text-decoration: uppercase;
	font-weight: bolder;
}

h2
{
    font-size: 11pt;
	font-family: 'Verdana';
    color: #FFFFFF;
	text-decoration: uppercase;
	font-weight: bolder;
}



#ContentGreen2
{
    font-size: 10pt;
	font-family: 'Verdana';
    color: #FFFFFF;
}

#ContentYellow
{
    font-size: 10pt;
	font-family: 'Verdana';
    color: #FFFFFF;
}

#ContentWhite
{
    font-size: 10pt;
	font-family: 'Verdana';
    color: #6C6C6C;
}

#ContentBlue
{
    font-size: 10pt;
	font-family: 'Verdana';
    color: #FFFFFF;
}

#ContentGray
{
    font-size: 10pt;
	font-family: 'Verdana';
    color: #6C6C6C;
}

#ContentGreen
{
    font-size: 10pt;
	font-family: 'Verdana';
    color: #6C6C6C;
}

A:link
{
	font-size: 9pt;
	font-family: 'Trebuchet MS';
	color: #0076A3;
}

A:hover
{
    font-size: 9pt;
    font-family: 'Trebuchet MS';
    color: #3DB3E0;
    text-decoration: none;
}

A:visited
{
	font-size: 9pt;
	font-family: 'Trebuchet MS';
	color: #0076A3;
}

A:active
{
    font-size: 9pt;
    font-family: 'Trebuchet MS';
    color: #3DB3E0;
    text-decoration: none;
}


#GreenLink:A:link
{
	font-size: 10pt;
	font-family: 'Verdana';
	font-weight: bolder;
	color: #34CE1E;
}

#GreenLink:A:hover
{
	color: #58E344;
    text-decoration: none;
}

#GreenLink:A:visited
{
	color: #34CE1E;
}

#GreenLink:A:active
{
	color: #58E344;
    text-decoration: none;
}

#LightGreenLink:A:link
{
	font-size: 10pt;
	font-family: 'Verdana';
	font-weight: bolder;
	color: #E6EFC2;
}

#LightGreenLink:A:hover
{
	color: #FFFFFF;
    text-decoration: none;
}

#LightGreenLink:A:visited
{
	color: #E6EFC2;
}

#LightGreenLink:A:active
{
	color: #FFFFFF;
    text-decoration: none;
}






