﻿body
{
    font-family: 'Century Gothic' , Verdana;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #6f8185;
}

.BigTitle
{
	font-weight: bold;
	font-size: 28pt;
	color: white;
	font-style: italic;
	font-family: 'Century Gothic' , Verdana;
}

.SmallTitle
{
    font-weight: bold;
    font-size: 20pt;
    color: #333333;
    font-style: italic;
    font-family: 'Century Gothic' , Verdana;
}

.TableLabel
{
	font-weight: bold;
	font-size: 12pt;
	font-family: 'Century Gothic' , Verdana;
	color: DimGray;
	text-align: right;
}

input
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: DimGray;
	text-transform: uppercase;
}

select
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: DimGray;
}