@charset "utf-8";
/* CSS Document */
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.form {
	font-family: Arial;
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
	height: 26px;
	border: 1px dotted #CCCCCC;
	padding-left:40px;
	padding-right:5px;
	background-image: url(search-icon.png);
	width: 250px;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #E1F4FF;
}
.go {
	font-family: Arial;
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
	height: 30px;
	border: 1px dotted #CCCCCC;
	width: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #E1F4FF;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #585858;
	text-decoration: none;
	text-align: justify;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.hr-dot {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}
.vr-dot {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #B4B4B4;
}
.fotter {
	font-family: Arial;
	font-size: 8pt;
	text-transform: capitalize;
	color: #666666;
	text-decoration: none;
}
