* { margin: 0; padding: 0; border: none; } /* reset */

body {
	background: #000;
	font-family: Arial, sans-serif;
	}
a {
	text-decoration: none;
	font-weight: bold;
	color: #0050B6;
	}
	
p {
	font-size: 9pt;
	line-height: 150%;
	margin-left: 40px;
	margin-top: 15px;
	margin-bottom: 0;
	}
	p.more {
		margin-right: 30px;
		margin-bottom: 10px;
		text-align: right;
		}


	p.side {
		margin: 5px auto 5px 5px;
		line-height: 150%;
		}

	p.smore {
		margin: 0 15px 0 25px;
		text-align: right;
		font-weight: bold;
		}
			p.smore a {
				color: #fff;
				}
	p.events {
		margin-left: 30px;
		margin-top: 0;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		}
	p.regs {
		margin-left: 30px;
		margin-top: 7px;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		}
	p.papers {
		margin-left: 50px;
		margin-top: 7px;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		}
	p.footer {
		text-align: center;
		}
			p.footer a {
				color: #ccf;
				font-weight: normal;
				}
	p.main	{
		margin-right:40px;
		}

table {
	cellpadding: 0;
	cellspacing: 0;
	background: #fff;
	}
	td.footer {
		background: #000;
		}
		td.footer p {
			margin: 5px auto;
			color: #fff;
			}
			td.footer a {
				color: #fff;
				font-weight: normal;
				}
ul {
	list-style: none;
	line-height: 150%;
	font-size: 9pt;
	margin-bottom: 10px;
	}
ul li {
	padding-left: 20px;
	background: url('images/sambol_42.gif') no-repeat 0 2px;
	}
	ul.index {
		margin-top: 35px;
		font-weight: bold;
		color: #5A5A5A;
		margin-left: 15px;
		}
	ul.sleft {
		list-style-type: disc;
		margin-left: 45px;
		margin-top: 5px;
		font-weight: bold;
		color: #5a5a5a;
		}
		ul.sleft li, ul.sright li {
			background: none;
			padding: 0;
			}
	ul.sright {
		list-style-type: disc;
		margin-left: 30px;
		margin-top: 5px;
		font-weight: bold;
		color: #5a5a5a;
		}
	ul.papers {
		list-style: none;
		margin: 10px auto 10px 10px;
		}
		ul.papers li {
			background: url('images/download.gif') no-repeat 0 0;
			margin-bottom: 10px;
			}
			ul.papers a {
				padding-left: 5px;
				}