a:link { 
   color: #000066;
   text-decoration: underline;
}
a:visited{
   color: #666666;
   text-decoration: underline;
}
a:active { 
   color: #660000;
   text-decoration: none;
}
a:hover {
    color: #FFFFFF;
    background-color: #000066;
    text-decoration: none;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	color: #000066;
	margin: 0px;
	background-image: url(images/brach_bgi.gif);
	background-repeat: repeat-y;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	color: #000066;
	margin-left: 6px;
	padding-left: 6px;
}
.notes {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 11px;
   font-style: normal;
   line-height: 16px;
   color: #000066;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #000066;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.unseentext {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-style: normal;
   line-height: 18px;
   color: #FFFFFF;
}
#button {
	width: 150px;
	padding: 0 0 1em;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99CCFF;
}
#button ul {
   list-style: none;
   margin: 0;
   padding: 0;
   border: none;
}
#button li {
   border-bottom: 1px solid #99CCFF;
   margin: 0;
}
#button li a {
	display: block;
	padding: 3px 5px 3px 0.5em;
	background-color: #000066;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	border-left-style: solid;
	border-left-color: #000066;
	border-left-width: 8px;
}
html>body #button li a {
   width: auto;
}
#button li a:visited {
   color: #FFFF00;
}
#button li a:hover {
   border-left: 8px solid #FF0000;
   border-right: 8px solid #FFFFFF;
   background-color: #2586d7;
   color: #FFFFFF;
}
h2 {
	font-size: 26px;
	line-height: 32px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000066;
	font-weight: bold;
}
.tabletext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	color: #000066;
	margin-left: 0px;
	padding-left: 0px;
}

