div.show
{
	visibility:visible;
}
div.hide
{
	visibility:hidden;
}
body.one
{
	background: url('pageBackground1.jpg') repeat-x #243D5B;
}
body.two
{
	background: url('pageBackground2.jpg') repeat-x #2A4563;
}
body.three
{
	background: url('pageBackground3.jpg') repeat-x #4882C1;
}
table.one 
{
	border-collapse: collapse;
}
table.two 
{
	border-collapse: collapse;
	border-color: #666666;
	border-style: solid;		
}
td.title
{
	background: url('headerback2.jpeg') repeat-x;
	text-align:center;
	text-valign:middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.7em;
	height: 25px;
	color: #000000;
}
td.footer
{
	background: url('footer_5.gif') repeat-x;
	text-align:center;
	text-valign:middle;
}
span.heading1
{
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:.5em;
	height: 14px;
	text-valign:middle;
}
td.navigation
{
	background: url('navigationback.jpeg') repeat-y;
	text-align:left;
	vertical-align:top;
}
td.navbottom
{
	background: url('headerback.jpeg') repeat-x;
	text-align:left;
	vertical-align:top;
}
a.navigation
{
	font: bold 14px arial;
	color: black;
	text-decoration: none
}
td.copyright
{
	font: 10px arial;
	color: white;
	text-decoration: none
}
td.formInput
{
	font: 12px arial;
	color: black;
	text-decoration: none
}
