.fixed {font-size: 10px}
.menu { text-align: center; word-spacing: 0; font-family: Times New Roman; font-size: 10pt; margin: 0 }
.menu_l { font-family: Times New Roman; font-size: 10pt; word-spacing: 0; margin-left: 5; margin-right: 0; margin-top: 0; margin-bottom: 0; text-align:left }
.menu_r { font-family: Times New Roman; font-size: 10pt; word-spacing: 0; margin-left: 0; margin-right: 5; margin-top: 0; margin-bottom: 0; text-align:right }
.fixed12 {font-size: 12pt}
.fixed_2 {font-family: Times New Roman; font-size: 10pt; margin-top: 0; margin-bottom: 0}
.fixed_3 {font-family: Times New Roman; font-size: 12pt; margin-top: 0; margin-bottom: 0}
.fixed_4 {font-family: Times New Roman; font-size: 14pt; margin-top: 0; margin-bottom: 0}

* {font-family: Times New Roman;}

.section {
	width: 100%;
	padding: 0;
	background: #F0FFA0;
	margin: 0 0 10px;
}
ul.tabs {
margin: 0; padding: 0;
	height: 22px;
	font-size: 10pt;
	line-height: 19px;
	list-style: none;
	border-bottom: 1px solid #B5DA7B;
	background: #F0FFA0;
}

.tabs li {
	float: left;
	display: inline;
	margin: 0 1px -1px 0;
	padding: 0 13px 1px;
	color: #777;
	cursor: pointer;
	background: #F0FFA0;
	border: 1px solid #B5DA7B;
	border-bottom: 1px solid #B5DA7B;
	position: relative;
}

.tabs li:hover {
	color: #0000FF;
	padding: 0 13px;
	background: #FFFFDF;
	border: 1px solid #CFE8AA;
}

.tabs li.current {
	color: #444;
	background: #F5FFBF;
	padding: 0 13px 2px;
	border: 1px solid #B5DA7B;
	border-bottom: 1px solid #F5FFBF;
}

.box {
	display: none;
	border: 1px solid #B5DA7B;
     border-width: 0 1px 1px;
	background: #F5FFBF;
}

.box.visible {
	display: block;
}
