html {
	background: transparent url(/images/global/background.png) repeat scroll 0 0px;
	overflow: scroll;
}
body {
	font-family: Arial;
	color: #414141;
}
a {
	color: #0d61aa;
}
a:link {
	color: #0d61aa;
}
a:active {
	color: #0d61aa;
}
a:visited {
	color: #597c9a;
}
a:hover {
	color: #414141;
}
body.deskman {
	width: 455px;
	padding: 10px 20px;
	margin: 10px 40px;
	background-color: #fff;
	position:relative;   
}
body.deskman br {
	display: inline;
}
body.deskman table {
  empty-cells: show;
  min-width: 10px;
  min-height: 10px;
}
body.deskman table tr td {
  min-width: 10px;
  min-height: 10px;
}

body.deskman div {
	background-color: #ecf6ff;
  margin-left:-2%;
  padding:10px 2%;
  width:100%;
  border: 1px dashed #e7e7e7;
}
body.deskman .tooltip {
  background-color: #f5ffec;
  border: 1px dotted #ddd;
  margin: -5px;
  padding: 5px;
}
body.deskman div.expand {
	background-color: #ffecec;
}
body.deskman div.faqs {
	background-color: #fffaec;
}
body.deskman a.expand {
  background-color: #fff;
  border: 1px dotted #ddd;
  margin: 0 -5px;
  padding: 5px;
  background-image: none;
}
.deskman div.faqs, .deskman div.expand {
  width: 100%;
}
body.deskman div.faqs h1,
body.deskman div.faqs h2,
body.deskman div.faqs h3,
body.deskman div.faqs h4,
body.deskman div.faqs h5 {
  background-color: #fff;
  border: 1px dotted #ddd;
  margin: 0 -5px;
  padding: 5px;
  background-image: none;
}
.deskman div.faqs h1,
.deskman div.faqs h2,
.deskman div.faqs h3,
.deskman div.faqs h4,
.deskman div.faqs h5 {
  background: transparent url(/images/global/icons/green_arrow_right.png) no-repeat scroll 0 4px;
  padding-left: 20px;
  clear: both;
  cursor: pointer;
}
.deskman div.faqs h4,
.deskman div.faqs h5 {
  background-position: 0px 6px;
}
.deskman div.faqs h1.open,
.deskman div.faqs h2.open,
.deskman div.faqs h3.open,
.deskman div.faqs h4.open,
.deskman div.faqs h5.open {
  background-image: url(/images/global/icons/green_arrow_down.png);
}
.deskman  a.expand {
  display: block;
  clear: both;
  color: inherit !important;
  text-decoration: inherit !important;
  padding-left: 20px;
  background: transparent url(/images/global/icons/green_arrow_right.png) no-repeat scroll 0 4px;
 }
.deskman  a.expand.open {
  background-image: url(/images/global/icons/green_arrow_down.png);
}
.deskman h1 {
	font-size: 3.6em;
	font-weight: bold;
	margin-bottom: .3em;
	color: #0d61aa;
}
.deskman h2 {
	font-size: 2.2em;
	font-weight: bold;
	margin-bottom: .3em;
}
.deskman h3 {
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: .3em;
}
.deskman h4 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: .3em;
}
.deskman h5 {
	font-size: 1.3em;
	margin-bottom: .3em;
}
.deskman p, .deskman h6, .deskman blockquote {
	font-size: 1.23em;
	margin-bottom: .75em;
}
.deskman h6, .deskman blockquote {
	font-style: italic;
}
.deskman blockquote {
	border-left: 5px solid #0d61aa;
	background-color: #f8f8f8;
	padding: 5px 10px 2px 15px;
}
.deskman blockquote p {
	font-style: italic;
}
.deskman ul, .deskman ol {
	list-style-position: inside;
	padding: 5px 15px;
	text-indent: -15px;
	margin: 5px 10px;
}
.deskman ul {
	list-style-type: disc;
}
.deskman ol {
	list-style-type: decimal;
}
.deskman li {
	font-size: 1.2em;
}
.deskman dl {
	margin: 5px 0px;
}
.deskman dl dt {
	font-weight: bold;
	font-size: 1.2em;
}
.deskman dl dd {
	margin-left: 1em;
	font-size: 1.2em;
}
.deskman em, .deskman i {
	font-style: italic
}
.deskman a {
	text-decoration: underline;
}
.deskman strong, .deskman b {
	font-weight: bold;
}
.deskman label {
	color: #0d61aa;
  font-size: 1.2em;
  font-weight: bold;
  padding: 3px 20px 0px 0px;
  margin-bottom: 7px;
  display: inline-block;
  width: 175px;
  vertical-align:top;
  float: left;
  line-height: 1.6em;
  margin-right: 10px;
}
.deskman.inline_form input[type=submit], .deskman .inline_form input[type=submit] {
  margin-left: 10px;
}
.deskman .inline_form label, .deskman.inline_form label {
  width: auto;
}
.deskman .inline_form label .required {
  top: 0px;
}
.deskman input, .deskman textarea, .deskman select, .deskman button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 1.2em;
	margin: 0 .7em .7em 0;
  float: left;
}
.deskman input[type=checkbox] {
	position: relative;
	top: 2px;
}
.deskman input[type=submit], .deskman button {
	background-color: #0d61aa;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 205px;
}
.deskman input[type=checkbox] {
  position: relative;
  top: 6px;
}

.deskman input[type=text] {
	width: 15em;
}
.deskman textarea {
	height: 10em;
	width: 20em;
}
.deskman .framed {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	display: block;
}
.deskman img.framed.left {
	float: left;
	margin: 6px 10px 2px 0px;
}
.deskman img.framed.right {
	float: right;
	margin: 6px 0px 2px 10px;
}
.wrapper {
  display: none;
}