h1 {
	font-family: Trebuchet MS, Verdana, Tahoma, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #005AAD;
}

p {
	font-family: Trebuchet MS, Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: justify;
}

li {
	font-family: Trebuchet MS, Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: justify;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 30px 25px;
}

th {
	font-family: Trebuchet MS, Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	color: #005AAD;
	font-weight: bold;
	text-decoration: underline;
}

td {
	font-family: Trebuchet MS, Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	color: #000000;
}

a:link {
	font-family: Trebuchet MS, Verdana, Tahoma, sans-serif;
	color: #00AD52;
	text-decoration: underline;
}

a:hover {
	font-family: Trebuchet MS, Verdana, Tahoma, sans-serif;
	color: #00AD52;
	text-decoration: none;
	cursor: nw-resize;
}

a:active {
	font-family: Trebuchet MS, Verdana, Tahoma, sans-serif;
	color: #000000;
	text-decoration: none;
}

a:visited {
	font-family: Trebuchet MS, Verdana, Tahoma, sans-serif;
	color: #00AD52;
	text-decoration: none;
}

.bottomNav {
	font-family: rebuchet MS, Verdana, Tahoma, sans-serif;
	font-size: 8pt;
	text-align: center;
}

td.title {
	font-family: Trebuchet MS, Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	color: #00AD52;
	font-weight: bold;
}

#header {
	position: relative;
	width: 700px;
	height: 135px;
	top: 0px;
	margin: -8 auto;
	padding: 0px;
	border: 0px;
	background-color: #005AAD;
}

#content {
	position: relative;
	width: 680px;
	height: auto;
	margin: auto;
	padding-top: 9px;
	padding-left: 9px;
	padding-right: 9px;
	border-left: 1px;
	border-left-style: solid;
	border-left-color: #005AAD;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #005AAD;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005AAD;
	background: #FFFFFF;
}
