@charset "utf-8";
/* CSS Document */
<style>

.style_plainstyle {
	font-size: 14px;
	text-decoration: none;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
.style_bigwhite {
	font-size: 36px;
	color: #FFF;
	text-decoration: none;
}
.style_bigblack {
	font-size: 18px;
	color: #000;
	text-decoration: none;
}
.divBIG {
	width:540px;
	height:40px;
	background-color:gray;
	border:2px ridge #999;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	-webkit-box-shadow: 5px 5px 5px #888888; /* Safari */
	box-shadow: 5px 5px 5px #888888;
}
.style_BIG {
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
}

.style1 {
	font-size: 11px;
	color: #000000;
}

.style1b {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.style7 {color: #FFFFFF}
.style10 {font-size: 12px}

.style16 {font-size: 12px; font-weight: bold; }
.style17 {font-size: 12px; color: #FFFFFF; }

.style3 {
	color: #000000;
	font-weight: normal;
}
.style5 {font-size: 14px; font-weight: bold; color: #000000; }
.style5red {font-size: 14px; font-weight: bold; color: #BF000D }
.style77 {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
.style11 {font-size: 14px}
.style31 {font-size: 12px}

 .stylew31 {	color: #FFFFFF;
	font-size: 12px;
}
.style4 {	color: #FFFFFF;
	font-size: 18px;
}
.style101 {font-size: 12px; color: #000000; }
	body{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:0.9em;
		line-height:130%;
		margin:2px;
	}
	
	
	.selectBoxArrow{
		margin-top:1px;
		float:left;
		position:absolute;
		right:1px;
		

	}	
	.selectBoxInput{
		border:0px;
		padding-left:1px;
		height:16px;
		position:absolute;
		top:0px;
		left:0px;
	}

	.selectBox{
		border:1px solid #7f9db9;
		height:20px;	
	
	}
	.selectBoxOptionContainer{
		position:absolute;
		border:1px solid #7f9db9;
		height:100px;
		background-color:#FFF;
		left:-1px;
		top:20px;
		visibility:hidden;
		overflow:auto;
		z-index:1000;
	}
	.selectBoxIframe{
		position:absolute;
		background-color:#FFF;
		border:0px;
		z-index:999;
	}
	.selectBoxAnOption{
		font-family:arial;
		font-size:12px;
		cursor:default;
		margin:1px;
		overflow:hidden;
		white-space:nowrap;
	}