/* CSS Document */
 body 
  {
    font-family: Arial;
	height:100%;
	width:100%;
	padding:0;
	margin:0;
  }
  html{_padding-bottom:20px;}
#menu a
  {
	font-size: 90%;
	font-style: oblique;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
  }
#menu a:hover {
	font-style: oblique;
	font-weight: normal;
}

.text
{
	font-size: 90%;
	font-style: oblique;
	font-family: Arial;
	font-weight: bold;
	color: #A88E1C;
	text-decoration: none;
}

p
  {
    font-family: arial;
	font-size: 9pt;
	margin-bottom: 0;
	margin-top: 0;
  }

.font
 {
 font-size: 90%;
 font-style: oblique;
 font-family: Arial;
 font-weight: bold;
 color: #FFFFFF;
 text-decoration: none; 
 }
 #container{position:relative; top:20px; margin:0 auto; visibility:hidden;}