@charset "UTF-8";
@import url(reset.css);



/*

+ + + + + Concept and design by Rod Kommunikation
+ + + + + www.rod.ag
+ + + + + Content management system by Rüegg Tuck Partner
+ + + + + www.rtpartner.ch
+ + + + + XHTML and CSS by codama
+ + + + + www.codama.ch
+ + + + + (c) 2009 

*/


/* * * * * START: GENERAL * * * * */
.screen {
	display: none;
	visibility: hiddden;
}
#teasers, #mainnav, #servicenav, #subnav, #addCol, #content ul.catChooser {
	display: none;
	visibility: hiddden;	
}
body {
	font-family: "Courier New", Courier, monospace;
	color: #000;
	font-size: 9pt;
	line-height: 12pt;
}
#wrapper {
	width: auto;
	margin: 0 5%;
}
#logo, #bandaid {
	margin: 0 0 14pt 0;	
}
h1 {
	font-size: 14pt;
}
h2 {
	font-size: 14pt;
	color: #c00;
	margin: 0 0 14pt 0;
}
h3 {
	font-size: 11pt;
	color: #c00;
}
p {
	margin: 0 0 14pt 0;	
}
#header {
	height: 99px;
	margin: 20pt;
}
#header #msfLogo {
	position: absolute;
	top: 0;
	right: 5%;
}
#header #bandaid {
	position: absolute;
	top: 0;
	left: 5%;
}
#contentWrap a {
	color: #666;	
}
#content ul.charts li, #content ul.agenda li {
	border-bottom: 1pt solid #CCC;
	padding: 10pt 0 10pt 0;
}
#content dl dt {
	color: #C00;	
}
#content dl dd {
	line-height: 14pt;
	margin: 0 0 20pt 0;
}
#content dl dd.title {
	font-size: 14pt;
	line-height: 20pt;
	font-weight: bold;
}
#content .date {
	color: #c00;	
}
#cover, #titleImage {
	background: none !important;	
}
#cover img, #titleImage img {
	margin: 0 0 10pt 0;	
}
/* * * * * END: GENERAL * * * * */
