/* CSS Document */

#document .hyou {
	width: 540px;
	margin-left: 20px;
	text-align: left;
}

#document .hyou tr {
	padding: 10px;
	height: 42px;

}

#document .hyou td {
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: silver;
	line-height: 12pt;
	text-align: left;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: silver;

}

#document .hyou th {
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: silver;
	line-height: 12pt;
	text-align: left;
	padding-left: 10px;
	width: 270px;
	background-color: #F3F3F3;
}

#document .contact {
	width: 400px;
	margin-left: 20px;
	text-align: left;
}

#document .contact tr {
	padding: 10px;
	height: 42px;

}

#document .contact td {
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: silver;
	line-height: 12pt;
	text-align: left;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: silver;

}

#document .contact th {
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: silver;
	line-height: 12pt;
	text-align: left;
	padding-left: 10px;
	width: 200px;
	background-color: #F3F3F3;
}

