body, table, td{ color: gray; font-size: 10pt; font-family: Arial, Verdana, Helvetica, sans-serif;}

h1 { font-weight: bold; font-size: 22px; color: #000; font-family: Arial, Verdana, Helvetica, sans-serif; margin-top: 4px; display: block;  }
h2 { font-size: 18px; color: #555; font-family: Arial, Verdana, Helvetica, sans-serif; margin: 0px; }
h3 { font-weight: bold; font-size: 14px; color: #555; font-family: Arial, Verdana, Helvetica, sans-serif; margin-bottom: -13px;}
h4 { font-weight: bold; font-size: 22px; font-style: italic; color: #d97100; font-family: Arial, Verdana, Helvetica, sans-serif; margin-bottom: 0px;}

li {margin-bottom: 4px; }




a, a:link, a:visited, a:active { color: #42419a;}
a:hover { color: black; text-decoration: underline;}



#footer a, #footer a:link, #footer a:visited, #footer a:active { color: gray; text-decoration: none;}
#footer a:hover { color: black; text-decoration: underline;}

#footer { color: gray; font-size: 8pt; font-family: Arial, Verdana, Helvetica, sans-serif;}
#philosophy {
	border:2px solid  #e0922d;
	background-color: #FFFFFF;
	opacity: .8;
	padding: 8px;
	width: 300px;
	display: none;
	position: absolute;
	top: 270px;
	left: 368px;
	margin: 0px 0px 0px 0px;}
#philosophy p{color: #000000;}
#philosophy a:link { color: blue; text-decoration: none;}
#philosophy a:visited { color: gray; text-decoration: none;}
#philosophy a:hover { color: black; text-decoration: underline;}
#philosophy a:active { color: gray; text-decoration: none;}

.borderleft{border-left:gray 1px solid}
.alertmessage {
	display:block; 
	background-color:#CE0F40; 
	padding: 2px; 
	margin: 5px 0px;
	color:#FFF; 
	font-style:italic; }
.dbdnote {
	font-weight: bold;
	color: #FFF;
	background: #FFCCFF;
}
.orange { color: #F63;}
.red { color: #CE0F40;}
.blue { color: #35229D;}
.small {font-size: 8px; display: block;}
.black{color:#000000;}

#flash{display: inline}
#noflash{display: none}
#boilerplate{width: 680px; padding: 10px; padding-left: 100px;}
#vr {
	/* <hr> styles are inconsistent across browsers, try to use this <div> instead */
	color: #000;
	display: block;
	width: 1px;
	height: 90%;
	padding: 0px;
	}
#hr {
	/* <hr> styles are inconsistent across browsers, try to use this <div> instead */
	display: block;
	width: 100%;
	background: transparent;
	height: 1px;
	border-bottom: solid 1px #000;
	text-align: center; /*centers for IE*/
	margin: 0px auto 10px auto; /*centers for others*/
	padding: 0px;
	}