﻿html,body,form
{
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family:Arial;
	font-size:12px;
	color:#000000;
}

table { empty-cells:show; }

.emptyCells
{
	empty-cells:show;
}

.container
{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:960px;
	height:auto; /* real browsers */
	min-height:100%; /* real browsers */	
}

div#Content
{
	width:960px;
	margin:0px 0px 0px 0px;
	min-height:565px;
	padding-bottom:25px; /* bottom padding for footer */
}

div#Footer
{
	padding-top:0px;
	margin:0px 0px 0px 0px;
	position:relative;
	width:960px;	
	height:107px;
	bottom:0; /* stick to bottom */
}

.topLinks
{
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
}

.topLinks:hover
{
	font-size:14px;
	color:#ffffff;
	text-decoration:underline;
}

.bottomLinks
{
	color:#ffffff; 
	font-size:10px;
	text-decoration:none;
}

.bottomLinks:hover
{
	color:#ffffff; 
	font-size:10px;
	text-decoration:underline;
}

.pageHed
{
	color:#000000; 
	font-size:24px; 
	margin-top:30px;
	border-bottom:1px solid #818181;
}

.txt
{
	color:#000000;
	font-size:12px;
	text-align:justify;
	line-height:1.8em;
}

.inputter
{
	width:200px;
}

.buttonLink
{
	font-size:12px;
	color:#ff0000;
	text-decoration:underline;
	font-weight:bold;
}

.buttonLink:hover
{
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

.Heading
{
	font-weight:bold;
}

.smalLink
{
	color:#595959;
	font-size:12px;
}

.smalLink:hover
{
	color:#D82629;
	font-size:12px;
}
