
body {
   	font-family: Arial, Helvetica, sans-serif;
    scrollbar-3dlight-color:#5d716f; 
	scrollbar-arrow-color:#5d716f;
	scrollbar-base-color:#5d716f;
	scrollbar-darkshadow-color:#5d716f;
	scrollbar-face-color:#dcd9e3;
	scrollbar-highlight-color:#dcd9e3;
	scrollbar-shadow-color:#5d716f;
}


/* ------------- START GLOBAL FONT STYLE INFO* ------------- */
p {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 75%;
	font-weight: normal;
    color: #444444;
	line-height:1.4em;
	padding: 0 20px 0 20px;
	margin:0 0 12px 0;
	}

.liTitle {
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
}


.liSubcategory {
	margin:0px 0px 0px 30px;
	padding:0px 0px 0px 0px;
}

p a {
	color:#5d716f;
	text-decoration:underline;
	cursor:pointer;
}

h4 {
	font-family: arial, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #000000;
	margin:0 10px 3px 0;
	padding:0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 1.25em;
	font-weight: bold;
	color: #444444;
	margin:0 10px 3px 20;
	padding:0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 1.0em;
	font-weight: bold;
	color: #6F5437;
	margin:0px 10px 0px 20px;
	padding:0;
	line-height:1.4em;
}

h2 a {
	color: #6F5437;
	text-decoration: none;
}

h2 a:hover {
	color: #6F5437;
	text-decoration: none;
}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #6F5437;
	margin:0px 0px 0px 0;
	padding:0px 10px 5px 20px;
}
/* ------------- END GLOBAL FONT STYLE INFO ------------- */


/* ------------- START TABLE INFO ------------- */

#pageContent table {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 75%;
	font-weight: normal;
    color: #444444;
	line-height:1.4em;
	color:#444444;
	border:0;
	width:600px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 20px;
}

a {
	color:#5d716f;
	text-decoration:underline;
	cursor:pointer;
}

a:hover {
	color:#432e1a;
	text-decoration:underline;
	cursor:pointer;
}
			
#pageContent table.style1 {
	border-color:#cccccc; 
	border-width:1px; 
	border-collapse: collapse; 
	border-style:solid;
}
			
#pageContent table.style1 td, #pageContent table.style1 th {
	padding:4px;
	margin:0;				
	vertical-align:top;
}
				
						
#pageContent table td, #pageContent table th {
	padding:4px;
	margin:0;
	vertical-align:top;
}
				
#pageContent table tr.tr0 {
	background-color:#ffffff;
}
				
#pageContent table tr.tr1 {
	background-image: url(images/pixel_table_tr1.png);
}
				
#pageContent table tr.tr2 {
	background-color:#E5E5E5;
}
				
#pageContent table tr.tr3 {
	background-color:#E4DED7;
}
				
#pageContent table tr.tr4 {
	background-color:#F6F4F2;
}
							
#pageContent table tr.tr1Last td {          /* should only be used if last tr is class tr0 */
	border-bottom: 3px solid #F5F5F5;
}
				
#pageContent table tr.tr4Last td {          /* should only be used if last tr is class tr0 */
	border-bottom: 3px solid #F6F4F2;
}


/* ------------- END TABLE INFO ------------- */

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding: 0px 0px 10px 35px;
	margin:0;
}

ul li {
	color:#444444;
	line-height:1.4em;
	list-style-type:disc;
	margin:0;
	padding:0 0 0px 0;
}

ul li a {
	color:#5d716f;
	text-decoration:underline;
	cursor:pointer;
	font-weight: normal;
}

ul li a:hover {
	color:#432e1a;
	text-decoration:underline;
	cursor:pointer;
}