﻿body 
{
	font-family:  "Arial", "Times New Roman", helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: black;
	background-color: #181443;
	margin-top: 0px;
}

p
{
	font-weight: normal;
}

.pageHeader
{
	color: White;
	background-color: #181443;
	padding: 5px;
	text-align: center;
	border: solid 1px silver;
	font-size: larger;
	font-weight:bolder;
}

li
{
	color: 	#181443;
}

.bio
{
	font-size: 10pt;	
	text-indent: 18px;
}

.lineItem
{
	font-size: 12pt;
	font-weight: bolder;
	padding: 0px 0px 0px 0px;
}

.spacer
{
	padding: 5px;
	background-color: Silver;
	width: 100%;	
}

.footer
{
	color: White;
	background-color: #181443;
	padding: 5px;
	text-align: center;
}

A.link, A.link:link, A.link:visited
{
	color: #181443;
	text-decoration: underline;
	font-weight: bold;
}	
		
A.link:hover
{
	color: gold;
	text-decoration: none;
}

A.link:active	
{	
	color: black;
	text-decoration: underline;
}

.pagewrapper
{
   padding: 40px 0px 40px 0px;
   text-align: center;width: 100%;
   background-image: url('images/logoReflect.gif');
   background-position: center center; 
   background-repeat: no-repeat;
}

.pagewrapperNoWatermark
{
   padding: 40px 0px 40px 0px;
   text-align: center;width: 100%;
}

.dropcap 
{
	float:left;
	color:#181443;
	font-size:60px;
	line-height:40px;
	padding-top:2px;
	padding-right: 3px;
	font-family: "Times New Roman", serif, Georgia;
} 

.emphasis
{
	color: #181443;
	font-weight: bold;	
}

.fieldlabel
{
	font-size: smaller;
	text-align:right;	
}