#leftcoltext .bold { font-weight:bold; }
#leftcoltext .left {
	float:left;
	margin-right:5px;
	margin-top:5px;
	}
#leftcoltext .right {
	float:right;
	margin-left:5px;
	margin-top:5px;
	}
#leftcoltext .center { text-align:center; }
#leftcoltext .small {	font-size:90%; }
#leftcoltext .italic { font-style:italic; }








#leftcoltext h3 {	font-size:110%; }
#leftcoltext h4 {	font-size:100%;	}
#leftcoltext p, #leftcoltext ul, #leftcoltext ol { text-align: justify; }
#leftcoltext table {
  margin-left:11px;
  margin-right:11px;
	margin-bottom:12px;
  padding:0;
  border-collapse:collapse; 
  font-size:100%;
  color:#505050;
  }
#leftcoltext td { padding-right:10px; }
#leftcoltext th { text-decoration: none; }
#leftcoltext .table {
	margin-top:5px;
	letter-spacing:normal;
	line-height:120%;
	font-size:90%;
	border:1px solid gray;
  background:#fafafa;
  text-align:center;  
	}
#leftcoltext .table td, #leftcoltext .table th {
  padding:3px 3px;
  border:1px solid silver;
  text-align:center;
  text-decoration:none;
	}
#leftcoltext .table th { background:#efefef; }
#leftcoltext .list {
  text-decoration:none;
	margin-top:5px;
	letter-spacing:normal;
	line-height:120%;
  border-top:1px solid silver;
  background:#fafafa;  
  }
#leftcoltext .list td {
	border-bottom:1px solid silver;
  padding:3px 5px;
	}


#leftcoltext ul { list-style-type:square;	}
#leftcoltext dt { font-weight:bold; }
#leftcoltext img { padding:0; }
#leftcoltext small { font-size:80%; }
