﻿body 
{
    font-family: Verdana;
    font-size: 8pt;
}
a
{
	text-decoration: underline;
	font-family: Verdana;
    font-size: 10pt;
	color:Black;
	font-weight:bold;
		
}
a:hover
{
	text-decoration: none;
	color:White;
}
a:visiteda
{
	text-decoration: underline;
	color:Black;
}

.smalllink
{
	text-decoration: underline;
	font-family: Verdana;
    font-size: 8pt;
	color:Black;
	font-weight: normal;
}
a.smalllink:hover
{
	text-decoration: underline;
	color: #3333CC;
}
a.smalllink:visited
{
	text-decoration: underline;
	color: #993366;
}
.medlink
{
	text-decoration: underline;
	font-family: Verdana;
    font-size: 10pt;
	color:Black;
	font-weight: normal;
}
a.medlink:hover
{
	text-decoration: underline;
	color: Black;
}
a.medlink:visited
{
	text-decoration: underline;
	color: Black;
}
.biglink
{
	text-decoration: underline;
	font-family: Verdana;
    font-size: 14pt;
	color: #CC3333;
	font-weight: bold;
}
.bigred
{
	
	font-family: Verdana;
    
	color: #CC3333;
	font-weight: bold;
}
.contentBigRedText
{
	font-family: Verdana;
    font-size: 12pt;
    font-weight: bold;
    color: Red;
}

a.biglink:hover
{
	text-decoration: underline;
	
	color: #3333CC;
}
a.biglink:visited
{
	text-decoration: underline;
	
	color: #993366;
}


.contentGoldText
{
	font-family: Verdana;
    font-size: 8pt;
    color: #000000;
}
.contentGoldTextBold
{
	font-family: Verdana;
    font-size: 8pt;
    color: #000000;
    font-weight: bold;
}
.contentTitle
{
    font-size: medium;
    color: #000000;

	text-decoration: none;
	font-weight: bold;
}
.contentSubtitle
{	
	font-size: small;
	color: Black;
	text-decoration: none;
	font-weight: bold;
}
.controlText
{
	font-family: Verdana;
    font-size: 8pt;
}
.gridHeaderText
{
	font-family: Verdana;
	color: #FFFFFF;
    font-size: 8pt;
    font-weight: bold;
}
.copyrightText
{
	font-family: Verdana;
    font-size: 7pt;
    color: #003399;
    font-weight: bold;
}

