/* CSS Document */

body{margin:0; background-color:#ffffff}

#profiletable {display:table; width:100%; }
#profiletable th {
	background-color:#FFFFFF;
	color:#c26c29;
	font-weight:bold;
	text-align:left;
	padding:5px;
	vertical-align: top;
}
#profiletable td {padding:5px; vertical-align: top;}
#profiletable td li{list-style-type: none;}
#profiletable a { text-decoration:none; border-bottom:dashed #c26c29 1px; } 
