﻿/* HTML Tag Overrides*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	line-height: 1.80em;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	line-height: 14pt;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	line-height: 14pt;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	line-height: 14pt;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style:italic;
	color: #000000;
	line-height: 14pt;
}

p {

	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

li
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a:link
{
	color:Blue;
}

a:visited 
{
	color:Blue;
}

/* HTML Tag Overrides - END */

.linkExplained a {position: relative;}

.linkExplained a span {
  position: absolute;
  top: 14px;
  left: 0px;
  visibility: hidden;
  background: #e8eef7;
  width:100%;
  padding:10px;
  	border-top: 1px solid #66CCFF;
	border-right: 1px solid #66CCFF;
	border-bottom: 1px solid #66CCFF;
	border-left: 1px solid #66CCFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #135698;
	text-decoration: none;
  } 
 
.linkExplained a:hover span 
{
	visibility: visible;
  } 

.ContentBox 
{
	background-color: #DDEEFF;
	border-color: #CCCCCC;
	border-style:solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px; 
	border-top-width: 1px;	
}

.ContentBox td
{
	padding-left:5px;	
}

.ContentBoxHeading
{
	background-color:#336699;
	color: #FFFFFF;
	font-weight: bold;
}

.ImageLeft 
{
	float: left;
	margin: 5px;
	border:2px solid #021a40;
}

.SpanImageRight
{
	float: right;
	margin: 5px;
	border: 2px solid #021a40;
}