html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html { 
	color: #545e6a; 
	background: #ffffff; 
	font: 0.7em/1.4 Arial, Helvetica, sans-serif; 
}

body { 
}

a { color: #028f9c; text-decoration:none;}
a:visited { color: #00709a; }
a:hover { text-decoration:underline; }
a:active { text-decoration:none; }
			

 h1, h2,  h3, h4 { 
	font-family:  Arial, Helvetica, sans-serif;
	margin-bottom: .4em; 
	font-weight: normal; 
}
h1 {
	font-size:1.9em;
	font-weight:bold;
	color: #3f69aa;
}
h2,  .large-text { 
	font-size: 1.3em;
	color: #028f9c;
}
h3 { 
	font-size: 1.2em; 
	color: #3f69aa;
}
h4 { 
	font-size: 1em; 
	font-weight: bold; 
}
.colored{color: #028f9c;}
blockquote { 
	margin-left: 3em; 
	padding-left: 1em; 
	border-left: 2px solid #ccc; 
}
code, pre { 
	font: 1.2em/1 "Courier New", Courier, monospace;
	padding: 1px 2px;
	background: #eee; 
}
pre { 
	border: 1px dashed #aaa; 
	line-height: 1.7em; 
	padding: 5px; 
	font-size: .9em; 
	background: #eee; 
	margin: 0; 
}
strong { 
	font-weight: bold;
}
em { 
	font-style: italic;
}
sup, sub { 
	vertical-align: baseline; 
	position: relative; 
}
sup { 
	top: -0.4em; 
}
sub { 
	bottom: -0.3em; 
}

hr { 
	color: #ccc; 
	background-color: #ccc; 
	height: 1px; 
	border-width: 0px; 
}
.clear {
	clear: both;
}
ul, ol { 
	margin-left: 2em; 
	line-height: 1.3em; 
}
ul li, ol li { 
	margin-bottom: .2em; 
}

dl {  
}
dl dt { 
	margin-bottom: .2em; 
	font-weight: bold; 
}
 dl dd { 
	padding-left: 5em; 
	margin-bottom: .4em; 
}

p, ul, ol, dl, blockquote, pre, hr { 
	margin-bottom: 11px; 
}

.nomargin {
	margin: 0!important;
}
.f-left {
	float: left;
	margin: 0 15px 15px 0;
}
.f-right {
	float: right;
	margin: 0 0 15px 15px;
}
input.textbox, textarea.textbox{
	border-top: 1px solid #777777;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	background: #fff url('images/text-input-bg.gif') repeat-x left top;
}
input.captcha {
	text-align: center;
	font-size: 20px;
	height: 36px;
	font-size: 32px;
}
a.button, input.button{
	background: #0b85c5 url('images/button-bg.gif') repeat-x left top;
	line-height: 23px;
	height: 23px;
	display: inline-block;
	padding: 0 10px;
	font-style: italic;
	color: #fff!important;
	text-decoration: none;
}
a.button:hover,  input.button:hover {
	background-position: 0 -23px;
}
input.button {
	border: none;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}
.errortext {
	color: red;
	font-style: italic;
}
.large-taxt {
	color: #df1818; /*#990000;*/
	font-size: 2em;
}
.faq-item {
	margin-top: 10px; 
}
.faq-item-head {
	color: #f16522;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
} 
.faq-item-body {
	display: none;
	margin: 10px 0 20px;

}
.bx-editor-body  .faq-item-body {
	display:block;
}