a {
	text-decoration: none;
	/*background-color: white;*/
	color: blue;
	display: inline;
	font: 10pt Arial;
}
a:hover {
	text-decoration: none;
	background-color: #E1E1E1;
	color: red;
	display: inline;
	font: 10pt Arial;/*font-weight:bold;*/
}
h1 {
	background-color: white;
	letter-spacing: 2pt;
	font: 12pt Arial;
	color: #000080;
	font-weight:bold;
}
div#sidebar {
	width: 100px;
	height:auto !important;
	height-length: 100%;
	margin-right:20px;
	line-height: 700px;
	background: url(../images/bgrnd_cell.gif) 0 100%;
	float:left;/*margin-top: 80px;*/
	/*border-right: blue dashed 2px;*/
	
}
