body	
{
	background-color: #D2CC7D;
	/*background-color: #dcdcdc;*/
	font-family: arial, helvetica, sans serif;
	font-size: x-small;
	color: #032a85;
	margin-top: 7px;
}

table
{
	font-size: x-small;
}

h1
{
	font-size: small;
	font-weight: bold;
}

h2
{
	font-size: x-small;
	font-weight: bold;
}

.white
{
	font-size: x-small;
	font-weight: bold;
}

#content, #content table	
{
	padding: 10px;
	padding-top: 20px;
	background-color: #032a85;
	color: #fff;
}

.beige
{
	background-color: #f0f0bf;
	font-size: x-small;
	padding-top: 20px;
	padding: 10px;
}

a:link, a:visited, a:hover, a:active
{
	text-decoration: underline;
	color: #f0f0bf;
}


#nav a:link, #nav a:visited, #nav a:active
{
	color: #032a85;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover
{
	color: #032a85;
	font-weight: bold;
	text-decoration: underline;
}

a:link.credit, a:visited.credit, a:hover.credit, a:active.credit
{
	color: #032a85;
}

.footer
{
	font-size: 80%;
}

.right
{
	float: right;
	margin-left: 10px;
}