/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333366;
	font-weight: 300;
	background-color: #FFFFFF;
	line-height: 120%;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333366;
	font-weight:300;
	line-height: 130%;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333366;
	font-weight:	bold;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333366;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333366;
	font-weight:	bold;
	text-decoration: none;
}
a:hover {font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF00FF;
	font-weight:	bold;
	text-decoration: none;
	}
a:active {font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF00FF;
	font-weight:	bold;
	text-decoration: none;
	}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333366;
	font-style: normal;
}
    
.italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
	color: #333366;
} 
    
    .menu {
	width: auto;
	float: right;
	padding: 0.1em 2em 0.1em 0.5em;
	cursor: default;
    }
    
    .menu ul {
      display: none;
      position: absolute;
      background-color: #FFFFFF;
      color: #333333;
      list-style: none;
      margin: 0 0 0 0;
      padding: 0;
    }
	
    
    .menu ul li {
      display: block;
      padding: 0;
	  text-align: left;
    }
    
    div.menu:hover ul {
      display: block;
      margin: 0;
      padding: 0;
    }

    div.menu ul li:hover {
      background-color: #FFFFFF;
    }

