body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{ font-weight: normal; 
line-height: 0;font-size:100%; }


body  {
	color: #191919; 
	/*background: #f9f8f3;*/ 
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	}
	
p {
	font-size: .875em;
	line-height: 1.25em;
	margin-bottom: 1em;
}

.bold {
	font-weight: bold;
}

.italics {
	font-style: italic;
}


	
a:link {
	color: #690c00;
	text-decoration: none;
	}
	
a:hover {
	color: #690c00;
	text-decoration: none;
	}

a:active {
	color: #690c00;
	text-decoration: none;
	}	
	
a:visited {
	color: #690c00;
	text-decoration: none;
	}


/*-- define headers --*/

h1,h2,h3,h3,h4,h6 {
	color: #191919; 
	}
	
h1 {
	font-size: 1.25em;
	line-height: 1.5em;
	margin: 10px 0px 0px 0px;
	}

h2 {
	font-size: 1.25em; 
	line-height: 1.125em; 
	letter-spacing: 1px;
	font-weight: bold; 
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 10px 0px;
	
	}

h3 {
	font-size: 1em; 
	line-height: 1.25em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #282828;
		
}


#table_header {
	padding: 7px 0px 7px 10px;
	margin: 0px 0px 0px 0px;
	/*width: 100%;*/
	font-size: .8125em;
	line-height: 1.25em;
	background: #c7c7c7;
	/*border-bottom: 1px solid #a5a5a5;*/
	font-weight: bold;
	border-color: #e7f0f3;
}

#table_content {
	width: 1000px;
	margin: 10px 0px 0px 20px;
	border-top: 1px solid #a5a5a5;
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #a5a5a5;
	}
	

#table_crumbs {
	width: 90%;
}

#table_content table {
	width: 1000px;
	margin: 0px 0px;
	
	
}

#table_content table td {
	width: 125px;
	vertical-align: text-top;
	font-size: .75em;
	line-height: 1.5em;
	padding: 7px 25px 8px 10px;
		
}

p {
	text-indent: 0px;
}

#table_content table tr {
	cellpadding: 10px;
}

#table_content table tr.headers {
	background-color: #dedede;
}

#table_content table tr.contrast {
	/*background-color: #f0f5e4;*/
	
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	background-color: #eee;
}

#table_source {
	clear: both;
	padding: 5px 20px 0px 20px;
	font-size: .6875em;
	line-height: 1.25em;
	margin-bottom: 1em;
}


#content_footer {
	clear: both;
	margin: 20px 0px 0px 0px;
	padding: 20px 10px 0px 20px;
	border-top: 1px solid #9e9e9e;
}
