/*body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.9em;
}*/

p {
  line-height: 1.5em;
}

ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 15em;
  width:230px;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
  width:230px;
}

ul#menu li a {
  background: #333;
  color: #fff;	
  padding: 0.5em;
  
}

ul#menu li a:hover {
  background: #000;
}

ul#menu li ul li a {
  background: #ccc;
  color: #000;
  padding-left: 20px;
}

ul#menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }


#icowrapper {
	width:700px;
	margin:40px auto auto auto;
	padding-bottom:40px;
	}
	
#icowrapper ul li {
	list-style:none;
	text-align:center;
	margin:0 14px 35px 0;
	width:152px;
	float:left;
	display:block;
	}
#icowrapper ul li a{
	text-transform:uppercase;
	text-decoration:none;
	line-height:20px;
	font-weight:bold;
	color:#666666;
	}
#icowrapper ul li a img{
border:0px;
}
#icowrapper ul li a:hover{
	color:#000;
	}	

	/* data table */
.dataTable, .datatable { border-collapse:collapse; margin:.5em 0 1em; border:solid 1px #d8d8d8; }
* html .dataTable { width:99%;}
* html .datatable { width:99%; }
.dataTable td, .datatable td  { padding:.33em .4em; border:solid 1px #d8d8d8;font-size:14px; }
.dataTable th, .datatable th, .dataTable thead td, .datatable thead td { font-weight:bold; border-bottom:solid 1px #666; }

.dataTable td.width30 { width:30%; }
.dataTable td.width10 {	width:10%; }
.dataTable td.width25 { width:25%; }