@charset "utf-8";

body {
	background:url(../images/bg.gif);

	margin: 0px;
	margin-bottom: 20px;

	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-align: center;
}
a:active {
	outline: none;
}
a.nav_text:link, a.nav_text:visited, a.nav_text:hover, a.nav_text:active, a.nav_text:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	
	text-decoration: none;
	cursor: pointer;
}
.dotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #201645;
}
a.no_dec:link, a.no_dec:visited, a.no_dec:active, a.no_dec:visited:hover {
	color: #201645;
	text-decoration: none;
}
