﻿*
{
	font-family: Verdana;
	font-size: 12px;
	/* color: #000000; */
	/* line-height: 3ex; */
}

html
{
	overflow: scroll
}

body
{
	margin: 0px;
	background-color: #333333;
}


td.heading
{
	text-align: center;
	font-variant: small-caps;
	font-family: Georgia, Verdana;
	color: #556b2f;
	vertical-align: top;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
	height: 23px;
}

h1
{
	text-transform: uppercase;
	font-size: 15px;
	vertical-align: top;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: Georgia, Verdana;
}

h3
{
	font-weight:bolder;
	display:block;
}

.Highlight
{
	color: #556b2f;
	text-transform: uppercase;
	font-weight: bold;
}

.floatright
{
float: right;
clear: right;
background-color: white; 
margin: 20px 0px 20px 20px;
}

.floatleft
{
float: left;
clear: left;
background-color: white; 
margin: 20px 20px 20px 0px;
}

.manyLines
{
	line-height: 3ex;
}
	
#faq li a
{
	color: blue;
}

.link
{
	display: block;
	color: blue;
	vertical-align: top;
	height: 5em;
}

.txtBoxHighlight
{
	text-align: center;
	font-family: Georgia, Verdana;
	font-weight: bold;
	color: #556b2f;
}

