/* Default style sheet for United Bank site */


body
{
	background-color: #FFFFFF;
	margin: 0px;
}

A:link
{
	color: black;
}

A:visited
{
	color: #blue;
}

A:active
{
	color: #green;
}

P
{
	margin-left: 20px;
	margin-right: 10px;
	color: #000000;
	font-family: Verdana, regular;
	font-size: 10pt;
	margin-top: 10px;
	margin-bottom: 10px;
}


TD, LI
{
	color: #000000;
	font-family: Verdana, regular;
	font-size: 10pt;
}

P.header
{
	color: #007326;
	font-family: Verdana, regular;
	font-size: 11pt;
	font-weight: bold;
}

.locations
{
	color: #007326;
	font-family: Verdana, regular;
	font-size: 9.5pt;
	text-decoration: none;
}

.locations:visit
{
	color: #darkblue;
	font-family: Verdana, regular;
	font-size: 9.5pt;
	text-decoration: underline;
}

.locations:hover
{
	color: #007326;
	font-family: Verdana, regular;
	font-size: 9.5pt;
	text-decoration: underline;
}


