/*body {
	background-color: #989898;
	margin: 0;
	padding: 0; padding-top: 1em;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 13px;
	
}*/

h1, h2 {
 color: #5e676c; font-size: 16px; font-weight: bold; margin: 0.67em 0;
}

h2 {
	font-size: 160%;
}


#content {
	/*background-color: #AAAAAA;*/
	padding: 3px;
	margin:0.5em 2em;
}

.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

.flexcroll {
/* Typical fixed height and fixed width example */
width: 280px;
height: 95px;
overflow: scroll;
 /*IE overflow fix, position must be relative or absolute*/
position: absolute;
/*background-color: #E7EADE;*/
margin: 0.8em auto;
padding: 5px;
margin: 1;
	padding: 0; padding-top: 1em;
	font-family:Arial, Helvetica, sans-serif; text-align:justify; font-size:11px; color:#5e676c; 
	
	
	 
}

.text
{
margin: 1;
	padding: 0; padding-top: 1px;
	/*font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;*/
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#5e676c; font-weight:bold;  
	  
	
}
.bdrbtm
{
    
    border-bottom:1px #ccc solid;
}
.Spacebtm
{
    padding-bottom:5px; 
}


.bdytext
{
margin: 1;
	padding: 0; padding-top: 1em;
	/*font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;*/
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#5e676c; 
	
	
}


/* hesido: notice the addition of emptyspace holder, it should slightly be bigger than the containing div */
/* and it should only be that big when fleXcroll is active for better degradation */
/* version 1.9.1 and up adds flexcrollactive class, but the script should work with 1.8.9 and up */
.flexcrollactive .emptyspace {
	height: 260px;
	}

/* you may optionally want to hide the scrollbars */
#mycustomscroll .vscrollerbase {
	visibility: hidden !important;
}