/* CSS Document */

table.basic_lines {
	margin-left: 30px;
	width: 400px;
}

table.basic_lines th {
	color: #000000;
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: none;
	height: 75px;
	text-align: center;
	padding-top: 7px;
	border-left-style: none;
	background-color: #CCCCCC;
	width: 100px;
}

table.basic_lines td {
	width: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 28px;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
	color: #FFFFFF;
	background-color: #CCCCCC;
}

caption {
	text-align: left;
	text-indent: 10px;
	font-size: 1.2em;
	padding-bottom: 3px;
}
/* takes away all borders in table */
table.basic_lines {

}
