@charset "utf-8";
/* CSS Document */

body {
	margin:0; padding:0;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

a:link {
	color: #23789d;
	text-decoration: none;
	font-weight:100;
}
a:visited {
	color: #23789d;
	text-decoration: none;
	font-weight:100;
}
a:hover {
	color: #23789d;
	text-decoration: underline;
	font-weight:100;
}
a:active {
	color: #23789d;
	text-decoration: none;
	font-weight:100;
	
}

#tabletitle {
	background-image:url(../images/compare_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

