body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

td.copy {
	color: #DDDDDD;
	font-size: 9px;

}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #1556AF;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
  color: #0B2B59;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #aa9000;
	font-weight: bold;
}

a.hidden:link {
  color: #000000;
}

a.hidden:visited {
  color: #000000;
}

a.hidden:hover {
	color: #0000CC;
}

a.hidden:active {
  color: #000000;
}

#nav a {
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
}

#nav a:visited {
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
}

#nav a:hover {
	color: #000000;
	text-decoration: none;
	font-size: 12px;

}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

h1 {
	font-size: 8px;
	font-weight: 600;
	color: #dddddd;
}
h2 {
	font-size: 18px;
	font-weight: 500;
	color: #1556AF;
}
h3 {
	font-size: 15px;
	font-weight: 500;
	color: #1556AF;
	;
}
.bold {
	font-weight: bold;
}
