

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

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





/* 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;
}

/* links */

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


