@charset "utf-8";
/* CSS Document */

body, td, p 
{
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
	 color: #333333;
}
		
p td {
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
}

A:link 		{text-decoration:underline; color: #153F8B;}
A:visited 	{color: #153F8B;}
A:hover 	{text-decoration:none; color: #153F8B;}
A:active 	{text-decoration:underline; color: #153F8B;}

.sharedbranchbox {
	background-color: #D6E2F5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2A63A8;
	border-right-color: #2A63A8;
	border-bottom-color: #2A63A8;
	border-left-color: #2A63A8;
}


