* {
	color: #333333;
}

h {
	font-family: sans-serif;
	text-align: center;
}
h1 { font-size: 1.1em; }
h2 { font-size: 1.0em; }
h3 { font-size: 0.9em; }
h4 { font-size: 0.8em; }

a {	color: #05395f; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }
a:focus { text-decoration: underline; }

td, th {
	padding: 0.5em;
	font-size: 0.8em;
}
th {
	text-align: justify;
}

ul.list {
    margin-left: 1em;
	padding-left: 1em;
	font-size: 0.9em;
}

#page {
	margin: 20px;
	font-size: 1.0;
	font-family: serif;
}
#logo {
	height: 50px;
	margin-bottom: 3em;
}

#header {
	font-size: 1.0em;
	text-align: left;
	margin-bottom: 3em;
	border-bottom: 1px solid #05395f;
}
#header a {
	padding: 0em 1em;
}
#header a.current {
	font-weight: bold;
	text-decoration: none;
}

#footer {
	border-top: 1px solid #05395f;
    margin-top: 3em;
	text-align: center;
	font-size: 0.7em;
}

