body,div,p,td {
	font-family: Sans-serif;
	font-size: medium;
}

body {
	background-color: white;
	color: black;
}

td.title {
	font-family: Sans-serif;
	font-size: smaller;
	background: rgb(51,102,204);
	color: black;
}

tr.toolbar {
	background-color: aqua;
	color: black;
}

td.titlebar {
	background-color: #000080;
	color: white;
	font-family: Sans-serif;
	font-size: medium;
	font-weight: bold;
}

div.header {
	font-size: medium;
	text-indent: 10px;
	background: rgb(204,204,255);
	color: black;
	border: solid;
	border-width: thin;
	width: 100%;
}

div.box {
	font-family: Sans-serif;
	font-size: 12pt;
	border: dashed;
	border-width: thin;
	padding: 10px;
}
div.box p {
	margin-top:0in;
	margin-bottom:.0001pt;
	text-align: center;
}


div.head-locator {
	font-size: smaller;
	text-indent: 10px;
	background-color: rgb(204,204,255);
	color: black;
	border: none;
	width: 100%;
}

/* Section Headers */
h1 { 
	font-size: x-large;
	color: MidnightBlue ;
}

h2 { 
	color: MidnightBlue ;
	font-size: large;
}
h3 {
	font-size: medium;
	color: MidnightBlue ; 
	margin-bottom:3pt;
	margin-top:3pt;
}

h4.profileTitle {
	font-family: Sans-serif;
	font-size:10pt;
	margin-top:0pt;
}

.dataTable {
	margin:9px auto;
	width:99%;
}

.dataTable td {
	margin:0;
	padding:9px;
	border-top:1px dotted #ccc;
}
.dataTable .key {
	width:24%;
	border-right:1px dotted #ccc;
	font-weight:bold;
	color:#666;
	text-align:right;
	vertical-align:top;
}
.dataTable .value {
	color:#000;
}

.dataTable .negative-value {
	color:red;
}

.dataTable ul {
	margin: 0pt;
}


table.leadViewer {
	margin:5px auto;
	width:99%;

}

table.dataTable td {
	margin:0;
	padding:5px;
}


tr.headerRow, td.headerRow{
	background-color: aqua;
	color: black;
	font-weight: bold;
	border:1px solid black;
}

/* Legend Information */

div.neglectedLead {
	color: red;
	font-weight: bold;
}

div.flaggedLead {
	color: green;
}

div.newLead {
	font-weight: bold;
	color: navy;
}
div.defaultLead {
	color: black;
}

div.archivedLead {
	font-style: italic;
	color: gray;
}

td.evenRow {
	background-color: white;
	vertical-align: top;
	text-align:left;
	border:1px solid black;
	padding: 2pt;
}

td.oddRow {
	background-color: #D3D3D3; /* Light Grey */
	vertical-align: top;
	text-align:left;
	border:1px solid black;
	padding: 2pt;
}
.errmsg {
	font-size: larger; 
	color: red; 
	font-weight: bold
}

/* Misc. */

p.error {
	color: red;
}

p.copyright {
	padding:5px;
	text-align: center;
	font-size: small;
	color: gray;
}

p.currencyNote {
	font-size: small;
	text-align:center;
}

p.licenseAgreementLink {
	font-size: small;
	text-align:center;
}

li {
	padding-top:8pt;
}

/** Navigation Aide **/
td.navBarRight {
	background: white;
	width: 215px;
	vertical-align: top;
	border-left:1px dashed #ccc;
}

.navBarRight h3 {
	background: #282828;
	color: #B3EE3A;
	text-align: center;
}

.navBarRight h4 {
	text-align: center;
}

.navBarRight p {
	margin-left: 12px;
}

p.mainPageAd {
	margin-top: 0px;
}

p.headerBlurb {
	margin: 3pt;
	padding: 3pt;
	text-align: justify;
	font-size: 12pt;
	color: black;
}

p.EndOfPage {
	color: gray;
	font-size: 8pt;
	text-align: center;
}

div.Footer {
	width: 100%;
	background: #ccc;
}