/***********************************************************************************************************************************Cascading style sheet for theJack Naves web site.This file is used to format text and elementscontained within this website.***********************************************************************************************************************************//*******************************************Header Tags*******************************************/  h1, h2, h3, h4, h5, h6{	font-family: veranda, arial, sans-serif;	color: #000000;	font-weight: bold}/*******************************************Body Tag*******************************************/   body{	background-color: #32462F;	color: #FFFFFF;	font-family: arial, sans-serif;	font-size: 10pt}	/*******************************************Paragraph Tag*******************************************/p{	color: #000000;	font-family: arial, sans-serif;	font-size: 10pt;	vertical-align: top}/*******************************************Table Tags*******************************************/table{	color: #000000;	font-family: arial, sans-serif;	font-size: 10pt}td{	color: #000000;	font-family: arial, sans-serif;	font-size: 10pt}             /*******************************************Hyperlink Tags*******************************************/    a:link{	color: #5B3A15;	text-decoration: underline;	font-family: arial, sans-serif;	font-size: 10pt}a:visited{	color: #5B3A15;	text-decoration: underline;	font-family: arial, sans-serif;	font-size: 10pt}a:active{	color: #5B3A15;	text-decoration: none;	font-family: arial, sans-serif;	font-size: 10pt}a:focus{	color: #5B3A15;	text-decoration: none;	font-family: arial, sans-serif;	font-size: 10pt}a:hover{	color: #5B3A15;	text-decoration: none;	font-family: arial, sans-serif;	font-size: 10pt}/***********************************************************************************************************************************Custom selector classes***********************************************************************************************************************************/			   /*******************************************Header selector classesThese are special properties applied only tothe header.*******************************************/td.header{	background-color: #758B47;}/*******************************************Menubar selector classesThese are special properties applied only tothe menubar.*******************************************/   p.menubar{	color: #B8CD98;	font-family: arial, sans-serif;	font-size: 10pt;	vertical-align: top;	text-align: center}td.menubar{	background-color: #336600}a:link.menubar{	color: #FFFFFF;	text-decoration: none;	font-family: arial, sans-serif;	font-size: 10pt}a:visited.menubar{	color: #FFFFFF;	text-decoration: none;	font-family: arial, sans-serif;	font-size: 10pt}a:active.menubar{	color: #B8CD98;	text-decoration: underline;	font-family: arial, sans-serif;	font-size: 10pt}a:focus.menubar{	color: #B8CD98;	text-decoration: underline;	font-family: arial, sans-serif;	font-size: 10pt}a:hover.menubar{	color: #B8CD98;	text-decoration: underline;	font-family: arial, sans-serif;	font-size: 10pt}/*******************************************Sidebar selector classesThese are special properties applied only tothe sidebar.*******************************************/td.sidebar{	background-color: #B8CD98;	vertical-align: top}p.sidebar{	color: #000000;	font-family: arial, sans-serif;	font-size: 10pt;	text-align: right}/*******************************************Body selector classesThese are special properties applied only tothe main body talble.*******************************************/td.body{	background-color: #FFFFFF}/*******************************************Border Table Tags*******************************************/table.border{	border-top: solid 1px #000000;	border-right: solid 1px #000000;	color: #000000;	font-family: arial, sans-serif;	font-size: 10pt}td.border{	border-left: solid 1px #000000;	border-bottom: solid 1px #000000;	color: #000000;	font-family: arial, sans-serif;	font-size: 10pt}