﻿body 
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
td
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
input
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
A:link
{
    font-weight: normal;
    font-size: 11px;
    color: #3300FF;
    text-decoration: none
}
A:visited
{
    font-weight: normal;
    font-size: 11px;
    color: #0000CC;
    text-decoration: none
}
A:hover
{
    font-weight: normal;
    font-size: 11px;
    color: #3366FF;
    text-decoration: underline
}
.heading
{
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #CC0000;
}
.GreenHeading
{
	font-size: 14px;
	font-weight: bold;
	color: #55AE3A;
}
.RedHeading
{
	font-size: 14px;
	font-weight: bold;
	color: #EE0000;
}
.smallHeading
{
	font-weight: bold;
	font-size: 14px;
	color: #000066;
	font-variant: small-caps;
}
A:link.smallHeading
{
	font-weight: bold;
	font-size: 14px;
	color: #000066;
	font-variant: small-caps;
    text-decoration: none

}
A:visited.smallHeading
{
    font-weight: bold;
	font-size: 14px;
	color: #000066;
	font-variant: small-caps;
    text-decoration: none
}
A:hover.smallHeading
{
    font-weight: bold;
	font-size: 14px;
    color: #3366FF;
    text-decoration: underline
}
.completedLeague
{
	color: #EE0000;
	text-decoration: line-through;
}
.redText
{
	color: #EE0000;
}
.blueText
{
	color: #000066;
}
.greenText
{
	color: #55AE3A;
}
.whiteText
{
	COLOR: #FFFFFF;
}
.highlight
{
	background-color: #D0D8EE;	
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}