@charset "UTF-8";
  /* reset styles */
  html, body, div, h1, h2, h3, h4, h5, h6,
 p, blockquote, pre, address,
 ul, ol, li, dl, dt, dd,
 table, th, td, form, fieldset {
   margin: 0;
   padding: 0;
 }

  /* base styles */
a, a:link, a:visited {
	color: #0033FF;
	background-color: transparent;
	text-decoration: none;
}
a:hover, a:active {
	color: #0033FF;
}

ul {
  margin-bottom: 1em;
  list-style-type: none;
  list-style-position: outside;
}
dl, dd {
  margin-bottom: 0.5em;
}
p {
  margin-bottom: 1.5em;
  font-size: 100%;
}

p#siteFooter  {
	font-size: 90%;
	text-align: center;
	display: block;
	margin: 0 10px;
	clear: both;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
