body
{
  background: rgb(134, 134, 134);
}

*
{
  font-size: 10pt; 
  font-family: Tahoma, Verdana, sans-serif; 
  color: #FFFFFF;
}

/* === Containers === */

.mytext
{
  margin-right:5px;
  color: #eeeeee;
  font-size: 8pt; 
  font-family: Tahoma, Verdana, sans-serif; 
}

.mytextitalic
{
  margin-right:5px;
  color: #eeeeee;
  font-size: 8pt; 
  font-family: Tahoma, Verdana, sans-serif; 
  font-style:italic;
}

.newsheader
{
  margin-right:5px;
  font-size: 9pt; 
  font-weight: bold;
  font-family: Tahoma, Verdana, sans-serif; 
  margin-bottom: 5px;
}


#maintable
{
	width:950px;
	height:600px;
	float: center;
	background-image: url('images/background.jpg'); 
	background-repeat: no-repeat; 
	background-position:  center; 
}

#copyrighttable
{
	width:950px;
	float: center;
}



#content-table
{
	border:0;
	width:900px;
	height:500px;
}

/* === Menu === */

#top-menu
{
	border:0;
	float:left;
	font-family: tahoma; 
	font-size: 8pt; 
	font-weight: bold;
	color: #FFFFFF; 
	margin-left: 35px;
	
}

#top-menu a
{
	text-decoration: none;
	font-size: 8pt;
	font-weight:bold; 
}

#top-menu a:link, #inline-menu a:visited
{
	color: #cccccc; 
	background-color: inherit ;
	text-decoration: none;
}

#top-menu a:hover
{
  
  color: #888888; 
  text-decoration: none;
}


#inline-menu
{
	margin-top:50px;
	line-height:150%; 
}

#menuselected
{
	margin-left: 15px; 
	color: #ffffff;
	text-decoration: none;
	font-size: 8pt;
	font-weight:bold; 

}

#inline-menu a
{
	margin-left: 15px; 
	display: block;
	width: 50px;
	text-align: left;
	text-decoration: none;
	font-size: 8pt;
	font-weight:bold; 
}

#inline-menu a:link, #inline-menu a:visited
{
	margin-left: 15px; 
	display: block;
	width: 50px;
	text-align: left;
	color: #000000; 
	background-color: inherit ;
	text-decoration: none;
}

#inline-menu a:hover
{
  color: #888888; 
  text-decoration: none;
}


