/* 	CSS Document
	Project Name: Let's Face It - Branches Query
*/
body {
padding:0px;
margin:0px;
}
table{
	padding:0px;
	width:100%;
	margin:0px;
	font-family:"Arial Narrow";
	font-size:10pt;
	text-align:left;
	color:#4a4a40;
}
th{
	font-weight:bold;
	background-color:#630;
	padding:1.0em 5px;
	color:#FFF;
}
tr{
	background-color:#FFF;
}
td{
	padding:3px 5px;
	text-align:left;
	text-wrap:auto;
	border-bottom: 1px dotted #e8e8c8;
	text-transform:inherit;
}
div#popup label{
font:bold 30px Dosis;
margin:5px;
}
