

body{
margin:0; 	padding: 0;
font-size:10pt;
	font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
margin:0;
padding:0;
color:#666666;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size:14pt;
	padding: 10px 10px 5px 10px;
	color: #666666;
	border-bottom: 1px solid #cccccc;	
}
h2 {
	font-size:12pt;
	border-bottom: 1px solid #CCCCCC;	
}
h3 {
	font-size:10pt;
	color: #666666;
}



/* table */
table {
font-size:10pt;
font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
}

td {
vertical-align:top;
}

ul li {
	list-style-image: url(../webimages/arrow.gif); 
}

code {
  margin: 1px 1px;
  padding: 15px;
  display: block;
  overflow: auto;  
font-size:10pt;
font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;  /* white-space: pre; */
  border: 1px solid #000000;  
  background: #F4F8FD;
}





/* Old Styles
.subnav { 
	font-family: Verdana;
	color : #666666;
	font-size: 8pt;
	font: bold;
} 

.greylink {
	font-family: Verdana;
	color: #000000;
	font-size: 8pt;
} 

.header {
color: #666666;
font-size : 14pt;
font-family : Verdana;
font : bold;
letter-spacing: 2px; }*/








/* links */

a {
	text-decoration: none;
	color: #000066;
	
}
a:hover {
	text-decoration:underline;
	color: #CC9900;
}