	/* Kemplar 2.0 layout - kemplar.com */
	/* So you're the type of geek that looks at css code. A kindred spirit designed what you're looking at. Enjoy. If you find any bugs, let us know. */
	/* You may adapt elements of this CSS in your own projects, but the unique combination of images, colors, sizes, typography, positioning, and overall design is copyright 2004 Kemplar Inc and may not be reproduced. */ 


	/*  General */
	
body, {
	font-family: "Lucida Grande", Geneva, Verdana, Arial, sans-serif; 
	font-size: 8pt;
	background-color: #ffffff;
	margin: 0;
	text-align: center;
	}
	
a {
   color:#3333ff;
   font-size: 8pt;
   text-decoration: none; 
	}

a:visited {
   color:#f93;
   font-size: 8pt; 
   text-decoration: none; 
	}

a:hover {
   color: #ff6600;
   font-size: 8pt;
   text-decoration: underline; 
	}

a:active {
   color:#000000;
   font-size: 8pt;
   text-decoration: none; 
   }

td {
	font-family: "Lucida Grande", Geneva, Verdana, Arial, sans-serif; 
	font-size: 8pt;
	}
	
h1 {
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif; 
	font-size: 10pt;
	font-weight: bold;
	}
	
h2 {
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	}	
	
h6 {
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif; 
	font-size: 10pt;
	font-weight: bold;
	}

h1 a {
   color:#3333ff;
   font-size: 8pt;
   font-weight: bold;
   text-decoration: none; 
	}

h1 a:visited {
   color:#000000;
   font-size: 8pt; 
   font-weight: bold;
   text-decoration: none; 
	}

h1 a:hover {
   color: #ff6600;
   font-size: 8pt;
   font-weight: bold;
   text-decoration: underline; 
	}

h1 a:active {
   color:#000000;
   font-size: 8pt;
   font-weight: bold; 
   text-decoration: none; 
   }
   
h2 a {
   color:#3333ff;
   font-size: 8pt;
   font-weight: bold;
   text-decoration: none; 
	}

h2 a:visited {
   color:#000000;
   font-size: 8pt; 
   font-weight: bold;
   text-decoration: none; 
	}

h2 a:hover {
   color: #ff6600;
   font-size: 8pt;
   font-weight: bold;
   text-decoration: underline; 
	}

h2 a:active {
   color:#000000;
   font-size: 8pt;
   font-weight: bold; 
   text-decoration: none; 
   }

	/*  Side Navigation */

.side_links li {
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif; 
	font-size: 8pt;
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #ececec;
}
.side_links a {
	width: 140px;
	text-decoration: none;
	color: #000000;
	padding-left: 10px;	
	border-left: 3px solid #fff;
}
.side_links a:hover {
	color: #000000;
	font-weight: bold;
	border-left: 3px solid #8B0000;
	text-decoration: none;
}

.old_links li {
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif; 
	font-size: 6pt;
	color: #FFFFFF;

}
.old_links a {
	color: #FFFFFF;

}
.old_links a:hover {
	color: #FFFFFF;


}

	/*  Footer */

.copyright {
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif; 
	color: #999999;
	font-size: 6pt;
}
.copyright a {
	text-decoration: none;
	color: #999999;		
	font-weight: bold;
}
.copyright a:hover {
	color: #000000;
	font-weight: bold;   
	text-decoration: underline; 
}

