





/* base tag default formats */

body {
	/*background-image: url(images/parchment.gif);*/
	background-color: #FFFFFF; /* white */
	color: #000000;
	font-size: 8pt;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	width: 920px;
	margin-left: 20px;
	margin-top: 20px;
	background-position: center;
}

#html, body {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width:920px;
  height: 100%;
  margin: auto;
} 

table {
	font-size: 1em;
	line-height: 1.4em;
	margin-left: 20px;
}

li {
	line-height: 18px; 
	padding-bottom: 5px;
}

img {
	border-width: 0;
}

p {
	line-height: 1.4em;
	width: 720px;
	margin-left: 20px;
}

a:link {
	text-decoration: none;
	color: #FFFFFF; /* white */
	font-weight: bold;
}

a:hover {
	color: #FF0000; /* red 00008b red */
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #FFF94E; /* EB484Bred #FF0000 */
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #C7C7C8; /* FFFFFF #C7C7C8*/
	font-weight: bold;
}

a:visited:hover {
	color: #FF0000; /* 00008bred */
	text-decoration: none;
	font-weight: bold;
}

a:visited:active {
	color: #FFF94E; /* 00008bred */
	text-decoration: none;
	font-weight: bold;
}

.sidebar
{
	background-color: #000059; /* 00005b blue 00008b 9F A8 #000000 black 160857*/
	border-width: thin;
	padding-left: 9px;
	line-height: 1.8em;
	border-color: #AE0000;
	font-size: 8pt;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
	text-align: left; 
	margin-top: 5px;
	height: 100%;
}

/* background */
.background 
{
	background-color: #000059; /*#C71F16 (red) 800000 C60000 #000000 black 160857*/
	color: #FFFFFF;
	padding-top: 5px;
	background-position:center;
}

.textonblack
{
	color: #FFFFFF;
	font-weight: bold;

}

/* links on white background */
.linkDark:link {
	color: #00008b; /* dark blue 00008b*/
	font-weight: bold;
	font-size: 8pt;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
}

.linkDark:hover {
	font-weight: bold;
	font-size: 8pt;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000; /* red */
}

.linkDark:active {
	font-weight: bold;
	font-size: 8pt;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000; /* red */
}

.linkDark:visited {
	color: #00008b; /* light blue 4946E7*/
	font-weight: bold;
	font-size: 8pt;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
}

.linkDark9:link {
	color: #00008b; /* dark blue 00008b*/
	font-weight: bold;
	font-size: 9pt;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
}

.linkDark9:hover {
	font-weight: bold;
	font-size: 9pt;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000; /* red */
}

.linkDark9:active {
	font-weight: bold;
	font-size: 9pt;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000; /* red */
}

.linkDark9:visited {
	color: #00008b; /* light blue 4946E7*/
	font-weight: bold;
	font-size: 9pt;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
}

.sectionHeader {
	font-weight: bold;
	font-size: 10pt;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	
}

.subsectionHeader {
	font-weight: bold;
	font-size: 8pt;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;

}