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

.copy {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.shadow {
	filter: Shadow(Color=#1b1b1b, Strength=10, Direction=135);
}

.orangebg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

.darkbg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2c2b2b;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.greydark_bg {
	background-color: #707070;
}
.greylight_bg {
	background-color: #CCCCCC;
}
.greytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}
.greybold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #707070;
}


.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
}
.orange_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FF9900;
	text-decoration: none;
	text-align: justify;
}




.home_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
	line-height: 18px;
}
.greenbold_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8cd225;
	text-decoration: none;
	text-align: justify;
	font-weight: bold;
}
.home_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d8d8d8;
	text-decoration: none;
	text-align: justify;
	line-height: 18px;
}
.leftbg {
	background-color: #5f5f5f;
}
.right_bg {
	background-color: #393939;
}


.greenbold_small {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8cd225;
	text-decoration: none;
	text-align: justify;
	font-weight: bold;
}
.bullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 11px;
	color: #CCCCCC;
	list-style-position: inside;
	list-style-type: square;
}

.body_text_ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.yellow_textb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFF99;
	text-decoration: none;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

.whitebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}

.whitenormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}
.inputbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: left;
	height: 15px;
	width: 150px;
	padding-left: 3px;
	border: 1px solid gray;
	
}
.inputbox2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #efefef;
	text-decoration: none;
	background-color: #707070;
	text-align: left;
	height: 15px;
	width: 150px;
	padding-left: 3px;
	border: 1px solid white;
	
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #CCCCCC;
	text-align: center;
	cursor: pointer;
	width: 50px;
	border: 1px inset #000000;
}


.inputbox_multi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: left;
	height: 75px;
	width: 150px;
	padding-left: 3px;
	border: 1px solid gray;
	
}

.inputbox_multi2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #efefef;
	text-decoration: none;
	background-color: #707070;
	text-align: left;
	height: 75px;
	width: 150px;
	padding-left: 3px;
	border: 1px solid white;
	
}

