body {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2 {
	font-family: Times, serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #003366;
}

h2{
 font-size: 110%;
 color: #003366;
 padding-left:"0.1em";
 border-left: 1em solid #0066ff;
 border-bottom: 1px solid #0066ff;
}

ul{
 list-style-type: square;
}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}

#footer {
	font-size: 10px;
	color:#666666;
	text-align:center;
}


