body{
	font-size: 16px;
	line-height: 24px;
	background-color: lightgray;
}


#container {
	width: 940px;
	height:auto;
	margin: auto;
	text-align: center;
	overflow: hidden;
	background-color: white;
}

h1{
	color: darkblue;
	width: 940px;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
}




#main {
	width: 920px;
	text-align: left;
	margin: 10px;
	
}


.tucc_table {
	font-size: 16px;
	border-collapse: collapse;  
	border: solid 1px #333333;
	background-color: #f6f6f6;
	line-height: 24px;
	margin: 5px;

}


.tucc_table td {
	vertical-align: top;
	text-align: left;
	width: 750px;
	border: solid 1px #333333;
	padding: 5px;
}

.tucc_table td.title {
	width: 150px;
	text-align: right;
	border: solid 1px #333333;
}
