p.setpara {

	font-family: Helvetica, Arial, sans-serif;
	text-align:left;
	font-size: 14px;
	color: black;
	margin: 0 350 15 41;
}

p.setpara3 {

	font-family: Helvetica, Arial, sans-serif;
	text-align:left;
	font-size: 14px;
	color: black;
	margin: 0 0 15 41;
}

h1.setpara2 {

	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 20px;
	color: #003373;
	margin: 41 0 15 41;
}

p.footer {
	font-family: Arial Narrow, Helvetica, sans-serif;
}

.cover {
    position: absolute;
    width: 19em;
    height: 17em;
    display: none;
    background: #cdd6b7;
    margin: 114em 60em;
}

li {

	font-family: Helvetica, Arial, sans-serif;
	text-align:left;
	font-size: 14px;
	color: black;
	margin: 0 300 5 0;
}

li.2 {

	font-family: Helvetica, Arial, sans-serif;
	text-align:left;
	font-size: 14px;
	color: black;
	margin: 0 0 5 0;
}


p {

	font-family: Helvetica, Arial, sans-serif;
	text-align:left;
	font-size: 14px;
	color: black;
	margin: 20 20 20 41;
}

h3 {

	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 16px;
	color: #003373;
	margin: 20 0 15 41;
	
}


h4 {

	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 16px;
	color: #003373;
	margin: 20 0 15 41;
}


h5 {

	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 14px;
	color: #003373;
	margin: 20 0 15 41;
}

img {

	border: none;
}
a:link {
color:#black;
text-decoration:none;
cursor:pointer;
}

a:visited {
color:black;
text-decoration:none;
}

a:hover {
color:#749af6;
text-decoration:none;
}

a:focus {
outline: none; /* remove the dotted outline added by Firefox */
}

a:active {
color:#f2f4ec;
cursor:wait;
}

.rainbow {
	margin:0 30%;
}

.quote {
	display:block;
	max-width: auto;
	border-radius: 5px;
	background: #EFC1EC; /* Old browsers */
background: -moz-linear-gradient(top, #EFC1EC 0%, #FFE7FD 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EFC1EC), color-stop(100%,#FFE7FD)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #EFC1EC 0%,#FFE7FD 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #EFC1EC 0%,#FFE7FD 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #EFC1EC 0%,#FFE7FD 100%); /* IE10+ */
background: linear-gradient(to bottom, #EFC1EC 0%,#FFE7FD 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFC1EC', endColorstr='#FFE7FD',GradientType=0 ); /* IE6-9 */
	padding: 0.62em;
	line-height: 1.3em;
	
}
.neutral_quote {
	display:block;
	max-width: auto;
	border-radius: 5px;
	background: rgb(254,255,232); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNmRiYmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(254,255,232,1) 0%, rgba(214,219,191,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,232,1)), color-stop(100%,rgba(214,219,191,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(254,255,232,1) 0%,rgba(214,219,191,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(254,255,232,1) 0%,rgba(214,219,191,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(254,255,232,1) 0%,rgba(214,219,191,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(254,255,232,1) 0%,rgba(214,219,191,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffe8', endColorstr='#d6dbbf',GradientType=0 ); /* IE6-8 */

	padding: 0.62em;
	line-height: 1.3em;
	
}

.small
 	{
 		font-weight: bold;
 		font-size: 90%;
 	}

.tri {
	position: relative;
	width: auto;
	height: auto;
	padding: 1em;
	background: #E1FDFF;
}

.q1 
{
	display:block;
	max-width: auto;
	border-radius: 5px;
	background: #F4DADA; /* Old browsers */
background: -moz-linear-gradient(top, #F4DADA 0%, #8E7F7E 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F4DADA), color-stop(100%,#8E7F7E)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #F4DADA 0%,#8E7F7E 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #F4DADA 0%,#8E7F7E 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #F4DADA 0%,#8E7F7E 100%); /* IE10+ */
background: linear-gradient(to bottom, #F4DADA 0%,#8E7F7E 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4DADA', endColorstr='#8E7F7E',GradientType=0 ); /* IE6-9 */
	padding: 0.62em;
	line-height: 1.3em;
}

.q2 
{
	display:block;
	max-width: auto;
	border-radius: 5px;
	background: #5BFFD0; /* Old browsers */
background: -moz-linear-gradient(top, #5BFFD0 0%, #319C78 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5BFFD0), color-stop(100%,#319C78)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #5BFFD0 0%,#319C78 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #5BFFD0 0%,#319C78 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #5BFFD0 0%,#319C78 100%); /* IE10+ */
background: linear-gradient(to bottom, #5BFFD0 0%,#319C78 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5BFFD0', endColorstr='#319C78',GradientType=0 ); /* IE6-9 */
	padding: 0.62em;
	line-height: 1.3em;
}
.q3 
{
	display:block;
	max-width: auto;
	border-radius: 5px;
	background: #FFBF88; /* Old browsers */
background: -moz-linear-gradient(top, #FFBF88 0%, #976E4D 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFBF88), color-stop(100%,#976E4D)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #FFBF88 0%,#976E4D 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #FFBF88 0%,#976E4D 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #FFBF88 0%,#976E4D 100%); /* IE10+ */
background: linear-gradient(to bottom, #FFBF88 0%,#976E4D 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFBF88', endColorstr='#976E4D',GradientType=0 ); /* IE6-9 */
	padding: 0.62em;
	line-height: 1.3em;
}
.q4 
{
	display:block;
	max-width: auto;
	border-radius: 5px;
	background: #92DA46; /* Old browsers */
background: -moz-linear-gradient(top, #92DA46 0%, #537E25 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#92DA46), color-stop(100%,#537E25)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #92DA46 0%,#537E25 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #92DA46 0%,#537E25 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #92DA46 0%,#537E25 100%); /* IE10+ */
background: linear-gradient(to bottom, #92DA46 0%,#537E25 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92DA46', endColorstr='#537E25',GradientType=0 ); /* IE6-9 */
	padding: 0.62em;
	line-height: 1.3em;
}

.res {
	color: #003373;
	display: block;
	position: absolute;
	margin: 55px 756px;	
width: 224px;
font-weight: bold;
font-style: italic;
}
.ref {
	color: #91822d;
	display: block;
	position: absolute;
	margin: 204px 756px;	
	font-size: 60%;
	width: 224px;
	font-weight: bold;
}
.q_image {
	position: absolute;display: block;width: auto;height: auto;margin: 35px 707px;
}
.lwk {
	position: absolute;display: block;width: auto;height: auto;margin: -228px 818px;
}