<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2995e8;
}
body {
	background-color: #3d3d3d;
	background-image: url(../images/page-bkg.gif);
	background-repeat: repeat-x;
}
a:link {
	color: #c90e00;
	font-weight: bold;
}
a:visited {
	color: #c90e00;
}
a:hover {
	color: #3d3d3d;
}
a:active {
	color: #c90e00;
}
.table-left {
	background-image: url(../images/table-left-bkg.jpg);
	background-repeat: repeat-y;
}
.table-right {
	background-image: url(../images/table-right-bkg.jpg);
	background-repeat: repeat-y;
}
.table-blue {
	background-color: #2a95e8;
}
.table-white {
	background-color: #ffffff;
}
.table-body {
	background-image: url(../images/body-bkg.gif);
	background-repeat: repeat-y;
}
.content-left {
	background-image: url(../images/content-left-bkg.gif);
	background-repeat: repeat-x;
}
.content-right {
	background-image: url(../images/content-right-bkg.gif);
	background-repeat: repeat-x;
}
.content-spacer {
	width: 2px;
}
hr {
	color: #3d3d3d;
	background-color: #3d3d3d;
	border: none;
	height: 1px;
}
.sim-li {
	background-image: url(../images/sim-li.gif);
	background-repeat: no-repeat;
	color: #a3a3a3;
	margin-left: 20px;
	padding-left: 20px;
}
#loadingGraphic{
    display:none;
}
.captureTable {	padding:4px;
	margin:4px;
}
.genderTxt {	font-size:85%;
	font-family: Arial;
	color: #372a21;
	font-weight: normal;
}
.personalInfo {
	font-family:Myriad Pro;
	color:#022E64;
	font-size:90%;
	font-weight:bold;
	padding:3px;
	margin:auto;
}
.tableStripe {
	background-color:#f9fcf8;
}
.inputStyle{
	font-family: Arial;
	font-size: 75%;
	width: 95px;
}
.inputStyle3{
	font-family: Arial;
	font-size: 75%;
	width: 225px;
	height:36px;
}
.selectStyle{
	font-family: Arial;
	font-size: 75%;
	width:230px;
}
.selectStyle2{
	font-family: Arial;
	font-size: 75%;
	width:100px;
}
#submitButton{
    height: 33px;
    width: 179px;
    overflow:hidden;
    background-image:url(../images/b-get-started-now.gif);
    background-position: top center;
    display:block;
}

#submitButton:hover{
    background-position: bottom center;
}
-->