/* CSS Document */
Body {
	margin-top:10px;
	background-color:#FFFFFF;
}
.txtTitle {
	font-family: Helvetica, Arial, Verdana;
	font-size: 18px;
	color: #c20e0e;
	text-decoration: none;
	font-weight: none;
}
.txtSubTitle {
	font-family: Helvetica, Arial, Verdana;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.txtGeneral {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: none;
}
.txtLink {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #c20e0e;
	text-decoration: none;
	font-weight: bold;
}
.txtTopLink {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #c20e0e;
	text-decoration: none;
	font-weight: none;
}
.txtNextText {
	font-family: Helvetica, Arial;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.txtForm {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.txtError {
	font-family: Arial;
	font-size: 11px;
	color: #c20e0e;
	text-decoration: none;
	font-weight: bold;
}
.padTextBox {
padding-top:12;
padding-left:10;
padding-right:25;
padding-bottom:0;
}
.padContact {
padding-top:30;
padding-left:0;
padding-right:25;
padding-bottom:0;
}

/* Images */
.imgSubmitBG {background: url(/images/submit_bg.gif) no-repeat;}

.imgTitleLeft {background: url(/images/title_logo.gif) no-repeat;}
.imgStartSide {background: url(/images/feature_entrance.jpg) no-repeat;}
.imgAboutSide {background: url(/images/feature_about.jpg) no-repeat;}
.imgBusinessSide {background: url(/images/feature_business.jpg) no-repeat;}
.imgInvestorsSide {background: url(/images/feature_investors.jpg) no-repeat;}
.imgCommitmentSide {background: url(/images/feature_commitment.jpg) no-repeat;}

.imgBanner {background: url(/images/start_banner.gif) no-repeat;}
.imgButtonLeft {background: url(/images/start_button_left.gif) no-repeat;}
.imgButtonRight {background: url(/images/start_button_right.gif) no-repeat;}

/* Forms */
.formField {
	font-size: 12px;
	font-family: Arial;
	background-color: #FAFAFA;
	border-width: 1;
	border-color: #607185;
	border-style: solid;
	padding:3px;
	padding-right:3px;
}
.formFieldSB {
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	background-color: #FAFAFA;
	border-width: 1;
	border-color: #607185;
	border-style: solid;
	padding:3px;
	padding-right:3px;

}
.formDrop {
	font-size: 12px;
	font-family: Arial;
	background-color: #FAFAFA;
	border-width: 1;
	border-color: #607185;
	border-style: solid;
}
input:focus, textarea:focus{
background-color: #FFFFE0;
}
.Space {
	padding-top:10px;
}
