/* CSS Document */
body {
	background-color: white !important;
  	background-image: none !important;
	margin:0;
	padding:0;
	font-size: 12pt;
	font-family:"Times New Roman", Times, serif;
	}
#wrapper{
	width: auto;
	border: 0;
	margin: 0 5%;
}
/* --------------------- HEADER */
#header {
	display: none;
	}
/* --------------------- HEADER end */
/* --------------------- TOPNAV */
#topnav {
	display: none;
	}
.breadcrumb {
	display: none;
	}
/* --------------------- TOPNAV end */

/* --------------------- MENU */
dl, dt, dd, ul, li {
	display: none;
	}
#menu {
	display: none;
	}
/* --------------------- MENU end */
/* --------------------- CONTENT LAYOUT */
#contentwrapper{
	float: left;
	width: 100%;
	}
#contentcolumn{
	margin: .5em 20px 0 20px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	font-size:1em;
	line-height:150%;
	padding:0 1em;
}
.innerwrapper{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	}
#leftcolumn{
	display: none;
	}

/* --------------------- CONTENT LAYOUT end */
/* --------------------- PROFILE */
#profile{
	display: none;
}
/* --------------------- PROFILE end */
/* --------------------- FOOTER */
#footer{
	display: none;
	}
.line {
	display: none;
	}
.address {
	display: none;
	}
/* --------------------- FOOTER end */
/* --------------------- LINKS */
#more a {
	display: none;
	}
/* --------------------- LINKS end */
/* --------------------- HEADINGS */		
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #11568b;
	}
h1 {
	margin: 0 0 .1em 0;
	font-size: 1.3em;
	}
h2 {
	margin: .3em 0 .1em 0;
	font-size: 1.1em;
	}
h3 {
	margin: .3em 0 0.1em 0;
	font-size: 1em;
	}
h4 {
	margin: 0;
	font-size: 1em;
	}
h5 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	}
h6 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	}
/* --------------------- HEADINGS end */		

.datenumber {
	font-family: Arial, Helvetica, sans-serif;
	color: #98999b;
	margin: 0;
	font-size: 10pt;
	text-align: right;
}






