﻿#body	{
	margin: 10px;
	background-color: #CCCCFF;
	font-family: Tahoma;
	font-size: large;
}

#maintable	{
	border-width: 0px;
	padding: 10px;
	border-collapse: collapse;
	background-color: #FFFFCC;
	width: 960px;
	height: 100%;
}

#buttontable	{
	width: 725px;
	height: 30px;
	vertical-align: middle;
	text-align: center;
}

#logo	{
	vertical-align: middle;
	text-align: center;
	width: 200px;
	height: 110px;
}

#topcell	{
	width: 760px;
	height: 35px;
	text-align: center;
	vertical-align: bottom;
}

#topcellnw	{
	width: 960px;
	height: 35px;
	text-align: center;
	vertical-align: middle;
}

#buttoncell	{
	text-align: center;
	vertical-align: middle;
	height: 50px;
	width: 760px;
}

#leftcell	{
	text-align: center;
	vertical-align: top;
	font-size: xx-small;
	width: 200px;
}

#textcell	{
	text-align: left;
	vertical-align: top;
	width: 760px;
	padding: 10px;
}

#textcellnw	{
	text-align: left;
	vertical-align: top;
	width: 960px;
	padding: 10px;
	font-size:small;
}

#footer	{
	text-align: center;
	vertical-align: middle;
	width: 960px;
	height: 40px;
}

.lightgreen	{
	background-color: #99FF99;
}

.darkblue	{
	color: #000080;
}

.font24	{
	font-size: xx-large;
	font-weight: bold;
}

.font18	{
	font-size: x-large;
	font-weight: bold;
}

.texttitle	{
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	color: #008000;
	margin-top: 15px;
}

.textenhance	{
	font-size: x-large;
	color: #000080;
}

.font12	{
	font-size:medium;
}

.font10 {
	font-size: small;
}

.centretext {
	text-align: center;
}