body 
  { 
  	margin: 0px 0px 0px 0px;
  	text-align: center;
  	font-family: Verdana, Arial, Helvetica;
  	font-size: 11px;
  	
  	background-image: url(../interface/page_bg.gif);
  	background-position: center;
  	background-repeat: repeat;
  }

.menu_left, a.menu_left:link, a.menu_left:active, a.menu_left:visited, a.menu_left:hover
	{
		font-family: Verdana, Arial, Helvetica;
  	font-size: 11px;
  	color: #000000;
  	margin-left: 23px;
  	line-height: 13px;
  	text-decoration: none;
	}

a.menu_left:hover
	{
		color: #ffffff;
		text-decoration: underline;
	}

.head_left, a.head_left:link, a.head_left:active, a.head_left:visited, a.head_left:hover
	{
		font-family: Verdana, Arial, Helvetica;
  	font-size: 14px;
  	font-weight: bold;
  	color: #ffffff;
  	margin-bottom: 0px;
  	text-decoration: none;
	}
	
.menu_right, a.menu_right:link, a.menu_right:active, a.menu_right:visited, a.menu_right:hover
	{
		font-family: Verdana, Arial, Helvetica;
  	font-size: 11px;
  	color: #000000;
  	margin-left: 20px;
  	line-height: 13px;
  	text-decoration: none;
	}
	
a.menu_right:hover
	{
		color: #ffffff;
		text-decoration: underline;
	}

#marquee
	{
		font-family: Verdana, Arial, Helvetica;
  	font-size: 11px;
  	color: #ffffff;
		top: 8px;
		left: 400px;
		margin-top: 8px;
	}

bg_menu_left
	{
		background-image: url(/interface/menu.jpg);
		background-repeat: no-repeat;
		background-position:top left;
	}

bg_menu_right
	{
		background-image: url(/interface/links.jpg);
		background-repeat: no-repeat;
		background-position:top left;
	}