@charset "UTF-8";
.bg {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.border_menu {
	border: thin solid #CCCCCC;
}
body {
	background-color: #DAEAEF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
a:link {
	color: #0961A8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0961A8;
}
a:hover {
	text-decoration: underline;
	color: #FD7D00;
}
a:active {
	text-decoration: none;
}