@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: none;
	background-repeat: repeat-x;
	background-color: #F8FAF9;
	font-family: Tahoma, "Trebuchet MS",  Arial, sans-serif;
	font-size: 13px;
}

a:link, a:visited {
	text-decoration:none;
	border-bottom: 1px dotted #0033cc;
	padding: 0px 0px 1px 0px;
}

a:hover, a:visited:hover {
	text-decoration: none;
	border-bottom: 0px dotted #0033cc;
	padding: 0px 0px 1px 0px;
}
