/* General formatting */
body {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
}
	
a[href] {
	text-decoration: none;
	font-weight: bold;
	color: #C00;
}

a:link {color: #00E}
a:visited {color: #00E}
a:hover {color: #33F; text-decoration: underline }
a:active {color: #66F}

.titlesection {
	margin-bottom: 36pt;
}

.title {
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
}

.subtitle {
	font-size: 16pt;
	font-style: italic;
	/*font-weight: bold;*/
	text-align: center;
}

.author {
	font-size: 12pt;
	/*font-weight: bold;*/
	text-align: center;
	padding-top: 10pt;
	padding-bottom: 10pt;
}

.lastupdate {
	font-size: 8pt;
	text-align: right;
}

.figure {
	float: right;
	padding: 10pt;
}
