﻿body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #A3D414;
}



#left_col {
	width: 28px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#right_col {
	width: 47px;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 600px;
}

#page_content {
	margin-right: 47px;
	margin-left: 28px;
}
	
#container {
	position: relative;
	width: 100%;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.basicStyle
{
	color: #FFFFFF;
    text-decoration: none;
	font-family: "Century Gothic";
	font-size: 14px;
}

.standardWord 
{
	font-size: 13px;
}

.linkstyle
{
	font-size: 12px;
}

.smallLinkStyle {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.redTitle{
	color: #FF0000;
	font-weight: bold;
	font-size: 16px;
	font-family: "Century Gothic";
}

.x {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.x1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FDB813;
	text-decoration: none;
	font-weight: normal;
}

table.MainPageTable
{
	width:800px;
	background-color:White;
	border-width:0px;
}

.PageTitle
{
	color: Red;
	font-weight: bold;
	font-size: x-large;
	font-family: "Century Gothic";
	text-align:center;
}

.BigNumber
{
	color: #0099CC;
	font-size:30pt ;
	font-weight:bolder;
	font-family:Sans-Serif;
}

.NormalDescription
{
	color:Black;
	font-size:small;
	font-family: Sans-Serif ;
}

.SmallDescription
{
	color:Black;
	font-size:x-small;
	font-family:Sans-Serif ;
	font-weight:lighter ;
}

.TitleRow
{
	background-color:#0099CC;
	text-align:center;
	color:White;
	font-weight:bold;
	font-size:medium;
}

.DataRow
{
	background-color:#F4F4F4;
	text-align:left;
}

