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

body,td,th {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: medium;
	color: #000;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#logo img {
	padding-left: 20px;
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav img {
	padding-right: 16px;
	padding-left: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#nav {
	padding-bottom: 15px;
}
#copyright {
	font-size: small;
	float: right;
	text-align: right;
	width: 780px;
	padding-top: 10px;
	padding-bottom: 15px;
}
#copyright a {
	font-size: small;
}
a {
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #999;
}
