h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #041f68;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #041f68;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #041f68;
}
.testim {font-family: "Courier New", Courier, mono}
ul.check li {
	list-style-position: outside;
	list-style-image: url('/images/checkmark.jpg');
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 2.5em;
}
ol li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 2.5em;
	font-weight:normal;
}
body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #eff8fc;
	background-image: url('/images/back.jpg');
}
a:link, a:visited, a:hover {
	color: #041f68;
	font-weight: bold;
	text-decoration: underline;
}
#dropinboxv2cover{
width: 320px; /*change width to desired */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
width: 300px; /*change width to above width-20. */
border: 1px solid black; /*Customize box appearance*/
background-color: #FAFAFA;
padding: 4px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}
#steps {
	background-color: #eeeeee;
	border:1px solid #666666;
	margin: 5px 0;
	text-align: center;
}
#steps ul {
	font-size: 14px;
	font-weight: bold;
	display: inline;
}

#steps ul li {
	color: #999999;
	padding: 2px 15px 2px 15px;
	list-style:none;
	display: inline;
}

#steps ul li.activeItem {
	color: #333333;
	background-color: #ffffff;
	border: 2px solid #333333;
	padding:6px 15px 6px 15px;
	list-style: none;
	display: inline;
}
#steps ul li.completedItem {
	color: #333333;
	background-color: inherit;
	padding: 6px 15px 6px 0px;
	display: inline; 
	text-decoration:line-through;
}
tr.row td.left{
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
	vertical-align:top;
	text-align:left;
}
tr.row td.right{
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	vertical-align:top;
	text-align:left;
}