html{
	SCROLLBAR-FACE-COLOR: #7B2E00;
	SCROLLBAR-HIGHLIGHT-COLOR: #f7941d;
	SCROLLBAR-SHADOW-COLOR: #f7941d;
	SCROLLBAR-3DLIGHT-COLOR: #f7941d;
	SCROLLBAR-ARROW-COLOR: #a18159;
	SCROLLBAR-TRACK-COLOR: #f7941d;
	SCROLLBAR-DARKSHADOW-COLOR: #f7941d;
	}

.bg{
	background-image : url(img/bg.gif);
	background-repeat : no-repeat;
}
.pagebg {
margin-top:0;
margin-left:0;
margin-bottom:0;
background:#f7941d;
}
.bgMap{
	background-image : url(img/map.gif);
	background-repeat : no-repeat;
}
.bgText{
	background-image : url(img/bgText.gif);
	background-repeat : no-repeat;
}
.bg01{
	background-image : url(img/bg01.jpg);
	background-repeat : no-repeat;
	background-color:#561F0B;
}
.bgch{
	background-image : url(img/bgch.jpg);
	background-repeat : no-repeat;
	background-color:#561F0B;
}
.bg02{
	background-image : url(img/bg02.jpg);
	background-repeat : no-repeat;
	background-color:#551F0A;
}
.bg03{
	background-image : url(img/bg03.jpg);
	background-repeat : no-repeat;
	background-color:#551F0A;
}
.doth{
	background-image:url(img/doth.gif);
	background-repeat:repeat-x;
}
.dotv{
	background-image:url(img/dotv.gif);
	background-repeat:repeat-y;
}
/*---------- fonts ----------*/
img{
	border:0px;
}
table{
	border:0px;
}
body,table,td{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#7B2E00;
}
.TEXT{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	line-height:14px;
}
.TEXT2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#598527;
	line-height:14px;
	font-weight: bold;
}
.small{
	font-size:11px;
	color:#000000;
}
.brownH{
	font-size:13px;
	color:#7B2E00;
	font-weight:bold;
	text-decoration:underline;
}
.brownH2{
	font-size:13px;
	color:#7B2E00;
	font-weight:bold;
}
.brown{
	color:#7B2E00;
}
.blackH{
	font-size:13px;
	color:#000000;
	font-weight:bold;
}
.black{
	color:#000000;
}
.grey1H{
	font-size:13px;
	color:#333333;
	font-weight:bold;
}
.grey1{
	color:#333333;
}
.grey2H{
	font-size:13px;
	color:#666666;
	font-weight:bold;
}
.grey2{
	color:#666666;
}
.grey3H{
	font-size:13px;
	color:#999999;
	font-weight:bold;
}
.grey3{
	color:#999999;
}
.grey4H{
	font-size:13px;
	color:#CCCCCC;
	font-weight:bold;
}
.grey4{
	color:#CCCCCC;
}
.redH{
	font-size:13px;
	color:#CC0000;
	font-weight:bold;
}
.red{
	color:#CC0000;
}
.orangeH{
	font-size:13px;
	color:#FF9900;
	font-weight:bold;
}
.orange{
	color:#FF9900;
}
.blueH{
	font-size:13px;
	color:#0099CC;
	font-weight:bold;
}
.blue{
	color:#0099CC;
}
.greenH{
	font-size:13px;
	color:#517e28;
	font-weight:bold;
}
.green{
	color:#517e28;
}
.yellowH{
	font-size:13px;
	color:#fef85f;
	font-weight:bold;
    text-decoration:underline;
}
.yellow{
	color:#c17c31;
}
.plus{
	color:#fef85f;
}
.pinkH{
	font-size:13px;
	color:#FF00CC;
	font-weight:bold;
}
.pink{
	color:#FF00CC;
}
.purpleH{
	font-size:13px;
	color:#660099;
	font-weight:bold;
}
.purple{
	color:#660099;
}
.whiteH{
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
}
.white{
	color:#FFFFFF;
}
tr{
	vertical-align:top
}
img{
	border:0px;
}
input{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#7a6427;
}
select{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#7a6427;
}
textarea{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#7a6427;
}
.border{
	border:1px solid #d79e05;
}
.borderDot{
	border:1px dashed #cccccc;
}
.borderTop{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}
.borderTopDot{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:dashed; 
}
.borderBottom{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}
.borderBottomDot{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:dashed; 
}
.borderLeft{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:solid; 
}
.borderLeftDot{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:dashed; 
}
.borderRight{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:solid; 
}
.borderRightDot{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:dashed; 
}
ul{
	list-style:circle;
}
#apDiv1 {
	position:absolute;
	left:510px;
	top:7px;
	width:290px;
	height:433px;
	z-index:1;
	}
/*---------- text-link ----------*/
a:link{text-decoration:underline; color:#7B2E00;}
a:visited{text-decoration:underline; color:#7B2E00;}
a:hover{text-decoration:underline; color:#fef85f;}

a.menuLink:link{text-decoration:underline; color:#fef85f;}
a.menuLink:visited{text-decoration:underline; color:#fef85f;}
a.menuLink:hover{text-decoration:underline; color:#fef85f;}

a.subjectLink:link{text-decoration:underline; color:#fef85f;}
a.subjectLink:visited{text-decoration:underline; color:#fef85f;}
a.subjectLink:hover{text-decoration:underline; color:#4f2904;}
