* {
	margin: 0;
	padding: 0;
	outline: 0;
}

*:active, *:focus {
	outline: 0; 
}

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner { border : 0px; } 
input[type="submit"]:focus, input[type="button"]:focus { outline : none; }

html, body {
	height:101%;
	background: #fff;
	font-family: tahoma, sans-serif;
	font-size: 8pt;
	line-height: 16px;
	color: #1b252c;
}

img { border: 0; }

table {
	border-collapse: separate;
	border-spacing: 0px;
}

textarea {
	border: 1px solid #d3e5e5;
	margin: 10px 0px;
	padding: 2px 5px;
	min-width: 207px;
	background-color: #fff;
}
textarea:focus {
	border: 1px solid #00aacf;
	background-color: #fff;
}

select {
	max-width: 219px;
	min-width: 219px;
	width: 219px;
	font: normal 11px tahoma, sans-serif;
	padding: 3px;
	margin: 2px 11px 2px 0;
	border: 1px solid #d3e5e5;
	vertical-align: middle;
	text-transform: uppercase;
}

h1 {
	line-height: 35px;
	display: block;
	font-size: 24px;
	font-family: tahoma, sans-serif;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	color: #333;
}
h2 {
	font-size: 17px;
	font-family: tahoma, sans-serif;
	font-weight: normal;
	padding: 5px 0px;
}
h3 {
	font-size: 13px;
	font-family: arial, tahoma, sans-serif;
	font-weight: bold;
}

a,
a:visited,
a:active {
	color: #0044cc; text-decoration: underline;
}
a:hover {
	color: #1b252c;
	text-decoration: none;
}

strong, b {
	font-weight: bold;
	text-transform: none;
	font-size: 12px;
	font-family: arial, tahoma, sans-serif;
}

small {
	font-size: 8pt;
	color: #666;
	font-family: tahoma, sans-serif;
	font-weight: normal; 
}

td {
	padding: 0;
	height: 20px;
}

img, input {
	vertical-align: baseline;
}

ul, ol {
	list-style-position: outside;
	list-style-type: none;
}

.tooltip {
	position: absolute;
	display: none;
	background-color: #fff;
	border: 1px solid #1b252c;
	padding: 5px;
	margin-top: 10px;
	max-width: 300px;
	text-align: left;
}

.text-only {
	padding: 10px;
	line-height: 18px;
}

.benefit {
	color: #666;
	font-size: 8pt;
	font-family: tahoma, sans-serif;
}

.strikeout {
	text-decoration: line-through;
	font-weight: normal;
	color: #a88;
	font-style:italic;
	margin-right: 5px;
	font-size: 8pt;
}

.error_message {
	background-color: #fcc;
	width: 930px;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #000;
}

.info_message {
	background-color: #ccf;
	width: 930px;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #000;
}

.notice_message {
	background: lightgreen;
	width: 930px;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #000;
}

.success_message {
	background-color: #cfc;
	width: 930px;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #000;
}

.error {
	background-color: #FCC;
	padding: 5px 25px;
	border: 1px solid #A00;
	margin: 2px 0px;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clr {
	clear: both;
	height: 0px;
	overflow: hidden;
	min-height: 0px;
	max-height: 0px;
	content: "";
}

.solid-line {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #cde5ef;
	border-left: 0;
	border-right: 0;
	margin: 10px 5px;
}