#list {
	margin:20px 25px 0 25px !important;
	text-align: left;
	/*border: 1px solid #b5b5b5;*/
	}
#list tbody {
	margin: 0;
	padding:0;
	}
#list caption {
	margin:20px 0 0 0;
	padding:3px 0;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	border-bottom: 4px solid #009091;
	}
#list th, #list td {
	margin: 0;
	padding:4px 10px;
	/*text-align: left;*/
	}
#list td p {
	margin: 10px 0;
	}	
#list td p.talign {
	text-align: center;
	}	
#list th {
	padding:6px 0 6px 10px !important;
	background:#d6e1e1;
	color: #333 !important;
	font-size: 90% !important;
	font-weight: bold ;
	}
#list .name {
	text-align:left;
	}
#list .logo {
	text-align:left;
	}
#list tr {
	background: #fff;
	}


	
#general {
	margin:20px 25px 0 25px;
	text-align: left;
	width: 95%;
	}
#general tbody {
	/*margin: 0;*/
	padding:0;
	}
/*#general caption {
	margin:20px 0 0 0;
	padding:3px 0;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	border-bottom: 4px solid #009091;
	}*/
#general th, #general td {
	margin: 0;
	padding:4px 10px;
	text-align: left;
	/*border-top: 4px solid #c4d7d5;#e0e8e7;009091; #b5b5b5;*/
	vertical-align:top;
	}
#general td p {
	margin: 10px 0;
	}	
#general td p.talign {
	text-align: center;
	}	
#general th {
	color: #009091;
	}
#general .name {
	width: 45%;
	text-align:left;
	font-size: 110%;
	color: #009091;
	text-transform:uppercase;
	}
#general .name ul {
	float: left;
	margin: 10px 0 0 0;
	padding:10px 0 0 0;
	list-style: none;
	}
#general .name li.lft {
	float: left;
	margin:0 2px 0 0;
	display: inline;
	text-transform:capitalize;
	}
#general .name li.lft a {
	padding: 5px 15px;
	display: block;
	font-size: 80%;
	color: #009091;
	text-decoration: none;	
	}
#general .name li.lft a:hover {
	padding:  5px 15px;
	display: block;
	font-size: 80%;
	color: #009091;
	text-decoration: underline;	
	}
#general .name li.rt {
	float: left;
	margin:0 2px 0 0;
	display: inline;
	text-transform:capitalize;
	}
#general .name li.rt a {
	padding: 5px 15px;
	display: block;
	font-size: 80%;
	color: #009091;
	text-decoration: none;	
	}
#general .name li.rt a:hover {
	padding:  5px 15px;
	display: block;
	font-size: 80%;
	color: #009091;
	text-decoration: underline;	
	}
#general tr {
	/*background: #fff;*/
	}
#general tr.alt, #general tr.alt {
	background: #f1f1f1;
	}
#general .name a {
	display: block;
	font-weight: bold;
	font-size: 110%;
	}

/* content tables*/
#content table { 
	margin:0; 
	background:none;
	}
#content table tr th {
	padding-left: 25px;
	text-align:left;
	font-size: 105%;
	color: #009091;
	font-weight: bold;
}
/*#content table tr td { vertical-align:top;
}*/
#content table tr td ul { 
	margin: 10px; 
	padding-left:15px;
	list-style-image: url(../images/li_arrows.gif);
	list-style-type: disc; 
	}
#content table tr td ul li { margin: 0 0 0 25px; padding: 0;}
#content table tr td ul ul { margin: 10px 0 20px 25px; list-style-type: disc; list-style-image: url(../images/li_arrow.gif);
}
#content table.topspace { 
	margin-top:20px; 
	}
