﻿body		
{
	background-color: #F6E8BC;
	font-family: tahoma;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

div#main
{
	background-color: White;
	margin: 0 auto;
	text-align: left;
	width: 782px;
}

.header
{
	color: Maroon;
	font-size: 12pt;
	font-weight: bold;
}

.homePage
{
	background-color: White;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
	width: 784px;
}

.imageBody
{
	border: solid 1px black;
}

.link
{
	color: Blue;
	text-decoration: none;
}

.linkSmall
{
	color: Blue;
	font-size: 8pt;
	text-decoration: none;
}

.main
{
	position: relative;
}

.pages
{
	background-color: White;
	border-left: solid 1px black;
	border-right: solid 1px black;
	width: 784px;
}

.textSmallBold
{
	font-size: 8pt;
	font-weight: bold;
}
