p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

a:link { 
	text-decoration: underline;
	font-size: 100%;

}

a:visited { 
	text-decoration: underline; 
	font-size: 100%;
}

a:hover { 
	color: #990000;
	font-size: 100%;
}

#h3 a:link { 
	text-decoration: none;
	font-size: 100%;
	color: #A62626;

}

#h3 a:visited { 
	color: #A62626; 
	text-decoration: underline; 
	font-size: 100%;
}

#h3 a:hover { 
	color: #A62626; 
	font-size: 97%;
}



h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 80%;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 95%;
	font-weight: bold;
	color: #A62626;
	text-transform: uppercase;
}

h3 a:link { 
	text-decoration: underline;
	font-size: 100%;
	color: #A62626;

}

h3 a:visited { 
	color: #A62626; 
	text-decoration: none; 
	font-size: 100%;
}

h3 a:hover { 
	color: #A62626; 
	font-size: 97%;
	text-decoration: underline; 
}


h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 75%;
	font-weight: bold;
}



ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	margin: 15px 0px 10px 20px;
}

ol {
	margin: 15px 0px 10px 15px;
}

ol li {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 90%;
	font-weight: bold;
	margin: 15px 0px 10px 15px;
	list-style-type:decimal;
}

#table {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	font-style: italic;
}

#table p {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #FFFFFF; 
	font-style: italic;
	text-align:center;
}

#table a:link { 
	color: #FFFFFF; 
	text-decoration: underline;
	font-size: 14px;
	font-style: italic;

}

#table a:visited { 
	color: #ffffff; 
	text-decoration: underline; 
	font-size: 14px;
	font-style: italic;
}

#table a:hover { 
	color: #680F00; 
	font-size: 14px;
}

/*---------------------------
	Image with Caption right
----------------------------*/
.floatright {
  float: right;
  margin: 0.5em;
  padding: 0em;
  width:30%;
  font-style: italic;
  font-weight:bold;
  font-size: smaller;
  text-indent: 0;
}

img.scaled {
  width: 100%;
}

