h1 {
	color: #492F91;
	font-size: 24px;
	font-weight: bold;
	line-height: 16px;
}

h2 {
  color: #492F91;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}

h3 {
  color: #000a5c;
  font-size: 14px;
  font-weight: bold;
}

h4 {
  color: #000a5c;
  font-size: 12px;
  font-weight: bold;
}


h5 {
  color: #000a5c;
  font-size: 10px;
  font-weight: normal;
  line-height: 10px;
	text-align: justify;
}


p {
	margin: 3px 0 10px 0;
	color: #333333;
	text-align: justify;
}


hr {
	width:80%;
	height:1px solid;
	color:#48647D;
	margin: 5px 0 5px 0;
	text-align: center;
}



a,  a:link {
	color: #6699cc;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}
a:visited {
  color: #6699cc;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  text-decoration: none;
}
a:hover {
  color: #ff0000;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  text-decoration: underline;
}
a:focus {
  color: #6699cc;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  text-decoration: none;
}
a:active {
  color: #6699cc;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  text-decoration: none;
}


 a.smalllink {
  color: #0000ff;
  font-weight: bold;
  text-decoration: none;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

a.smalllink:visited {
  color: #0000ff;
  font-weight: bold;
  text-decoration: none;
}

a.smalllink:hover {
  color: #ff0000;
  text-decoration: underline;
}
a.smalllink:focus {
  color: #000;
}

a.smalllink:active {
  color: #000;
}




#outerWrapper #footer a {
	font-size: 11px;
}


input.emailinput {
	width: 190px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #DFEFFF;
	margin: 3px 5px 10px 0px;
}

input.captchainput {
	width: 60px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #DFEFFF;
	margin: 0px 5px 10px 0px;
}


input.submit {
	margin: 10px 5px 0px 0px;
}

textarea.emailtextarea {
	width: 190px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #DFEFFF;
	margin: 3px 5px 5px 0px;
}


ul {
	margin: 5px 0 10px 25px;
	padding: 0 0 0 25px;
	list-style: disc;
}

