@charset "UTF-8";
/* CSS Document */
<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#222222;
}
body {
	background: #d2fefc;	
	margin: 10px;
	padding: 0;
}
a {
	font-size: 13px;
	color: #0000CC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990066;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a img{
	border:0px;
	display: block;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
#sidebar_rt img{
	border:solid 2px #a9a1c2;
}
#footer a:link {
	color: #333333;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color:#333333;
}
#footer a:hover {
	text-decoration: none;
}
#footer a:active {
	text-decoration: none;
}
#footer a img {
	border:none;
}
-->
