/*
-------------------------------------------------------------
Typography:

All fonts are Arial, Helvetica, sans-serif or "Agency FB"

-------------------------------------------------------------
*/

body {
	background-color: #E9F3FD;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center; /* IE bug fix to center div */
	margin: 5px auto 5px auto;
	padding: 0px 0px 0px 0px;
}

h1 {
  text-align: center;
}

p {
  font-weight: normal;
	font-size: 1.0em;
  text-align: left;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
}

.headersfont{
  font-size: 15px;
  color: black;
  font-style: normal;
}

.navigation_tabs {
	font-family: "Agency FB";
	font-size: 18px;
	font-weight: bolder;
	color: #666666;
}

a:link,
  a:visited {
    color: blue;
    text-decoration: none;
}

a:hover,
  a:active {
    text-decoration: none;
    color: #666666;
}

.style1 {
	font-family: "Agency FB";
	font-size: larger;
}

.style2 {
	font-family: "Agency FB";
}

.style3 {
	font-size: larger;
}

.style5 {
	font-family: "Times New Roman";
}

.style6 {
	/*font-size: larger;*/ 
}

.style7 {
	font-family: Arial, Helvetica, sans-serif;
}

.style8 {
	font-size: xx-small;
}

.style9 {
	font-size: small;
}

.listtitle {
font-size:16px;
}

.bodyfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
}

ul {
  margin: 0px 0px 0px 1em;
  padding: 0px 0px 5px 0px;
}

li {
  list-style-position: outside;
  list-style-type: disc;
  font-size: 0.9em;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
