body {
	background-color: #f3f3f3;
	color: #333;
	font-family: "Lucida Grande", Trebuchet, "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;	
	font-size: 0.85em;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.2em;
	margin: 0 0 20px 0;
	font-weight: bold;
	font-family: Lucida Grande, Trebutchet, Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-family: Lucida Grande, Trebutchet, Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #036;
	padding: 0;
	margin: 0 0 15px 0;
}

p {
	line-height: 1.5em;
}

a {
	outline: none;
}

a:link, a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #999;
	text-decoration: none;
}

h2 a:link, h2 a:visited {
	color: #069;
	text-decoration: underline;
}

h2 a:hover {
	color: #39f;
	text-decoration: none;
}

hr {
	color: #D6D9DC;
	background-color: #D6D9DC;
	height: 3px;
	border: none;
	margin: 15px 0 15px 0;
}


.header {
	background-color: #333;
	padding: 25px;
}

.header a {
	outline: none;
}

.header a:link, .header a:visited {
	color: #fff;
	text-decoration: underline;
}

.header ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.header li {
	display: inline;
	padding: 0;
	margin-right: 25px;
}

.header a.current {
	color: #ffcc00;
}


.content {
	padding: 25px;
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

th {
    text-align: left;
    background-color: #ccc;
    border-bottom: 2px solid #666;
    padding: 10px;
}

td {
    border: 1px solid #ccc;
    padding: 10px;
}