@charset "UTF-8";
/* CSS Document */
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	color: #eaeaea;
}
h1 a {
	color: #fff;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	padding: 0 10px 8px 0;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.8em;
	color: #666;
	text-transform: lowercase;
	font-variant: small-caps;
}
p {
	font-size: 1.3em;
	line-height: 1.4em;
	padding: 5px 0 10px 0;
}
p.copyright {
	text-align: right;
	color: #aaa;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	padding: 20px 0 10px 15px;
}
address {
	font-size: 1.3em;
	line-height: 1.4em;
	padding: 10px 0;
}
a {
	text-decoration: none;
	color: #BB9322;
}
a:hover {
	text-decoration: underline;
}
/*  Lists  */
ul {
	list-style: square;
	padding-left: 15px;
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 10px;
}
#leftColumn ul li {
	padding: 3px 0;
}
/*  Tables  */
table {
	border-collapse: collapse;
	width: 100%;
	padding-bottom: 5px;
	margin: 0 0 10px 0;
}
caption {
	background: #aaa;
	color: #fff;
	padding: 10px;
	font-size: 1.3em;
	text-transform: lowercase;
	font-variant: small-caps;
}
td, th {
	padding: 10px 8px;
	font-family: Verdana, Geneva, sans-serif;
}
th {
	background: #DDDDDD;
	border-bottom: 2px solid #666666;
	font-weight: bold;
	font-size: 1.2em;
}
td {
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.1em;
}
tr:hover {
	background: #f0f0f0;
	color: #333;
}

