/* GENERAL STYLES */
@charset "utf-8";
/* CSS Document */

a { color:#bf9d00;
	
}
a:visited {color:#909474;
}



.whiteLink, a.whiteLink, a.whiteLink:visited{
	color:#FFFFFF;
}

.plainTextLink, a.plainTextLink, a.plainTextLink:visited{
	color:#000000;
}

a:hover { color:#ff6801;
	text-decoration:underline;
}

h2,.h2{
	margin-bottom:1.3em;
	margin-top:20px;
	font-size:3em;
	font-weight:100;
}
h3,.h3{
	font-size:1.5em;
	color:White;
	background-color:#2e3208;
	width:100%;
	padding:5px;
	margin-top:10px;
	font-weight:100;
}
h4,.h4{
	font-size: 1.5em;
	color:#ff5c00;
	margin:0px 0px 0px 0px;
	line-height:1.5em;
}
h4#InvestmentAmountSum{
	background:url(/images/Investment_sum.jpg) no-repeat;
	width:329px;
	height:156px;
	visibility:visible;
	text-indent:-90000px;
	margin-top:10px;
}
h4#FinancingSum{
	background:url(/images/Financing_sum.jpg) no-repeat;
	width:329px;
	height:156px;
	visibility:visible;
	text-indent:-90000px;
	margin-top:10px;
}
h5{
	font-size: 12px;
	color:#ff5c00;
	margin-bottom:8px;
	margin-top:10px;
}
h6{
	font-size: 1.5em;
	padding-bottom:10px;
}

.h2,.h3,.h4,.h5{
	font-Size:200% !important;
	padding-bottom:15px;
}
p{
	font-size: 12px;
	margin-bottom:18px;
}

.text10{
 font-size:10px;
}

.textBolder12{
	font-size:12px;
	font-weight:bolder;
	color:#7C7C7C;
}

	.rowGray{
		border:1px solid #CCCCCC;
	}
	.rowBlue{
	border:1px solid #99CCFF;
	}  	
			
ol.list{
	line-height:1.5em;
	font-size:1.3em;
	margin-left:20px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	padding:8px;
	
}
ol.list li{
 list-style-type:decimal;
} ul.list li{
	list-style-image:url('/images/Bullet.gif');
	padding-left:10px;	
}
ul.list{
	font-size:1.4em;
	margin-left:20px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	padding:8px;
	
}

ul.tickList, ul.tickList li{
margin:0;
padding:0;
list-style-type:none;
}
ul.tickList li{
background:url('/images/FeaturesTick.png') left top no-repeat !important;
background:url('/images/FeaturesTick.gif') left top no-repeat;
padding:5px 0px 5px 35px;
} 


dl{
font-size:1.2em;
}

.miniText {
	font-size:1em;
	}
	
.checkbox { border:none 0px; }

.demo_imgs { margin-left:10px; }


.introText p{
	font-size:1.8em;
	line-height:1.2em;
}

/* EDITOR PROPERTIES */
h2 {

margin-bottom:1.3em;
margin-top:20px;
font-size:3em;
font-weight:100;

}

h3 {
	font-size:1.5em;
	color:White;
	background-color:#2e3208;
	width:100%;
	padding:5px;
	margin-top:10px;
	font-weight:100;
}

h4 {
	font-size: 1.5em;
	color:#ff5c00;
	margin:0px 0px 0px 0px;
	line-height:1.5em;
}

.introText {
	font-size:1.8em;
	line-height:1.2em;
}

.imageFlowLeft {

float:left; 
padding-right:20px;

}

