/* TYPOGRAPHY */
p {margin: 0 0 1.5em; 
	         font-family: times new roman,times,serif}
h1, h2, h3, h4, h5     {letter-spacing: -1px;
	                      font-family: arial,verdana,sans-serif;
	                      margin: 1.2em 0 .3em;
	                      color:#000;
	                      padding-bottom: .1em;}
	                      
h1 {font-size: 1.3em; margin-top:.6em; color: #006600; margin-left:4px;
}
.h1hdr { margin-left: 10px; color: #000000; }
h2 {font-size: 1.2em; color: #006600;}
h3 {font-size: 1.1em;}
h4 {font-size: 1.05em;}
h5 {font-size: 1em;}
h6 {letter-spacing: -1px;
	  font-family: arial,verdana,sans-serif;
    font-size: 1em;
    font-weight: normal;
	  margin: 0em 0 0em;
	  color:#000;
	  padding-bottom: .1em;
}
p {font-size: 1.0em;}
.smallp { font-size: .93em; 
	        margin: 0px 0 0 0; 
	        padding: 0 0 0 0}
.copyright { font-size: .93em; color:#878787;}
.otherlinks { font-size: .93em; color:#339900;}
.linkspan { font-size: .93em; color:#339900;} 

ul {
	list-style-type: square;
	margin-left: 15px;	
}

li {
	
}	

a {
font-family: arial;	
text-decoration: none;
color: #996699; 
}
a.footerlink
{
	color: #339900; 
	font-weight: bold;
}	
a.aflush
{
color: black; 
}
 
a:link { color: blue; } 
a:visited { color: blue; } 
a:active { color:blue; } 
a:hover { text-decoration: none;  
          color: blue; 
          font-weight: bold;
} 
	
img {
border: none; 
}

.codesnippet
{
font-family: courier new, courier;
color: #555;
font-size: .95em; 
margin-left: 20px;
margin-right: 130px;
border-top:1px solid #000;
border-bottom:1px solid #000;
}

pre {
	font-size: 12px;
	color: black
	padding: 0;
	margin: 0;
	background: #f0f0f0;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 20px; /*--Height of each line of code--*/
	background: url(pre_code_bg.gif) repeat-y left top; /*--Background of lined paper--*/
	width: 600px;
	overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
	overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
}
pre code {
	margin: 0 0 0 40px;  /*--Left Margin--*/
	padding: 18px 0;
	display: block;
	color: black
}
