body {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

#header-print {
display: none;
}


td {
	font-size: 14px;
}

#container {
	margin: 10px auto;
	width: 600px;
	text-align: left;
}

#header {
	border-bottom: 1px solid gray;
	margin-bottom: 10px;
}

#menu {
	position: relative;
	font-weight: bold;
}

#main {
	margin-top: 55px;
}

#footer {
	color: gray;
	font-size: 11px;
}

em {
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	color: #577a9b;
}



h1#title {
	margin: 0;
	font-size: 39px;
	letter-spacing: 0.1em;
	color: #de4040;
}

h1#title a {
       text-decoration: none;
	color: #de4040;
}


h1#subtitle {
	margin: 0 0 10px 0;
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #de4040;
	line-height: 20px;
	font-weight: normal;
}

h2 {
	font-size: 24px;
	margin-top: 13px;
	margin-bottom: 3px;
}

h3 {
	font-size: 18px;
	margin: 13px 0 1px 0;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 4px 0;
}

img {
	border: 1px solid black;
	margin: 5px 0;
}

p {
	margin: 0 0 4px 0;
}

hr {
	size: 1px; 
	height: 1px; 
	border: 0;
    width: 100%;
	background-color: black;
	color: black;
}


a {
	color: gray;
}


#menu a {
	font-size: 13px;
	font-weight: normal;
	color: gray;
	
	text-decoration: none;
}

#menu a:hover {
	color: silver;
}

h4 b, p b {
  font-size:13px;
}

p b.home, p b.home b {
  font-size:14px;
}


th {
 font-weight: normal;
 vertical-align: top;
 text-align: right;
}