﻿body 
{
	background-color : #5a5a5a;
	font-family : "Century Gothic";
	font-size : 10pt;
	color : Black;		
	padding : 0px;
}

H3 
{
    font-family : Century Gothic;
    font-size : 14pt;
    color : #808080;
}

table 
{
	font-family : "Century Gothic";
	font-size : 9pt;
	color : Black;	
}


img 
{
	border-style : none;
}

div.Document 
{
	border-style : none;
	background-color : White;
	font-family : "Century Gothic";
	font-size : 10pt;
	color : Black;
	width : 960px;	
	padding : 10px;
}

div.Menu 
{
	border-style : none;
	background-color : #44494d;
	color : White;
	height : 16px;
	padding : 5px;	
}

td.MiddenTXT 
{
	width : 810px;
	text-align : left;
	vertical-align : top;
}

td.MiddenAds 
{
	width : 150px;
	text-align : left;
	vertical-align : top;	
}

A.MenuLink 
{
	font-family : "Century Gothic";
	font-size : 10pt;
	font-weight : bolder;
	color : white;	
	text-decoration : none;	
}

A.MenuLink:hover 
{
	color : Yellow;
}





.Button 
{
	border-style : solid;
	border-width : 1px;
	border-color : Gray;
	background-color : Silver;
	color : Black;
}