﻿body 
{
	font-family: Calibri, Arial, Helvetica;
	color: #333333;
	background-color: #f3f5fb;
	background-image: url(background-tile.gif);
	background-repeat: repeat-x;
}
h1 
{
	background-color: #663399;
	color: White;
	font-size: 14pt;
	padding: 4px 4px 4px 4px;
	margin: -9px -10px 0px 0px;
}
h2
{
	font-size: 14pt;
}
h3
{
	font-size: 12pt;
	color: #663399;
}
p
{
	margin: 6px 0px 12px 0px;
}
.bodyContent 
{
	padding: 10px 10px 10px 10px;
	font-size: small;
	word-spacing: 2px;
}
.greyBox {
	background-color: #dddddd; 
	border-bottom: solid 1px #bbbbbb; 
	border-right: solid 2px #bbbbbb;
	text-align: center;
}
.header 
{
}
.header A
{
	color: #444444;
	text-decoration: none;
}
.header A:hover 
{
	color: #663399;
	text-decoration: underline;
}
.footer 
{
	color: #444444;
	font-size: smaller;
	padding: 10px 10px 10px 10px;
}
.footer A
{
	color: #663399;
	text-decoration: none;
}
.footer A:hover 
{
	text-decoration: underline;
}
.footer A:active 
{
	color: #000000;
}
.sideBarText 
{
	font-size: small;
}
.smallerText
{
	font-size: smaller;
}
.sideBar 
{
	float: right;
	table-layout: fixed;
	text-align: right;
	background-color: #dddddd;
	border-bottom: solid 1px #bbbbbb; 
	border-right: solid 2px #bbbbbb;
	width: 150px;
	padding: 4px 4px 4px 4px;
	margin: 4px 4px 4px 4px;
}