.introtext{
	font-weight: bold;
	font-size: 18pt;
}
.spinner{
	position: relative;
	float: left;
	z-index: 7;
	font-size: 20px;
	font-weight: bold;
	opacity: 0;
}

#title{
	z-index: 6;
	top: 109px;
	position: relative;
}
body{
	margin: 0px;
	padding: 0px;
}
.texttop{
	width: 80%;
	margin-left: 10px;
	margin-top: 20px;
	padding: 5px;
	padding-left: 20px;
	border: 1px solid black;
	border-bottom: 0px;
	font-size: 16pt;
	font-weight: bold;
	color: white;
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(left,  #1e5799 0%, #2989d8 20%, #207cca 66%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1e5799), color-stop(20%,#2989d8), color-stop(66%,#207cca), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #1e5799 0%,#2989d8 20%,#207cca 66%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #1e5799 0%,#2989d8 20%,#207cca 66%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #1e5799 0%,#2989d8 20%,#207cca 66%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to right,  #1e5799 0%,#2989d8 20%,#207cca 66%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}
.textbox{
	width: 90%;
	margin-left: 10px;
	padding: 20px;
	border: 1px solid black;
	font-size: 14pt;

}
.demoimg{
	margin-right: 20px;
	margin-left: 0px;
	float: left;
	padding: 50px;
}
#menu{
	width: 830px;
	text-align: right;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 18pt;
}

.figure
{
	border: 1px solid black;
	padding: 10px;
	margin: 10px;
	font-weight: bold;
	text-align: center;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.figure img
{
	margin-bottom: 10px;
}
