/* CSS Document */
@import url('header.css');
body {
	padding:0;
	margin:0;
}
#header {
	height:80px;
}
h2 {
	padding:0 0 0 20px;
	margin:10px 0 10px 10px;
	background:url(../images/ring.gif) no-repeat 0 center;
	color:#ABA78A;
	font-size:14pt;
	font-weight:bold;
}
table {
	background:#785A32;
}
th {
	background:#EBE3C7;
}
td {
	background:#fff;
}
a {
	color:#308B99;
}

a:hover{
	color:#f90;
	text-decoration:underline;
}
