@charset "UTF-8";

/* English OK 2008 */
/* print.css */

/* set NULL */

body {
	background: white;
	font-size: 12pt;
	margin:0 auto 0 auto;
	}

#maincontainer{
	border-collapse:collapse;
	width:850px;
	margin:0 0 0 50px;
	padding:0 auto 0 auto;
	border-spacing:0;
}

.noprint{
	display: none;
	background: none;
}

a {
	font-size:10pt;
}

a:link, a:visited {
	color: #006699;
	background: transparent;
	text-decoration: underline;
	}

/* ----------------- SPECIFIC CSS -------------------*/

#rcol {
	background: none;
}

#lcol {
	border:1px solid #EEE;
	padding:10px;
}

#bannercaption{
	position:relative;
	top:-17px;
	margin-right:20px;
	font-weight:bold;
}

.eventtitle{
	border-bottom:1px solid #333;
}

.newstitle{
	border-bottom:1px solid #333;
}

.div_footer{
	font-size:10pt;
	padding:10px 200px 10px 5px;
	width:640px;
	}
	
.content3 td{
	background:none;
	}
