@charset "utf-8";
/* CSS Document */

.smalltxt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	height: 138px;
	width: 801px;
	float: left;
	list-style-type: none;
	
	
}
.blackbg {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #006699;
	height: auto;
	overflow: hidden;
	clear:both;
}
.grybg {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #003399;
	height: auto;
	margin-left: 1px;
	padding: 2px;
	}
	
.headtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4D699B;
	position: absolute;
	left: 257px;
	top: 50px;
	font-weight: bold;
	overflow: visible;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 199px;
}
.txtbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	background-color: #CCCCCC;
	font-weight: bold;
	border: 2px solid #FFFFFF;
	padding: 5px;
	margin: 5px;
	cursor:pointer;
}
.txtbox:hover {background-color:#FF9;}
.txtbox:focus {background-color:#FFF;}
.small {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
}

