/* CSS Document */
.branchcontainer {
	padding: 0px 0px 0px 0px; 
	background-color: #FFFFFF;
	text-align: center;
	}
	
.border {
		border: thin solid black;
		}

/* branches */
.branchlinks  a:link {
	color:#000000;
	font-size:8px;
	font-weight:bold;
	text-transform:uppercase;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}					
	
/* branches */
.branchlinks a:visited {
	color:#000000;
	font-size:8px;
	font-weight:bold;
	text-transform:uppercase;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}					
	
/* branches */
.branchlinks a:hover {background-color:#6699FF;
	color:#000000;
	font-size:8px;
	font-weight:bold;
	text-transform:uppercase;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
.branchlinksover {background-color: #6699FF;
	color:#000000;
	font-size:8px;
	font-weight:bold;
	text-transform:uppercase;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

.branchestext
	{line-height: 1.5;
	text-align:center;
	font-size: 12px;
	color:#000000;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	}


.branchestext a:link {line-height: 1.5;
		font-size:12px;
		text-align: center;
		color: #000000;
		text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
}


.branchestext a:visited {line-height: 1.5;
		font-size:12px;
		text-align: center;
		color: #000000;
		text-decoration:underline;
font-family: Arial, Helvetica, sans-serif;
		
}

.branchestext a:hover {line-height: 1.5;
		font-size:12px;
		text-align: center;
		color: #6699FF;
		text-decoration:underline;
font-family: Arial, Helvetica, sans-serif;
}

.vertline {background-image:url(images/vertline.gif);
	background-repeat:repeat-y;
	background-position:center;
}

.branchestextlarge
	{line-height: 1.5;
	text-align:center;
	font-size: 15px;
	color:#000000;
	font-weight: bolder;
	text-decoration:none;
	border: thin solid #000000;
font-family: Arial, Helvetica, sans-serif;
	}	
		

