@charset "UTF-8";
.sidebar {
	background-image: url(images/sidebar.gif);
	background-repeat: no-repeat;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
a:link {
	color: #0089D0;
	text-decoration: none;
}
a:hover {
	color: #0089D0;
	text-decoration: underline;
}
a:visited {
	color: #0089D0;
	text-decoration: none;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0089D0;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

