.captiontext
{
	font-weight: bold; font-size: 19px; 
	font-family: Georgia; font-style: italic;
	color: #003C74;
	
}

.captionQuote
{
	font-size : 27px; 
	font-weight: bold;
	color: #003C74;
}

#outer {overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position:
static;}

#inner {position: relative; top: -50% ; text-align : center ; } /*
for
explorer only */
/* optional: #inner[id] {position: static;} */

/* just format */
div.noBorder { width : 100% ; }

div.captionBox
{
	height: 148px; width: 220px;
}

span.stepLabel
{
	font-weight: bold; 
	font-size: 15px; 
	color: #3A7DC1;
}
