/* BODY styles */
body {
	background-color: #0066CC;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;

}

/* PARAGRAPH styles */
p {
  text-align: left;
  margin-top: 0px;
  margin-bottom: 5px;
}
p.centered {
  text-indent: 0px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}
p.header {
  text-indent: 0px;
  text-align: left;
  font-size: 120%;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 10px;
}
p.indented {
  text-indent: 25px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 5px;
}
p.menu {
	text-indent: 0px;
	text-align: center;
	font-size: large;
	font-style: normal;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
p.title {
  text-indent: 0px;
  text-align: center;
  font-size: 160%;
  font-style: italic;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}
p.trail {
	text-indent: 0px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 80%;
	color: #000000;
}

/* TABLE styles */
table {
	background-color: #FFFFFF;
	padding: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
}
td {
	border: none;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}


/* LINK styles */
a {
  color: #0066CC;
  text-decoration: none;
}
a:hover {
  color: #FF0000;
  text-decoration: underline
}
a.menu {
  color: #0066CC;
  text-decoration: none;
}
a.menu:hover {
	color: #FF0000;
	text-decoration: underline;
}

/* Image Styles */
img.bordered {
	text-align: center;
	border: thin solid #000000;
}
