body
{
	font: 15px/20px Times New Roman, Serif;
	text-align: center;
	background-color: #999999;
}

table
{
	margin: auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	border: 2px solid #000000;
}
img
{
	border: none;
	margin: none;
	padding: none;
}
td img 
{
}

td.body
{
	padding: 20px;
}
span.list_title
{
	font-size: 1.2em;
	text-transform: uppercase;
}
ul
{
	margin: none;
	margin-top: 5px;
	margin-bottom: 15px;
}
a
{
	color: #0000CC;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:visited
{
	color: #666666;
	text-decoration: none;	
}
a:visited:hover
{
	text-decoration: underline;	
}
div#address
{
	text-align: center;
	font-weight: bold;
	margin:20px;
	margin-bottom: 5px;
}
div#contact
{
	text-align: center;
	font-size: 0.9em;
	margin:20px;
	margin-top: 5px;
}
p#about
{
	font-size: 1.2em;
}

.footer
{
	text-align: center;
	font-size: 0.6em;
}