

.wym_iframe p {
	padding: 5px;
}
	

strong {
	font-weight: bold;
	font-weight: 700;
}


em {
	font-style: italic;
}

a {
	color: #FF440B;
	text-decoration: none;
}

a:hover {
	color: #FFC866;
	text-decoration: none;
}

p {
	font-size: 13px;
	margin: 5px 0 15px;
	padding: 0;
}
p a {
	text-decoration: underline;
	color: #FF440B;
}
p a:hover {
	color: #FFC866;
	text-decoration: none;
}


h1, .wym_containers_h1 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 30px;
	margin: 20px 0 15px;
	font-weight: bold;
}

h2, .wym_containers_h2{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 22px 0 10px;
	font-weight: bold;
	color: #333;
	font-size: 16px;
	line-height: 22px;
}

h3, .wym_containers_h3 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 22px;
	margin: 20px 0 10px;
	font-weight: normal;
	font-weight: 300;
	color: #333;
}

h3 a {
	color: #333;
	text-decoration: underline;
}
h3 a:hover {
	text-decoration: none;
	color: #999;
}

h4, .wym_containers_h4 {
	font-family: 'DINCondBoldRegular', 'League Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 22px;
	margin: 20px 0 5px;
	font-weight: normal;
	font-weight: 300;
}

h4 a {
	color: #333;
	text-decoration: underline;
}
h4 a:hover {
	text-decoration: none;
	color: #999;
}

h5, .wym_containers_h5 {
/*  font-family: 'Crimson Text', Georgia, "Times New Roman", serif;*/
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	padding: 12px 45px;
	margin: 12px 0;
}

h6, .wym_containers_h6 {
	font-family: verdana, 'lucida grande', tahoma, arial, sans-serif;
	color: #777;
	font-size: 11px;
	line-height: 16px;
	margin: 20px 0;
	font-weight: normal;
}

ul {
	margin: 10px 10px 15px 35px;
	padding: 0;
	list-style: square;
	list-style-position: outside;
}

ul li {
	margin: 0;
	padding: 3px 0;
	line-height: 19px;
	font-size: 13px;
}

ul li a, ul li ul li a, ol li a {
	text-decoration: underline;
	color: #333;
}

ul li a:hover, ul li ul li a:hover, ol li a:hover {
	color: #888;
}

ul li ul {
	margin: 4px 4px 10px 35px;
}

ol {
	list-style: decimal;
	list-style-position: outside;
	margin: 10px 10px 15px 35px;
}

ol li {
	margin: 0;
	padding: 2px 0;
	line-height: 19px;
	font-size: 13px;
}

dl {
	margin: 15px 0;
}

dd {
	font-weight: bold;
	margin: 15px 0 0;
	line-height: 19px;
}

dt {
	line-height: 19px;
}
	

blockquote {
	float: left;
	width: 220px;
	margin: 0 15px 10px 0;
	border-left: 5px solid #FF440B;
	padding-left: 10px;
}

blockquote p {
/* font-family: 'DINCondBoldRegular', 'League Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
	display: inline-block;
	color: #FF440B;
	font-size: 20px;
	line-height: 24px;
	padding: 0;
	margin: 0;
}

table {
	width: 100%;
	margin: 20px 0;
}
th {
	font-weight: bold;
	color: #333;
	margin: 15px 0 0;
	padding: 15px 0 0;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
}
td {
	padding: 0 20px 0 0;
	font-size: 12px;
	line-height: 18px;
}

/* SelectBox styles */
.selectBox {
	position: relative;
	width: 188px; /* 188px + 35px (padding-right) + 2px (for borders) == 225px wide */
	border: solid 1px #BBB;
	text-decoration: none;
	color: #000;
	outline: none;
	vertical-align: middle;
	background: #F2F2F2;
	background: -moz-linear-gradient(top, #F8F8F8 1%, #E1E1E1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #F8F8F8), color-stop(100%, #E1E1E1));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	padding-right: 35px;
	display: inline-block;
	cursor: default;
}

.selectBox-disabled,
.selectBox-disabled .selectBox-arrow {
	color: #888 !important;
	border-color: #BBB !important;
	font-style: italic !important;
}

.selectBox:hover,
.selectBox-focus,
.selectBox:hover .selectBox-arrow,
.selectBox-focus .selectBox-arrow {
	border-color: #666;
}

.selectBox-label {
	width: 100%;
	padding: .2em .3em;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
}

.selectBox-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 23px;
	height: 100%;
	background: url(jquery.selectBox-arrow.html) 50% center no-repeat;
	border-left: solid 1px #BBB;
}

/* Dropdown styles */
#selectBox-dropdown {
	max-height: 200px;
	border: solid 1px #BBB;
	background: #FFF;
	margin-top: -1px;
	overflow: auto;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}

#selectBox-dropdown UL,
#selectBox-dropdown UL LI {
	list-style: none;
	padding: 0;
	margin: 0;
}

#selectBox-dropdown UL LI {
	white-space: nowrap;
	overflow: hidden;
	padding: .2em .6em .2em 20px;
	display: block;
	cursor: default;
}

#selectBox-dropdown .selectBox-optgroup {
	background: #F2F2F2;
	color: #888;
	padding-left: .6em;
}

#selectBox-dropdown.selectBox-hasOptgroups .selectBox-option {
	padding-left: 20px;
	background-position: 14px center;
}

#selectBox-dropdown .selectBox-option.selectBox-initial {
	background-image: url(jquery.selectBox-tick.html);
	background-position: 4px center;
	background-repeat: no-repeat;
}

#selectBox-dropdown .selectBox-current {
	background-color: #C8DEF4;
}

#selectBox-dropdown .selectBox-disabled {
	color: #888;
	font-style: italic;
}


/* The following can be removed if you already have a jQuery UI theme loaded */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

