@charset "UTF-8";
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #333333;
}
p {
	font-size: 12px;
	text-align: justify;
}
p.papertitle {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
p.paperabstract {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99CCFF;
	text-align: justify;
	border-right-width: 50px;
	border-left-width: 50px;
}
p.paperauthor {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #99CCFF;
	text-align: center;
}
table.padded {
	padding: 2px;
}
#copyrightText {
	font-size: 10px;
	font-style: italic;
	text-align: center;
	vertical-align: bottom;
}
#NavBar {
}
a:link {
	color: #CCCCFF;
	text-decoration: none;
}
a:visited {
	color: #CCFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
