﻿html
{
	height:93%;
	overflow-y:scroll;
	overflow-x:hidden;
	margin: 0 0 0 0;
}
body 
{
	font-family:Arial, Helvetica, sans-serif;
	color: #303030;
	background-color:#a3a3a3;
	margin: 0 0 0 0;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-align:justify;
	height:100%;
}

.paragraphBody
{
	/*font-family:Verdana, Georgia, Geneva, verdana, arial, sans-serif;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #303030;
	margin: 0 0 0 0;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:200;
	font-size:2em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-align:left;
}

h2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #303030;
	margin: 0 0 0 0;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	font-weight:bold;
	text-align:left;
}	

.footerText 
{
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0 0 0 0;
	font-size: 1em;
	letter-spacing: 0.1em;
	line-height: 2em;
	text-align:center;
}

a:link
{
	color:#003366;
	text-decoration:none;
}

a:visited
{
	color:#003366;
	text-decoration:none;
}

a:hover
{
	color:#003366;
	text-decoration:underline;
}

a:active
{
	color:#000066;
}

.footerText a:link
{
	color:#FFFFFF;
	text-decoration:none;
}

.footerText a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}

.footerText a:active
{
	color:#FFFFFF;
	text-decoration:underline;
}

.footerText a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}


