@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	background: #00172A;
	font-family: "Segoe", "Arial", "Helvetica", sans-serif;
	font-size: 13px;
	*font-size: 75%;
	*line-height: 125%;
	color : #00172A;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
}
p, ul, ol {
	margin-bottom: 18px;
}

img,
a img {
	border: 0;
}

a:link,
a:visited {
	text-decoration: none;
	color: #3C3C41;
}

a:hover,
a:active {
	color : #00172A;
}

/* Remove anchor outlines in Firefox */
a:focus {
     -moz-outline:0;
     outline:0;
     outline-offset 0; 
}

.hm_clearer {
	clear: both;
	height: 1px;
	margin-bottom: -1px;
	overflow: hidden;
}

.hm_contentBlock {
	padding-bottom: 19px;
}

.hm_abbrev {
	vertical-align: baseline;
	font-size: 10px;
	line-height: 15px;
}

.show_on_print {
	display: none;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: snow;
	color: #303030;
	border: 1px solid #999999;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: snow;
	color: #303030;
	border: 1px solid #999999;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}	

/* banner with all steps */
table.stepBanner {
border: 1px solid #FFCC00;
width: 100%;
height: 25px;
}

td.stepBanner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold; 
	white-space: nowrap;
	text-align:center;
	padding: 8px;
	border-top: 1px solid snow;
	border-left: 1px solid snow;
	border-bottom: 1px solid snow;
}