﻿body
{
	margin:0;
	padding:0;
	text-align:center;
	font-family:Georgia, Tahoma, Verdana, Century Gothic;
	font-size:12pt;
}

table 
{
	border-color:Aqua;
	border-style:solid;
	border-width:0px;

	border-left-color:Aqua;
	border-left-style:solid;
	border-left-width:0px;

	border-right-color:Aqua;
	border-right-style:solid;
	border-right-width:0px;

	border-top-color:Aqua;
	border-top-style:solid;
	border-top-width:0px;

	border-bottom-color:Aqua;
	border-bottom-style:solid;
	border-bottom-width:0px;
	
	padding:1px;
}
td.Title
{
    font-size: 20pt;
    font-weight: bold;
    font-family: Georgia, Tahoma;
    color: #D4A017;
}
td.SubTitle
{
    font-size: 11pt;
    font-weight: bold;
    font-family: Georgia, Tahoma;
    color: #254117
}

td.Text
{
    font-size: 11pt;
    font-weight: normal;
    font-family: Georgia, Tahoma;
    color: #254117
}
td.TextItalic
{
    font-size: 11pt;
    font-weight: normal;
    font-family: Georgia, Tahoma;
    font-style:italic;
    color: #254117
}

a.MenuNormal
{
    font-size: 11pt;
    font-weight: bold;
    font-family: Georgia, Tahoma;
    font-style:normal;
    color: #347235;
    text-decoration:none;
}
a.MenuHot
{
    font-size: 11pt;
    font-weight: bold;
    font-family: Georgia, Tahoma;
    font-style:normal;
    color: #D4A017;
    text-decoration: none;
    cursor: default;
}
a.MenuHover
{
    font-size: 11pt;
    font-weight: bold;
    font-family: Georgia, Tahoma;
    font-style:normal;
    color: #dd0000;
    text-decoration:none;
}
a.MenuDisabled
{
    font-size: 11pt;
    font-weight: bold;
    font-family: Georgia, Tahoma;
    font-style:normal;
    color: #d8d8d8;
    text-decoration:none;
}

