﻿body 
{
    font-family: Verdana;
    font-size: 8pt;
}
a
{
	text-decoration: underline;
	font-family: Verdana;
    font-size: 8pt;
	color: #CC3333;
	font-weight: normal;	
}
a:hover
{
	text-decoration: none;
	color: #3333CC;
}
a:visited
{
	text-decoration: underline;
	color: #993366;
}

.smalllink
{
	text-decoration: underline;
	font-family: Verdana;
    font-size: 7pt;
	color: #CC3333;
	font-weight: normal;
}
a.smalllink:hover
{
	text-decoration: underline;
	color: #3333CC;
}
a.smalllink:visited
{
	text-decoration: underline;
	color: #993366;
}

.biglink
{
	font-family: Verdana;
    font-size: 14pt;
	color: #CC3333;
	font-weight: bold;
	text-decoration: underline;
}
a.biglink:hover
{
	text-decoration: none;
	color: #3333CC;
}
a.biglink:visited
{
	text-decoration: none;
	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;
}
.contentSmallSubtitle
{	
	font-size: smaller;
	color: #3A6DA7;
	text-decoration: none;
	font-weight: bold;
}
.contentSubtitle
{	
	font-size: small;
	color: #3A6DA7;
	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;
}
