body {
	background-color: white;
	font-family: arial;
	font-size: small;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: x-large;
	font-family: Times New Roman;
}

h2 {
	font-size: medium;
	font-family: Arial;
	margin-bottom: 5px;
}

h3 {
	font-size: medium;
	font-family: Times New Roman;
}

a {
	text-decoration: underline;
}

.menuHeader {
	font-family: arial;
	font-size: large;
}

a.menu {
	font-family: arial;
	font-size: small;
	color: black;
	text-decoration: none;
}

a.menu:hover {
	text-decoration: underline;
}

a.latest {
	font-size: small;
	color: red;
	text-decoration: none;
}

a.latest:hover {
	text-decoration: underline;
}

td.aimeBackgroundColor,#backgroundSq {
	background-color: #fffbd3;
}

.purpleBlock {
	background-color: #e6e6ff;
	width: 16em;
	padding: 10px;
}

div.content {
	width: 800px;;
	margin-top: 10px;;
	margin-bottom: 10px;
	text-align: left;
}

#hline1 {
	top: 200px;
	left: 0px;
	visibility: hidden;
	z-index: 10;
}

#vline1 {
	top: 0px;
	left: 12px;
	visibility: hidden;
	z-index: 10;
}

.hline {
	min-height: 1px;
	height: 1px;
	width: 800px;
	position: absolute;
}

.vline {
	min-width: 1px;
	width: 1px;
	height: 600px;
	position: absolute;
}

#hline1  , #vline1 {
	background-color: rgb(153, 0, 51);
}

.section {
	font-size:110%; 
	color:#000000;
	font-weight: bold;
	height:20px;
	padding-top:30px;
}
.label {
	font-family: futura, tahoma, arial, sans-serif;
	font-weight: bold;
	color: #4A9ECD;
}
.longIn {
	width: 300px;
}

.selected {
	text-decoration: underline;
}

.importedLink{
	font-weight: bold;
	color: blue;	
}

#welcomebox {
	background-color: #fffced;
	font-family: arial;
	font-size: small;
	padding: 10px;
}

.signed {
	font-family: arial;
}

.tutorial .objective{
	font-style: italic;
}

.tutorial .prerequisites{
	margin-top: 10px;;
	margin-bottom: 10px;
}

.tutorial{
	margin-top: 50px;
}

.speaker{
	padding: 25px 25px 25px 0px;
}

.speaker .invited{
	font-size: x-large;
	font-family: Times New Roman;
	font-weight: bold;
	letter-spacing: 2px;
}
	
.speaker .title{
	font-weight: bold;
}

.speaker .by{
	font-style: italic;
	font-family: Times;
	font-weight: normal;
	visibility: hidden;
}

.speaker .country{
	font-weight: normal;
	font-style: italic;
}

.speaker .organisation{
	font-weight: normal;
}