﻿body
{
	font-family: Verdana;
	font-size: small;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

table
{
	font-family: Verdana;
	font-size: x-small;
}

th
{
	font-size: 80%;
	font-weight: bold;
}

td
{
	text-align: left;
}

input
{
	font-size: small;
}

select
{
	font-size: small;
}

.Box
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.BgLtGreen
{
	background-color: #dfedbf;
	color: #333333;
}
.BgLtGray
{
	background-color: #F7F6F3;
	color: #333333;
}
.BgGray
{
	background-color: #E2DED6;
}
.BgBlue
{
	background-color: #336699;
	color: #FFFFFF;
}
.BgDkBlue
{
	background-color: #284775;
	color: #FFFFFF;
}
.BgWhite
{
	background-color: #FFFFFF;
	color: #284775;
}

.FontSmall
{
	font-size: x-small;
}

.FontBig
{
	font-size: small;
}

.FontDark
{
	color: #333333;
}
.FontBlue
{
	color: #284775;
}

/* form classes */
.FormLabelLeft
{
	text-align: right;
	font-weight: bold;
	font-size: x-small;
}
.FormLabelTop
{
	text-align: left;
	font-weight: bold;
	font-size: x-small;
}
