html, body {
    margin-left: auto;
    margin-right: auto;
    width:1028px;
	padding: 10px;
	font-size: 1em;
	font-family: Verdana, sans-serif;
	background-color:#FFF;
} 

html {
    background-color:#fff;
}

.italic{
  font-style: italic; 
}

.bold{
  font-weight: bold;
  color:#E2AD3B;
}

table {
	padding: 0;
	font-size: 1em;
	font-family: Verdana, sans-serif;
	background-color:#F7F7F0;
} 

.navheader {
	background-color:#fff;
	font-size: 1em;
	margin:10px 0;
} 

.navfooter {
	background-color:#fff;
	font-size: 1em;
	margin:10px 0;
} 

a {
	color: #8B90A6;
	text-decoration: none;
}

a:hover {
    text-decoration:underline;
    color: #8B90A6;
} 

h1 {
	font-size: 1.5em;
	color : #5C110F;
	margin: 30px 0 30px 0;
} 

h2 {
	font-size: 1.3em;
	color : #5C110F;
	margin: 15px 0 10px 0;
}

h3 {
	font-size: 1.1em;
	font-weight:bold;
	color : #5C110F;
	margin: 10px 0 5px 0;
}

h4 {
	font-size: 1.0em;
	font-weight:bold;
	color : #5C110F;
	margin: 10px 0 5px 0;
}

h5 {
	font-size: 1.0em;
	font-style:italic;
    color : #5C110F;
	margin: 10px 0 5px 0;
}
