@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	line-height: 20px;
}

body {
	background-color: #412710;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #5D4010;
	text-align: center;
	line-height: 40px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #5D4010;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #5D4010;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #5D4010;
}
a {
	color: #5D4010;
	text-decoration: none;
}
a:hover {
	color: #B38650;
	text-decoration: underline;
}
.btmnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #FFF;
	text-decoration: none;	
}
.btmnav:hover {
	text-decoration: underline;	
}

.sectitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #5D4010;	
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.bold {
	font-weight: bold;	
}
.boldital {
	font-weight: bold;
	font-style: italic;
}
.ital {
	font-style: italic;
}

.body-bold {
	font-weight: bold;	
}

.thead {
	font-weight: bold;
	color: #F0E6C0;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	background-color: #5D4010;
	border: 1px solid #F9ECCA;
}
.charttitle {
	color: #5D4010;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.tableborder {
	border: medium double #5D4010;	
}
.tdpad {
	padding: 5px;	
}
.tdborder {
	border: 1px solid #5D4010;
}
.tdnoborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.imgborder {
	border: thick double #842F22;
}

.ct {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #5D4010;
	text-align: center;
	line-height: 40px;
}

.x1h {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #5D4010;
}

.x2h {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #5D4010;
}

.x3h {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #5D4010;
}
.x4h {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.tt {
	color: #5D4010;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
} 
.th, .th1, .th2 {
	color: #EAE3BF;	
}
.tip {
	color: #039;
}
.note {
	color: #063;
}
.caution {
	color: #900;
}
.sh {
	font-size: 16px;
	font-weight: bold;
	color: #000;	
}

.mapdiamond {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	background-image: url(../images/dark_brwn_diamond.jpg);
}
.mapdiamond2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-align: center;
	background-image: url(../images/light_brwn_diamond.jpg);
}
.bl {
	font-weight: bold;
}
btn { 
2	  color:#050; 
3	  font: bold 84% 'trebuchet ms',helvetica,sans-serif; 
4	  background-color:#fed; 
5	  border: 1px solid; 
6	  border-color: #696 #363 #363 #696; 
7	  filter:progid:DXImageTransform.Microsoft.Gradient 
8	  (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa'); 
9	} 