/* CSS Document */

body 
{
	background-color: #F8F8E1;	
}

body, td, th, input
{
	font-size:   12px;
	font-family: sans-serif;
	color:       #1C0601;
}

th
{
    font-weight: bold;
}

a
{
	color:           #59472D;
	text-decoration: underline;
}

a:hover 
{
	color: #804040;
}

h1, h2, h3, h4, h5, h6
{
    padding-top: 1em;
	font-family: sans-serif;
	font-weight: bold;
}

h1
{
	font-size:   20px;
}

h2
{
	font-size:   18px;
}


h3
{
	font-size:   16px;	
}

h4
{
	font-size:   14px;
}

h5
{    
	font-size:   12px;	
}

h6
{    
	font-size:   10px;	    	
}

.tableBrownBorder
{
    border-style: solid; 
    border-color: #896455;
    border-width: 2px 1px 1px 2px;
}

table.tableBrownBorder * td
{
    border-style: solid; 
    border-color: #896455;
    border-width: 0px 1px 1px 0px;
}

table.tableBrownBorder * th
{
    border-style: solid; 
    border-color: #896455;
    border-width: 0px 1px 1px 0px;
}

.linkToTop
{
	font-size:   10px !important;
	font-family: sans-serif !important;
	color:           #59472D !important;
	text-decoration: underline;	
	font-weight: normal !important;
	
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: 1ex;
}

a.linkToTop:hover 
{
	color: #804040;
	text-decoration: underline;
}

.term
{
    font-size:   12px;
	font-family: sans-serif;
	color:       #035107;
	text-decoration: none;
}

a.term:hover
{
	text-decoration: underline;
}

.epigraph
{
    margin-left: 280px;
    font-style: italic;
}

.newBlockQuote
{
    border: #896455 1px solid;
    background-color: #FFFFFF;
    padding: 20px;
    margin-top: 15px;
}

.stepRight
{
    padding-left: 20px;
}

ol.alpha { 
    list-style-type: lower-alpha; 
} 

.nowrap
{
    white-space: nowrap;
}