/* main menu */
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	word-spacing: 5;
	letter-spacing: 5;	
	padding-top: 0px;
	padding-bottom: 0px;
}
.content {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	letter-spacing: 2;
	padding-left: 0px;
	padding-top: 0px;
}


/* shadow */
.bgleft {
	width: 17px;
	background: url("images/bg_left.gif") #FFFFFF 100% 0 repeat-y;
	background-image:url(images/bg_left.gif)
}

.bgright {
	width: 17px;
	background: url("images/bg_right.gif") #FFFFFF repeat-y;
	background-image:url(images/bg_right.gif)
}

.shtop {
	height: 47px;	
	background-image:url(images/fon_bot.gif);
}

.shbot {
	height: 61px;	
	background-image:url(images/fon04.gif);
}

table.mainbody td.mainbody td.sectiontableheader {
  font-weight: bold;
  padding: 4px;
  line-height: 20px;
  background: #FFFFFF;
  border-bottom: 1px solid #cad1d8;
}