/*UNDO DEFAULTS SECTION Purpose: undo some of the default styling of common (X)HTML browsers */
/* undohtml.css (CC) 2004 Tantek Celik. Some Rights Reserved. http://creativecommons.org/licenses/by/2.0*/ 

/* no list-markers by default, since lists are used more often for semantics
ul,ol { list-style:none } */

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin. Default spacing on headings does not match or align with normal interline spacing at all, so let's get rid of it. Zero out the spacing around pre, form, body, html, p, blockquote as well. Form elements are oddly inconsistent, and not quite CSS emulatable. Nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,table,td,tr,img
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img, :link img, :visited img { border: none }
img { border: none }

/* de-italicize address */
address { font-style:normal }



body { color: #003049; font-size: 76%; font-family: arial, Helvetica, Verdana, san-serif; line-height: 150%; text-align: justify; margin: 0; padding: 0; }
p { font-size: .9em; line-height: 150%; }
h3 {font-size: .9em; text-align: left; margin-top: 15px; margin-bottom: 5px;}
ul { font-size: .9em; line-height: 140%; margin-left: 20px;}
ol { font-size: .9em; line-height: 140%; margin-left: 20px; margin-bottom: 0px;}
li {margin-bottom: 10px; margin-left: 0px;}
blockquote {margin-left: 20px; margin-right: 20px; font-style: italic; font-size: .9em; line-height: 150%;}
strong {font-weight: bold;}
td {vertical-align: top; margin: 0; text-align: justify;}

.casename { font-weight: bold; font-style: italic;}
.centered {text-align: center;}
.goldtext {color: #c6930a;}
.introp {font-size: 1em; line-height: 200%;}
.toc {font-family: arial, Helvetica, Verdana, san-serif; text-align: left; font-weight: bold; margin-top: 20px;}

/* Briefs tags */
.bbacktotop {text-align: right; font-style: italic; color: #c6930a;}
.bcallout {color: #c6930a; 
	font-weight: bold; 
	text-align: justify;}
	
.bdate {color: #c6930a; 
	font-weight: bold;
	text-align: left;}
	
.bdisclaimer {margin-top: 10px;
	text-align: center;}
	
.bquote {margin-left: 30px;
	margin-right: 30px;}	
	
h2 {font-size: 16px; 
	font-family: Garamond, Times, Georgia, serif; 
	font-weight: bold;
	text-align: center; 
	margin-top: 10px;}
	
.bsubheaddigest {font-size: 16px; 
	font-family: Garamond, Times, Georgia, serif; 
	text-align: center; 
	margin-top: 10px;}
	
h1 {margin-top: 24px; 
	font-size: 1.8em; 
	font-family: garamond, Times, georgia, serif; 
	line-height: 150%; 
	font-weight: bold; 
	text-align: center; 
	margin-bottom: 20px; color: #003049;}
	
.btoc {margin-top: 10px;}

.btocdj {margin-left: 20px;}

.btocdl {margin-left: 20px; 
	text-align: left;}

.byline {font-style: italic;
		margin-bottom: 10px;
		text-align: center;}

.toptenno {text-align:right; font-weight:bold; width:30px; float:left;}
.toptenpar {margin-left: 10px; float:left;}


a:link img { border: none; }
a:link {color: #003049; text-decoration: underline;}
a:visited { }
a:hover {font-style: italic; }
a:active { }



