﻿body
{
	font-family: Verdana;
	font-size: 11pt;
	color: #FFFFFF;
	background-color: #000000;
}

a
{
	font-family: Verdana;
	font-size: 11pt;
	color: #FFFFFF;
}
.LargeWhiteHeader
{
	font-family: verdana;
	font-size: 34pt;
	font-weight: bold;
	color: #FFFFFF;
	width: 80%;
	text-align: center;
	background: Red;
}
.WhiteHeader
{
	font-family: verdana;
	font-size: 16pt;

	color: #FFFFFF;
	text-align: center;
	background: Red;
}
.LargeGreenHeader
{
	font-family: verdana;
	font-size: 20pt;
	font-weight: bold;
	color: #00FF00;
	width: 100%;
	text-align: center;
}

.SmallGreenHeader
{
	font-family: verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #00FF00;
	text-align: center;
}

.LargeBlueHeader
{
	font-family: verdana;
	font-size: 20pt;
	font-weight: bold;
	color: #0000FF;
	width: 100%;
	text-align: center;
}


.SmallBlueHeader
{
	font-family: verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
}

.LargeRedHeaderCenter
{
	font-family: verdana;
	font-size: 20pt;
	font-weight: bold;
	color: #FF0000;
	width: 100%;
	text-align: center;
}

.LargeRedHeaderLeft
{
	font-family: verdana;
	font-size: 20pt;
	font-weight: bold;
	color: #FF0000;
	width: 50%;
	text-align: Left;
}

.SmallRedHeader
{
	font-family: verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

.RedHeader
{
	font-family: verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #FF0000;
	text-align: left;
}

.SmallRedText
{
	font-family: verdana;
	font-size: 11pt;
	color: #FF0000;
	text-align: left;
}

.LargeBlackHeader
{
	font-family: verdana;
	font-size: 20pt;
	font-weight: bold;
	color: #000000;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
}
.SmallBlackHeader
{
	font-family: verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-color: #FFFFFF;
}

.lblErr
{
	font-family: verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
}

.lblHeader
{
	font-family: verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.Text
{
	
}