/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(images/white.png);
	
	/*
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(images/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

a, a:link {
color: #1D2B85;
}
a:hover {
color: #6EA61E;
}
.Title{
	color: #FF6600;
	line-height:22px;
	letter-spacing:normal;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	white-space: normal;
	padding-top: 5px;
	font-weight:normal;
	margin:5px 0 0 0;
	padding-bottom:15px;		
	}
.style1 {
/*	color: #1B75BC;*/
	color: #6EA61E;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style2 {
	color: #000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style3 {
	color: #DF2316;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.style4 {
	color: #DF2316;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style5 {
	color: #1D2B85;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.equal {
display:table;
border-collapse:separate;
}
.row {
display:table-row;
}
.row div {
display:table-cell;
}

.equal {
margin:0 auto;
border-spacing:0px;
width:600px;
text-align: left;
}
.row div {
background:#C2B2A4;
border: solid 0px #FFF;
border-bottom: 1px solid #FFF;
padding-bottom: 5px;
}

.row .one {
width:295px;
}
.row .two {
width:295px;
}
.vam { 
vertical-align:middle;
}
.row div h2 {
margin:0 0 0.5em 0;
padding:0.5em 10px;
font-size:140%;
color:#333;
}
.row div p {
font-size: 120%;
margin:0.5em 0;
padding: 0 10px;
}

