.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
}

.text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
}
.footer_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #0033FF;
	text-decoration: none;
}
.terminals {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #000000;
}
.features {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #003399;
	text-decoration: none;
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
}
.opportunities {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.bg {
	background-attachment: scroll;
	background-image: url(images/worldbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.featuresBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #003399;
	text-decoration: none;
	font-weight: bold;


}
.featuresBullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #003399;
	text-decoration: none;
	list-style-type: disc;

}

.featuresBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #003366;
	text-decoration: none;
	font-weight: bold;


}

.featuresBoldwBack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #003399;
	text-decoration: none;
	font-weight: bold;
	background-color: #f7f7f7;
	margin-bottom: 25px;
	margin-top: 25px;

}

.terminalsSMuc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
	font-variant: small-caps;

}

.thumbnail_text{
font-family: verdana; font-size: 14px;
text-style: normal;
text-align: center;
text-decoration: none;
text-indent: 0px;
color: #000000;
font-weight: bold;
padding-top: 0px;
padding-bottom: 40px;
padding-left: 0px;
padding-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
}

.sub_features {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #003399;
	text-decoration: none;
	font-weight: normal;
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(/images/bullet.gif);
}

.sub_specs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #003399;
	text-decoration: none;
	font-weight: bold;
	list-style-type: none;
	margin-right: 10px;
}

.back_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CC0000;
	text-decoration: underline;
	margin-top: 25px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}

.features_table {
	vertical-align: top;
	margin: 10px;
	padding: 10px;

}

/* following added Xzone9 - RKH - 01132012 */
#form_header h3 {
	font-size:90%;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-color: #f7f7f7;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0px;
}
#form_design {
	text-align: center;
	display: block;
	width: 400px;
	padding-left: 100px;
}

#form_design p {
	line-height:17px;
	margin:2px 10px 15px 13px;
	text-align: left;
}

#form_design .field {
	color:#0033cc;
	font-size:100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 1px;
}

input:focus, select:focus, textarea:focus {
	background-color: #FFFFEA;
	border: 1px solid #016e92;
	padding: 1px;
	margin: 1px;
}

#form_design .button {
	font-size:90%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #0033cc;
	color: #FFFFFF;
	margin-left: 50px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#form_design h4 {
	margin:2px 10px 15px 13px;
	text-align: center;
	color: #FFFFFF;
	background-color: #FF0000;
}
#form_design #veriferror {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	background-color: #CC0000;
	text-align: center;
}
#form_design #form1 img {
	vertical-align: middle;
}

