@CHARSET "UTF-8";

table.profile {
	width: 640px;
	
	margin: 0px 5px 10px 5px;
	padding: 0px;
}

table.profile td {
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

table.profile td.headline {
	width: 640px;
	
	font-weight: bold;
	
	border-bottom: solid 1px #cfcfcf;
}

table.profile td.sub_headline {
	width: 640px;
	
	border-bottom: solid 1px #dedede;
}

table.profile td.label {
	width: 240px;
}

table.profile td.label_big {
	width: 640px;
}

table.profile td.value {
	width: 400px;
}