Body{ 
      	font-family: Helvetica, Verdana, "Bitstream Vera Sans", sans-serif;
		font-size: 11pt;
		/*line-height: 1.4em;*/
}			   
pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}

p{
    margin-right: 50px;
    text-align: justify;
    font-size:  100%;
}

.paperheading{
	
	font-weight: normal;
	font-size: 100%;	
	margin-bottom: -0px;	
}
.ph{
	text-align: left;
	font-size:  100%;
	
}

.ph2{
	margin-right: 100px;
	text-align: justify;
	font-size:  100%;
	border-bottom:  thin dotted #888888;
	margin-bottom: 10px	
}

.floatimgleft {
float:left;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
}

h1,h2,h3,h4,h5{
	font-weight:  normal;
	/*color:  #cc6600;
	border-bottom:  thin dotted #888888;
*/	
}

h1{
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 30px;	
}

h2{
	font-size: 170%;
	margin-bottom: 20px;
}

h3{
	font-size: 150%;
	margin-bottom: 10px;
}

h4{
	font-size: 130%;
	/*color:  #cc6600;*/
	
}

h5{
	font-size: 120%;
	font-weight:  normal;
	/*color:  #cc6600;*/
}


table{
	border:  thin solid black;
	caption-side:  bottom;
	border-collapse: collapse;
}

.tablea{
	border:  thin solid white;
}





.tableb{
	/*margin-right: 100px;*/
	border:  thin solid black;
	caption-side:  top;
	border-collapse: collapse;
}


.tdb{
	border:  thin solid white;
	padding:  0px;
	text-align: left;
}


.tdb, .thb{
	border:  thin dotted gray;
	padding:  5px;
		font-size:  80%;
}

/*.thb{
	background-color:  #cc6600;
}
*/
.captionb {
	font-style:  italic;
	padding-top:  8px;
}

/*.cellcolorb {
	background-color: #fcba7a;
}
*/


















.tda{
	border:  thin solid white;
	padding:  0px;
	text-align: left;
}



td, th{
	border:  thin dotted white;
	padding:  5px;
		font-size:  100%;
}

/*th{
	background-color:  #cc6600;
}*/

caption {
	font-style:  italic;
	padding-top:  8px;
}

.cellcolor {
	background-color: #fcba7a;
}

.center{
	text-align: center;
	font-weight: 600;
}

.right{
	text-align: right;
}
