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: #005AB4;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
  color: #002E5C;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #339933;
	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: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

#nav a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

#nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;

}
a.small {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

h1.small {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#course a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#course a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#course a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #0066CC;
	background-color: #0066CC;
}

h1 {
	font-size: 21px;
	font-weight: 600;
	color: #002E5C;
}
h2 {
	font-size: 18px;
	font-weight: 500;
	color: #002E5C;
}
h3 {
	font-size: 15px;
	font-weight: 500;
	color: #002E5C;
	;
}
.bold {
	font-weight: bold;
}
