﻿body 
{
	background-color: #cccccc;
	color: #252891;
	font-size: 12px;
	font-family: Arial;
}

#webSite
{
	width: 800px;
	background-color:White;
	
}

.bottomPageClass
{
	color:White;
	width:100%;
	height:21px;
}

.bottomPageContentAreaClass
{
	background-color: #666666;
	width:100%;
	height:24px;
}

#ContentPage
{
	width:92%;
	height:100%;
	text-align:justify;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	border: 2px #CCCCCC solid;
}

a
{
	color:Black;
	text-decoration:none;
}

a.linkClass:hover
{
	color:#252891;
}
.smallText
{
	font-size: 7pt;
}
	
