@charset "ISO-8859-1";
body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	color: #626850;
		margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/left-panel.gif);
	background-repeat: repeat-x;

}
.text {
	padding-right: 20px;
	padding-left: 20px;
}

a:link {
	color: #626850;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #626850;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #626850;
}

