﻿        html, body {
	        height: 100%;
	        padding: 0;
	        margin: 0;
	        background-color: #000000;
	        font-family: Verdana, Arial, Helvetica, sans-serif; color: #000; height:100%; margin-left: 0; margin-right: 0;
	        font-size: 9pt;
        }
        #container 
        {
            position: absolute;
            min-height: 100%;
            width: 100%;
            line-height:1.4em;
            clear: both;
        }
        #content 
        {
	        width: 1000px;
	        background-color: #000000;
	        margin-left: auto;
	        margin-right:auto;
	        clear: both;
	        display: block;
	        height: auto;
	    }   
	    a, img {
	        text-decoration: none;
	        border: none;
	    }

a:link {font-family:Verdana;font-size:8pt;color:#FFFFFF;text-decoration:underline;}
a:hover {font-family:Verdana;font-size:8pt;color:#FFFFFF;text-decoration:underline;}
a:active {font-family:Verdana;font-size:8pt;color:#FFFFFF;text-decoration:underline;}
a:visited {font-family:Verdana;font-size:8pt;color:#FFFFFF;text-decoration:underline;}
a:visited:hover {font-family:Verdana;font-size:8pt;color:#FFFFFF;text-decoration:underline;}

a.whiteLink:link {font-family:Verdana;font-size:8pt;color:#FFFFFF;text-decoration:underline;}
a.whiteLink:hover {font-family:Verdana;font-size:8pt;color:#FFFFFF;text-decoration:underline;}
a.whiteLink:active {font-family:Verdana;font-size:8pt;color:#FFFFFF;text-decoration:underline;}
a.whiteLink:visited {font-family:Verdana;font-size:8pt;color:#FFFFFF;text-decoration:underline;}
a.whiteLink:visited:hover {font-family:Verdana;font-size:8pt;color:#FFFFFF;text-decoration:underline;}

a.greyLink:link {font-family:Verdana;font-size:8pt;color:#4e5051;text-decoration:underline;}
a.greyLink:hover {font-family:Verdana;font-size:8pt;color:#4e5051;text-decoration:underline;}
a.greyLink:active {font-family:Verdana;font-size:8pt;color:#4e5051;text-decoration:underline;}
a.greyLink:visited {font-family:Verdana;font-size:8pt;color:#4e5051;text-decoration:underline;}
a.greyLink:visited:hover {font-family:Verdana;font-size:8pt;color:#4e5051;text-decoration:underline;}

.Link 
{
	color:#ffffff;
}


.Title 
{
	width:660px;
	float:left;
}

.colLeft
{
	width:160px;
	padding:10px;
	float:left;
	margin-right:10px;
}

.colRight
{
	width:450px;
	padding:10px;
	float:left;
}

h1 
{
	font-size:large;
	font-weight:bold;
	line-height:1.5em;
}

h2 
{
	font-size:larger;
	font-weight:bold;
}

h3
{
	font-size:larger;
	font-weight:bold;
}

.TxtBold
{
	font-weight:bold;
	font-size:larger;
}

.YellowBlock
{
	background-color:#ffc218;
	width:242px;
	padding:5px 5px 5px 10px;
}

.GreenBlock
{
	background-color:#00b259;
	width:242px;
	color:#ffffff;
	padding:5px 5px 5px 10px; 
}

.PurpleBlock
{
	background-color:#aa74b2;
	width:242px;
	color:#ffffff;
	padding:5px 5px 5px 10px;
}

.divider 
{
	width:242px;
	height:6px;
	background-color:#ffffff; 
}

.clear 
{
	clear:both;
}

