/* img */
img {
	border: 1px solid;
}

/* table */
	/* 1 */
table#table1 {
	width: 100%;
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc; 
	color: #333;
	clear: both;
}

table#table1 caption {
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding: 5px;
	background: #efefef;
	border: 1px solid #ccc;
	color: #666;
}

table#table1 td, table#table1 th {
	border-bottom: 1px solid #ccc;
	padding: 5px;
	line-height: 1.5em;
	vertical-align: top;
}

table#table1 tr.odd th, table#table1 tr.odd td {
	background: #efefef;
}

#help {
	border: 0px;
	padding-left: 7px;
	width: 100%;
}

#help h2{
	padding-left: 10px;
	border: 1px solid #DCDCDC;
	border-left: 5px solid #43536D;
}

#help h4{
	background: #efefef;
	padding-left: 10px;
	border-left: 3px solid #43536D;
	border-right: 1px solid #BCBCBC;
	border-bottom: 1px solid #BCBCBC;
}

