	BODY {
	topmargin: "0";
	font-family: sans-serif, Arial, Helvetica;
  font-size: 10pt;
  color: #000000;
  background-color: #000000;
  scrollbar-face-color: #fff6d8;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-3dlight-color: #EDEDED;
  scrollbar-darkshadow-color: #CCCCCC;
  scrollbar-shadow-color: #626B59;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-track-color: #000000;
}

a:hover {
  text-decoration: none;
  background-color : #FF3300;     
  a: active;
}

A:link		{ color:#000000; }
A:visited	{ color:#CC3300; }
A:hover		{ color:#FFFFFF; }

a {
  text-decoration: none;  
  font-family: Arial, Helvetica, sans-serif;  
  font-weight: normal;
  font-size: 8.65pt;
}

P {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000000;
}

LI {
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000000;
}

DIV {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

TEXTBOX {
  background-color: #FFFFFF;
  border-top: 1px #000000 solid;
  border-right: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
  border-left: 1px #000000 solid;
} 

  
TEXTAREA {
  background-color: #FFFFFF;
  border-top: 1px #000000 solid;
  border-right: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
  border-left: 1px #000000 solid;
} 

SELECT {
  background-color: #FFFFFF;
  border-top: 1px #000000 solid;
  border-right: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
  border-left: 1px #000000 solid;
}

INPUT {
  background-color: #FFFFFF;
  border-top: 1px #000000 solid;
  border-right: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
  border-left: 1px #000000 solid;
}

H1 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 19pt;
	font-style: normal;
	color: #fff6d9;
	font-weight: normal;
	display: block;
}


H2 {
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 16pt;
  font-style: lighter;
  color: #CC3300;
  font-weight: normal;
	display: block;
}

H3 {
  font-family: Arial, Helvetica,  sans-serif;
  font-size: 11pt;
  color: #333333;
  }
  
H6 {
  font-family: Arial, Helvetica,  sans-serif;
  font-size: 8pt;
  color: #336699;
  }  

TT {
    font-size: 9pt;
  color: #000000;
  }  
  
SUP {
  color: #000000;
   font-size: 8pt;
}

TABLE {
  border-collapse: collapse;
}

TABLE.dot {
	BORDER-RIGHT: #646464 1px dotted; BORDER-TOP: #646464 1px dotted; BORDER-LEFT: #646464 1px dotted; BORDER-BOTTOM: #646464 1px dotted; BORDER-COLLAPSE: collapse
}
/* menu css 
---------------------------------*/

ul.menu, ul.menu ul {
	padding: 0;
	margin: 0;
	border: 0;
}

ul.menu li {
	list-style-type: none;
	list-style-image: url(images/pixel.gif);
	list-style-position: outside;
	width: 100%;
	position: relative;
	font: 12px verdana, arial, sans-serif;
	background-color: #000000;
	border: 0;
	margin:0;
	padding:0;
}

ul.menu li ul {
	display: none;
	position: absolute;
	top: 28px;
	left: 0px;
	z-index: 2;
}

li.sub {
	background: url("images/sub.gif") no-repeat right; 
	border: 0;
	margin: 0;
	padding: 0;
}
li.sub ul li {
	position: relative;
	margin: -1px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	border: 1px solid #000000;
	white-space: nowrap;
	width: 160px;
	font-size: 8pt;
}
li.subsub {
	background: url("images/sub.gif") no-repeat right; 
	margin: -1px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	border: 1px solid #000000;
}
li.subsub ul li{
	position: relative;
	top: -8px;
	left: 10px;
	width: 160px;
	z-index: 100;
	margin: -1px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	font-size: 8pt;
	border: 1px solid #000000;
}

li.sub ul li:hover {
	background: #FF3300;
	border: 1px solid #000000;
}
ul.menu li:hover {
	background: #000000;
}

ul.menu li:hover>ul {
	display: block;
}

ul.menu li a {
	text-decoration: none;
	display: block;
	width: 100%;
	font-weight: normal;
}

ul.menu li  a:link {
	color: #BBBBBB;
	font-weight: normal;
}

ul.menu li  a:visited {
	color: #BBBBBB;
	font-weight: normal;
}

ul.menu li  a:hover {
	color: #BBBBBB;
	font-weight: normal;
}
	
ul.menu li.hover {
	font-weight: normal;
	background: #000000;
}
li.sub ul li.hover {
	background: #FF3300;
}
