<!--
@charset "utf-8";
/* CSS Document */

<style type="text/css">

body {
	background-color:#586478;
}
a:link { text-decoration: none; color:rgb(255,255,128); }
a:visited { text-decoration: none; color:rgb(255,255,176); }
a:hover { text-decoration: underline; color:#FFF; }
.MainTitle {
	font-family: 'TheSans-Plain', sans-serif;
	font-size: 500%;
	color: rgb(255,255,128);
}
.MenuItem {
	font-family: 'TheSans-Plain', sans-serif;
	font-size: large;
	color: #FFF;
}
.SubTitle {
	font-family: 'TheSans-Plain', sans-serif;
	font-size: 200%;
	color:rgb(255,255,128);
}
.SubSubTitle {
	font-family: 'TheSans-Plain', sans-serif;
	font-size: 160%;
	color:rgb(255,255,128);
}
.TalkTitle {
	font-family: 'TheSans-Plain', sans-serif;
	font-size: 150%;
	color:rgb(255,255,128);
}
.TalkDetails {
	font-family: 'TheSans-Plain', sans-serif;
	font-size: large;
	color: #FFF;
}
.Remarks {
	font-family: 'TheSans-Plain', sans-serif;
	font-size: large;
	color: #FFF;
}
-->
</style>
