body {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  line-height: 1.25em;
}

p, ul, ol {
  margin: 0 0 1.5em 0;
}

ul { margin-left: 2px; }
ol {
  margin-left: 1.5em;
}

li {
  margin: 0.25em;
}

ul li {
	list-style: none;
	background: transparent url(/images/bullets_square_blue.gif) no-repeat 0 5px;
	padding-left: 10px;
}

ol li { list-style: decimal; }

strong { font-weight: bold; }
em { font-style: italic; }

a:link,
a:visited,
a:hover,
a:active {
  color: #0A51A1;
  text-decoration: underline;
	outline: none;
}

a:hover,
a:active {
  color: #0A51A1;
  text-decoration: none;
	outline: none;
}

h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.75em 0;
}

h2 { font-size: 2em; }
h3 { font-size: 1.75em; }
h4 { font-size: 1.5em; }
h5 { font-size: 1.25em; }
h6 { font-size: 1em; }

h1 {
	margin: 30px 0 15px 0;
	padding:0px;
	/*font-family:"Myriad Pro", "Trebuchet MS", Arial;*/
	font-size:18px;
	font-weight:bold;
	color:#005eb4;
	line-height: 24px;
}

h2 { color:#005eb4; font-size: 14px; font-weight: bold }

p.right { text-align: right; }


#footer a:link,
#footer a:active,
#footer a:visited
 { color: #555; text-decoration: none; }

#footer a:hover { color: #666; }
