/*
    Author: Thomas Weckert (weckert@bplusd.de)
    Version: $Revision: 1.2 $
*/


div#branch {
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	background-color: #f9f9f9;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding: 0 10px 0 10px;
	width: 565px;
}

table.branch th,
table.branch td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}

table.branch th {
	font-weight: bold;
}

a.branch:link, a.branch:visited, a.branch:hover, a.branch:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

table#branch option {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #333333;
}