﻿body 
{
}

.OverallTable
{
		margin-left: auto;
		margin-right: auto;
}

.RedBackGround
{
	background-color: #fa0026;
}

.GreenBackGround
{
	background-color: #80c31c;
}

.header 
{
	/*table-layout: fixed; */
	text-align: center;
	border: 0;
	width: 1024px;
}

.header-left
{
	background-color: #fa0026;	
	width: 510px;
	height: 9.5px;
}

.header-middle
{
	width: 276px;
	height: 80px;
	vertical-align: top;
}

.header-right
{
	background-color: #80c31c;	
	width: 510px;
	height: 9.5px;
}

.header-left-middle
{
	height: 62px;
	font-family: Arial Black;
	font-size: 30pt;
}

.header-right-middle
{
	height: 62px;
	font-family: Arial Black;
	font-size: 30pt;
}

.header-left-down
{
	background-color: #fa0026;	
	height: 8px;
}

.header-right-down
{
	background-color: #80c31c;	
	height: 8px;
}

.green-text
{
	color: #80c31c;	
}

.red-text
{
	color: #fa0026;	
}

.IntroText
{
	font-family: Arial Black;
	font-size: 13pt;	
}

.Number1
{
	font-family: Arial Black;
	font-size: 10pt;	
}

.SetWidth
{
	width: 170px;	
	padding: 10px;
	color: #ffffff;
	font-family: Arial Black;
	font-size: 11pt;
	text-align: left;
}

.GoBack,
a.GoBack,
.GoBack A:link,
.GoBack A:visited,
.GoBack A:active,
.GoBack A:hover 
{
	font-family: Arial Black;
	font-size: 9pt;	
	text-decoration: underline; 
	color: #000000;
}

.HyperLink,
a.HyperLink,
.HyperLink A:link,
.HyperLink A:visited,
.HyperLink A:active,
.HyperLink A:hover 
{
	color: #ffffff;
	font-family: Arial Black;
	font-size: 11pt;
	text-align: left;
}

.Email,
a.Email,
.Email A:link,
.Email A:visited,
.Email A:active,
.Email A:hover 
{
	color: #ffffff;
	font-family: Arial Black;
	font-size: 11pt;
	text-align: left;
}
`
.IntroText
{
	color: #000000;
	font-family: Arial Black;
	font-size: 8pt;
	text-align: left;
}