@import url("css-reset.css");
@import url("lay-out.css");
html, body {
	height: 100%;
}
* {
	margin: 0;
}
body {
	background: #ffffff url(/images/repeat.jpg) repeat-x 0 0;
	color: #16506C;
	font: 11px/28px Arial, Helvetica, Geneva, sans-serif;
}
td {
	font-size: 11px;
}
th {
	font-size: 14px;
}
a {
	outline: none;
}
a:link, a:visited {
	color: #8a8484;
}
a:hover {
}
:focus {
	-moz-outline-style: none;
}
:focus {
	outline: 0;
}
