body {
	font-family: "Times New Roman";
	color: #6d6e71;
}
.menubg {
	background-color: F7F0BC;
}
.mainMenuBg {
	background-color: #a58530;
}
.mainMenu {
	background-color: #f7f0bc;
	cursor:pointer;
}
.mainMenuOver {
	background-color: #f8db8f;
	cursor:pointer;
}
.mainMenuText {
	font-family: "Times New Roman";
	font-size: 16px;
	font-weight: bold;
	color: #907D48;
	line-height: 17px;
}

.left_menu{
	font-weight:bold;
	font-size: 16px;	

}
.left_menu a:link{
	color: #907D48;
	text-decoration:none;
}
.left_menu a:visited{
	color: #907D48;
	text-decoration:none;
}
.left_menu a:hover{
	color: #FAA619;
	text-decoration:none;
}
.left_menu_selected {
	color: #FAA619;
	font-weight:bold;
	font-size: 16px;	
}
.left_menu_selected a:link{
	color: #FAA619;
	text-decoration:none;
}
.left_menu_selected a:visited{
	color: #FAA619;
	text-decoration:none;
}
.left_menu_selected a:hover{
	color: #FAA619;
	text-decoration:none;
}
.separator {
	background-color: CBB56A;
}

.title_orange {
	font-size: 24px;
	font-weight: bold;
	color: #faa619;
	line-height: 20pt;
}
.title_gery {
	font-size: 15px;
	color: #6D6E71;
	font-weight: bold;
}
.title_gery  a:hover{
	text-decoration:none;
}
.body_contents{
	font-family: Arial;
	color: #6d6e71;
	text-align: justify;
	font-size: 15px;
	line-height: 16pt;
}
.body_contents a:link{
	text-decoration:none;
	color: #6d6e71;
}
.body_contents a:visited{
	text-decoration:none;
	color: #6d6e71;
}
.body_contents a:hover{
	text-decoration:underline;
	color: #907D48;
}
.develop_note {
	color: #FF0000;
	font-weight: bold;
}
.small_fonts{
	font-size: 13px;
}
.table_title {
	color: #FFFFFF;
	background-color: #907D48;
	font-weight: bold;
	font-size: 16px;	
}
.table_subtitle1 {
	background-color: #F8DB8F;
	font-size: 15px;
	line-height: 16pt;
}
.table_subtitle2 {
	background-color: #F7F0BC;
	font-size: 15px;
	line-height: 16pt;
}
.table_content1 {
	background-color: #CCCCCC;
	font-size: 15px;
	line-height: 16pt;
}
.table_content2 {
	background-color: #DFDFDF;
	font-size: 15px;
	line-height: 16pt;
}
.table_remarks {
	color: #FFFFFF;
	background-color: #907D48;
	font-size: 13px;
}
.table_bold_em {
	font-weight: bold;
	font-style: italic;
}
.table_em {
	font-style: italic;
}
.table_barline {
	background-color: #6d6e71;
}
.table_bg {
	background-color: #907D48;
}
