/*
** HTML elements
*/

html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	background-color: #ecefd6;
	text-align:center; /* for IE */
	margin:0px;
}


a, a:link, a:visited, a:active {
	color:#571571;
	text-decoration:none
}

a:hover {
	color:#571571;
	text-decoration:underline;
}

ol li {
	margin:0 0 10px 0;
}

form {
margin: 0;
padding: 0;
}

textarea {
	font-family:verdana, arial, sans-serif;
	font-size:12px;
}

h1 {
	font-weight:bold;
	font-size:12px;
	padding-top: 5px;
	padding-bottom:0px;
	margin-bottom:0px;
	}

h2 {
	font-family:verdana, arial, sans-serif;
	font-weight:bold;
	font-size:15px;
	color:#822f91;
	padding-top: 25px;
	padding-bottom:0;
	margin-bottom:5px;
	}

h3 {
	font-family:verdana, arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#652c7c;
	margin:1em 0;
}

h4 {
	font-family:verdana, arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#652c7c;
}


h5 {
	font-family:verdana, arial, sans-serif;
	font-size:15px;
	padding: 5px 0px 0px 0px;
	color:#822f91;
	font-weight:bold;
	margin:0px;
}

sup {
	font-size:11px;
}

img {
	border:0px;
}

fieldset {
  border: 0;
}

hr {
  height: 1px;
  border: 1px solid gray;
}

table {
  border-collapse: collapse;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}


/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */


/**CONSENT**/

#consent {
	border:1px solid #ccc;
	padding:15px;
	margin-bottom: 2em;
}
#consent p {
	line-height:15px;
	padding-bottom:15px;
}
.consent-item {
	padding:5px 5px 10px 0;
}
#options {
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	padding: 8px;
}
#disagree {
	display:none;
	border:2px solid #ccc; /**THIS BORDER COLOR CAN BE CHANGED TO HIGHLIGHT COLOR OR SITE**/
	width:94%;
	padding:10px;
	background-color:#fff;
}
input {
      font-family: sans-serif;
  }

