﻿
body
{
	background-color: #cccc66;
}
.headerBackground
{
    border-top: black 1px solid;
    border-bottom: black 1px solid;
    height: 30px;
    background-color: #66cccc;
}
.homeCell
{
	vertical-align: middle;
	text-align: center;

}
.homeLink
{
	font-weight: bold;
	cursor: hand;
	color: black;
	text-decoration: none;
	font-family: Arial;
	font-size: 10pt;
}
.homeImage
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
