body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color:#CCCCCC;
}

.footer{
	text-align:center;
	font-size: small;
}

img.scene{
	float:left;
	padding: 4px 4px 4px 4px;
}

.header{
	text-align:center;
	font-size: large;
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.bold{
	font-weight: bold;
}

table.main{
	width: 100%;	
	height: 100%;
}

td.sidebar{
	width: 170px;
	vertical-align: top;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	color: #003399;
	border-style: dotted;
	border-color:#003399;
	border-width: 1px;
	text-align: center;
}

div.para
{
	padding: 5px 5px 5px 5px;
}

div.navlinks{
	text-align:left;
	font-size: 10pt;
}

a:link 
{	
	text-decoration: underline;
	color: #336600;
}

a:hover {
	text-decoration: none;
	color: #990000;
}

a:visited 
{	
	text-decoration: underline;
	color: #666666;
}

a:visited:hover
{	
	text-decoration: normal;
	color: #666666;
}
