body {
	background-color: #fff;
	margin: 0;
}

.selectList {
	font-family: arial, helvetica, sans-serif;
	background-color: #F3F5F9;
	font-size: 12px
}

.bluebutton {
	font-family: arial, helvetica, sans-serif;
	background-color: #E3E3F0;
	border-width: 1;
	border-style: ridge;
	border-top-color: #9999FF;
	border-left-color: #9999FF;
	border-bottom-color: #000000;
	border-right-color: #000000;
	font-size: 12px;
	width: 80;
	height: 20
}

.beigebutton {
	font-family: arial, helvetica, sans-serif;
	background-color: #F1F1E1;
	border-width: 1;
	border-style: ridge;
	border-top-color: #666633;
	border-left-color: #666633;
	border-bottom-color: #000000;
	border-right-color: #000000;
	font-size: 12px;
	width: 80;
	height: 20
}

.continuebutton {
	font-family: arial, helvetica, sans-serif;
	background-color: #E3E3F0;
	border-width: 1;
	border-style: ridge;
	border-top-color: #9999FF;
	border-left-color: #9999FF;
	border-bottom-color: #000000;
	border-right-color: #000000;
	font-size: 12px;
	width: 120;
	height: 20
}

.boldBlueBtn {
	background-image: url("/smartforms/images/button_background.gif");
	background-color: #E3E3F0;
	border-width: 1;
	border-style: ridge;
	border-top-color: #9999FF;
	border-left-color: #9999FF;
	border-bottom-color: #000000;
	border-right-color: #000000;
	font-size: 12px;
	width: 90px;
	height: 20px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

.activelink {
	font-family: arial, helvetica, sans-serif;
	color: blue;
	font-size: 12px
}

.visitedlink {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: black;
	font-size: 12px
}

.boldactivelink {
	font-family: arial, helvetica, sans-serif;
	color: blue;
	font-size: 13px;
	font-weight: bold
}

.boldvisitedlink {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: black;
	font-size: 13px
}

#titleTbl {
	border-spacing: 0px !important;
	border-collapse: separate;
}

#titleTbl td {
	padding: 0px !important;
}

.servicelinks {
	padding: 16px;
}

.contentboldred {
	color: #FF0000;
	font-weight: bold;
}

.title {
	font-weight: bold;
}

.searchpanel {
	padding-top: 20px;
	padding-left: 15px;
}

.hide {
	display: none;
}

.errorTable {
	margin-left: 94px;
	border: 1px solid;
	padding: 0px !important;
	border-collapse: collapse;
	width: 41%;
	margin-top: 13px;
}

.errorTxt {
	list-style: decimal;
}

.errorTitle {
	font-size: 17px;
	font-weight: bold;
}

.header {
	width: 775px;
	margin-top: 10px;
	border-radius: 7px;
	border: 1px solid;
	border-color: #e1e1e1;
}

.logoText {
    font-size: 150%;
    height: 52px;
    font-weight: 600;
    color: #555555;
    padding-top: 36px;
    padding-left: 115px;
    font-family: ProximaNova-Semibold, Arial, sans-serif;
}

.headerBottom {
	background-color: #e1e1e1;
	height: 31px;
	position: relative;
	clear: both;
	border-top: 1px solid #c2c2c2;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

.footerwhite {
	color: #FFFFFF;
	font-size: 11px;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}

.footerblack {
	color: #000000;
	font-size: 11px;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}

.tr {
	width: 7.78px;
	height: 20;
}

.width775 {
	width: 775px;
}

.width760 {
	width: 760px;
}

.width767 {
	width: 767px;
}