	body {background-color: #ffffff; color: #000000;}
	body, td, th, h1, h2 {font-family: sans-serif;}
	pre {margin: 0px; font-family: monospace;}
	a:link {color: #000099; text-decoration: none;}
	a:hover {text-decoration: underline;}
	A:visited {color: #000099; text-decoration: none; }

	a.menu:link {color: #FFFFFF; text-decoration: none;}
	a.menu:hover {text-decoration: underline;}
	A.menu:visited {color: #FFFFFF; text-decoration: none; }

	table {border-collapse: collapse;}
		.center {text-align: center;}
		.center table { margin-left: auto; margin-right: auto; text-align: left;}
		.center th { text-align: center !important; }
	td, th { border: 1px solid #467BF2; font-size: 75%;}
	h1 {font-size: 125%;}
	h2 {font-size: 100%;}
		.p {text-align: left;}
		.e {background-color: #FDFDFE; font-weight: bold; color: #000000;}
		.h {background-color: #CCD2E3; font-weight: bold; color: #000000;}
		.v {background-color: #F2F2F2; color: #000000;}
	i {color: #666666; background-color: #cccccc;}
	hr {width: 600px; background-color: #cccccc; border: 0px; height: 1px; color: #000000;}
	input { border: 1px solid #000000; font-size: 75%;}
	select { border: 1px solid #000000; font-size: 75%;}
	textarea { border: 1px solid #000000;}
	password { border: 1px solid #000000; font-size: 75%;}
  
.mainDiv
{
  width:102px;
}
.topItem
{
  width:102px;
  height:22px;
  cursor:pointer;
  background: #467BF2;
  text-decoration: none;
  color: white; 
  font-weight:bold;
  font-family:"sans-serif";
 
}


.dropMenu
{
  background:#D9D9D9;
  border-top:1px solid #467BF2;
  border-left:1px solid #92B1F8;
  border-right:1px solid #92B1F8;
  border-bottom:1px solid #92B1F8;
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:5px;
   cursor:pointer;
   font-weight:bold;
   text-decoration:none;
   color:black;
}

.subItem a
{
   text-decoration:none;
   color:black;
}

.subItemOver
{
   cursor:pointer;
   color:blue;
   text-decoration:underline;
   font-weight:bold;
   padding-left:5px;
}

.subItemOver  a
{
   color:blue;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}


