@charset "UTF-8";
.text10black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 000000;
}.text11black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.text12black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.text12gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}



body {background-color: #BEB1A0;
}


  
  a:link { 
	text-decoration: underline;
	color: #000000;
	}
a:visited { 
	text-decoration: underline;
	color: #000000;
	}
a:hover { 
	text-decoration: underline;
	color: #000000;

	}
a:active { 
	text-decoration: underline;
	color: #000000;
	}
	
.text14blackBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.text18blackBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}


.lowerBox {
	overflow: auto;
	position: relative;
	height: 240px;
	width: 720px;
	left: 3px;
	top: 3px;
	right: 5px;
	bottom: 5px;
	background-color: #FFFFFF;
}
.text11red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C41301;
}
