﻿body { }

img { border: solid 0px black }

h1 
{
	color: #002E23;
	font-family: Tahoma, Arial Black, Arial, Helvetica;
	font-size: 19px;
	font-style: normal;
	line-height: 19px;
}

h2 
{
	color: #002E23;
	font-family: Tahoma, Arial Black, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	line-height: 14px;
}

A:link
{
    COLOR: #02497d;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: #02497d;
    TEXT-DECORATION: none
}
A:active
{
    COLOR: #02497d;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #c80013;
    TEXT-DECORATION: underline
}

hr 
{
	color: #cc0000;
	height: 1px;
}

    	body,td,th { font-family: Arial, Helvetica, sans-serif; }
    	a:link { color: #0000FF; }
		.FormTable { padding: 4px; border: solid 0px black; border: dashed 1px black; background-color: #e0e0e0; width: 450px; margin-top: 15px; }
		.FormLabel { font-size: 11px; font-weight: bold; text-align: right; vertical-align: top; padding: 4px; width: 120px }
		.FormField { font-size: 11px; vertical-align: top; padding: 4px; text-align: left }
