ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0px;padding:0px;  }
img, a img,:link img,:visited img { border: none; border:0px; margin:0px;padding:0px;}

form {
	
	margin:0px;
	padding:0px;
}

body 
{
  color:#ffffff;
  background:white;
  font-size:12px;
  font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
  letter-spacing:0.05em;
  margin:0px;
  padding:0px;
  font-weight:lighter;


}


	#dhtmltooltip{
		position: absolute;
		left: -300px;
		width: 150px;
		border: 1px solid #373737;
		padding-left: 5px;
		background-color: #595959;
		visibility: hidden;
		color:white;
		font-size:12px;
		z-index: 999;
		/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
		filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
		}

#dhtmlpointer{
		position:absolute;
		left: -300px;
		z-index: 101;
		visibility: hidden;
		
}	

input {
	
	color:#595959;
	font-size:15px;
	border:1px solid grey;
	padding:3px;
	
	
}

a, a:link, a:visited 
{
	color:#3F3B3B;
text-decoration:none;
}

a:hover img {
/*background: transparent url('color.png') no-repeat; */
	
}

.hoverlinkyellow a:hover
{
	
	background-color:#FFFFCC;
	color:black;
}



 a:hover
{
	
	background-color:#FFFFCC;
	color:black;
}

h1 
{
  font-size: 15pt;
  font-weight: bold;
}

p 
{margin:0 0 15px 0;}

a,a:visited 
{
	
}

h1 
{
  color:#7f0055;
  margin:0;padding:0;
  font-size:42px;
  font-weight:normal;
}

h1 a 
{text-decoration:none;}

h2 
{margin:0;}

h2 a 
{
  text-decoration:none;
  font-weight:normal;
  font-size:22px;
  color:black;
}

h3 
{
  font-size:20px;
  font-weight:normal;
  padding:0;
  margin:25px 0 5px 0;
  font-weight:bold;
}

h4 
{
  font-size:18px;
  font-weight:normal;
  z-index:0;
}	

code 
{
  color:#0080c0;
  font-size:13px;
  font-weight:bold;
}

ol, ul 
{
  padding:5px 0 5px 25px;
  margin:0;
}

ol li, ul li 
{
  margin:8px 0 8px 0;
}


p {
	width:500px;
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 10pt;
	}

 	/* REQUIRED KILLER ZEBRASTRIPES CSS */
	.taglist {
		margin-top:10px; margin-bottom:30px;
	}

	.taglist tbody tr td {
		font-family: "lucida grande", verdana, sans-serif;
		font-size: 8pt;
		padding: 3px 8px;
				color: black;

	}
	
	.taglist tbody tr.selected td {
		background-color: #3d80df;
		color: black;
		font-weight: bold;
	}
	/* REQUIRED KILLER ZEBRASTRIPES CSS */