H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: black;
	text-align: center;
}

H1.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #1B1463;
	text-align: left;
	margin: 15px 5px 5px 5px;
}

H1.title2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #1B1463;
	text-align: left;
	margin: 5px 5px 5px 5px;
}

H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-align: center;
}

H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-align: center;
}

H4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: black;
	text-align: center;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-align: justify;
}

td.bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1B1463;
	text-align: center;
}

#button {
	border-right: 2px solid #bfbfbf;
	border-top: 2px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: white;
	width: 115px;
	color: #1B1463;
	text-align: left;
	}
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li {
		border-bottom: 1px solid #bfbfbf;
		margin: 0;
		}
#button li a {
		display: block;
		padding: 2px 2px 2px 0.5em;
		border-left: 5px solid #bfbfbf;
		background-color: white;
		color: #1B1463;
		text-decoration: none;
		width: 100%;
		}

html>body #button li a {
		width: auto;
		}

#button li a:hover {
		border-left: 5px solid #bfbfbf;
		background-color: #1B1463;
		color: white;
		}
