/* Pretty simple stylesheet for CSS: adjust font-family, color, background-color to taste */
body{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	font-weight: lighter;
}

h1,h2,h4,h5,h6 {
	color:#033873;
	margin: 0em;
	font: bold 21px "Trebuchet MS", Arial, sans-serif;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
}
h1 {
	color:#033873;
	margin: 0em;
	font: bold 21px "Trebuchet MS", Arial, sans-serif;
	padding-top: 2px;
	padding-right: 0px;
	margin-bottom: 10px;
}
h3 {
font: bold 15px "Trebuchet MS", Arial, sans-serif;
margin: 0;
padding: 0;
}
table {font-size:100%} /* Fixes IE inheritance failure */
th, td {vertical-align:top;}
a {
	text-decoration:underline;
	color: #033873
} /* adjust to taste */
a:hover{
	color:#033873;
	text-decoration:none;
}
p {padding: 5px; }
hr {color:darkblue; background-color:blue;} /* adjust to taste */

/* Tidy up tables pasted in from MS Word */
.MsoNormalTable, .MsoTableGrid {width:auto !important; border-collapse: collapse!important;}
.MsoNormalTable *, .MsoTableGrid * {width:auto !important; padding:.5em !important; margin:0 !important; }

