#top 
{
	width: 750px;
	height: 119px;
}

body
{
	font-family: Arial Unicode MS, sans-serif;
	font-size: 10pt;
}

tr
{
	font-family: Arial Unicode MS, sans-serif;
	font-size: 10pt;
}

h1
{
	font-family: Arial Unicode MS, sans-serif;
	font-size: 12pt;	
}

#content
{
	width: 750px;
	background-image: url('bg.jpg');
	background-repeat: repeat-y;
}

#content_pane
{
	width: 750px;
}

#footer
{
	width: 750px;
	height: 40px;
	background-image: url('footer.jpg');
	background-repeat: no-repeat;
}

a:link {color: #000000; text-decoration: underline; }
a:active {color: #000000; text-decoration: underline; }
a:visited {color: #000000; text-decoration: underline; }