body {
	background-color: #ffffff;
	font-family: ITC Benguiat Gothic, Comic Sans MS;
	font-size: 10pt;
	font-weight: bold;
	color: #96c864;
	scrollbar-3dlight-color: transparent;
	scrollbar-arrow-color: #85E538;
	scrollbar-base-color: transparent;
	scrollbar-darkshadow-color: #63B620;
	scrollbar-face-color: #639234;
	scrollbar-highlight-color: #85E538;
	scrollbar-shadow-color: #639234;
	scrollbar-track-color: #85E538;			
}

td {
	font-family: ITC Benguiat Gothic, Comic Sans MS;
	font-size: 10pt;
	font-weight: bold;
	color: #4b6464;
	
}

input.chk
{
	float:right;
	margin-right:10px;
	clear:right;
}

label
{
	float:left;	
}
H3 {
  color: #4b6464; 
  font-family: ITC Benguiat Gothic, Comic Sans MS; 
  font-size: medium;
  font-weight: bold;
}

td #bg_top {
	background-image: url('../images/lay-out/top.png');
	background-repeat: no-repeat;
}

td.left {
	background-image: url('../images/lay-out/left.png');
	background-repeat: no-repeat;
}

td.left-bg {
	background-image: url('../images/lay-out/left-bg2.png');
	background-repeat: no-repeat;
}

td.line {
	background-color: #000000;
}

td.bg {
	/*background-image: url('../images/lay-out/bg.png');
	background-repeat: no-repeat;*/
}

div.left-text {
	font-family: ITC Benguiat Gothic,Comic Sans MS;
	font-weight: bold;
	color: #4b6464;
	overflow: auto;
	height: 234px;
	padding-right: 30px;
}

div.text {
	font-family: ITC Benguiat Gothic, Comic Sans MS;
	font-size: 10pt;
	font-weight: bold;
	color: #103833;
	overflow: auto;
	height: 380px;
	padding-right: 30px;
}

font.title {
	font-family: ITC Benguiat Gothic, Comic Sans MS;
	font-size: 12pt;
	font-weight: bold;
	color: #103833;
}

a {
	font-family: ITC Benguiat Gothic, Comic Sans MS;
	font-size: 10pt;
	font-weight: bold;
	color: #639234;
	text-decoration: none;
}

a:visited {
	font-family: ITC Benguiat Gothic, Comic Sans MS;
	font-size: 10pt;
	font-weight: bold;
	color: #639234;
	text-decoration: none;
}

a:hover {
	font-family: ITC Benguiat Gothic, Comic Sans MS;
	font-size: 10pt;
	font-weight: bold;
	color: #639234;
	text-decoration: underline;
}

.text {
	font-family: ITC Benguiat Gothic, Comic Sans MS;
	font-size: 10pt;
	font-weight: bold;
	color: #103833;
	overflow:scroll;
	height:381px;
}

td.bottom-left {
	background-image: url('../images/lay-out/bottom-left.png');
	background-repeat: no-repeat;
}

td.bottom-right {
	background-image: url('../images/lay-out/bottom-right.png');
	background-repeat: no-repeat;
}
.underline td{
	border-bottom:1px solid #103833;
}
.spec_input{
	display: none;
} 

