body, a, td, input, textarea {
 color:black;
 font-family:"Trebuchet MS", "Helvetica", "Arial", "Sans";
 font-size: 1em;
 font-weight:normal;
 background-color:white;
}


a {
	color:blue;
	text-decoration: none;
}
a:hover {
	color: red;
}

.xBM:link { color: white ; background:#225555; font-weight:bold;}
.xBM:visited { color: white ; background:#225555; font-weight:bold;}
.xBM:active { color: black ; background:#225555; font-weight:bold;}
.xBM:hover { color: yellow ; background:#225555; font-weight:bold;}

.sidebar a:link{ background:#eeeeee; font-size:.9em;; }
.sidebar a:visited{ background:#eeeeee; font-size:.9em;; }
.sidebar a:active{ background:#eeeeee; font-size:.9em;; }
.sidebar a:hover{ background:#eeeeee; font-size:.9em;; }
.sidebar { background:#eeeeee; vertical-align:top; margin-left:1em; margin-right:1em; font-size:.9em;; }

.notice a:link{ color:blue; background:#eeeeee; font-size:.9em;; }
.notice a:visited{ color:blue; background:#eeeeee; font-size:.9em;; }
.notice a:active{ color:blue; background:#eeeeee; font-size:.9em;; }
.notice a:hover{ color:red; background:#eeeeee; font-size:.9em;; }
.notice { color:#990000; background:#eeeeee; vertical-align:top; font-size:.9em;; border:3px; }

.BM:link    { color:black ; background:#d4d0c8; font-weight:normal; font-size: 75%; text-decoration:none; font-family: Arial; }
.BM:visited { color:black ; background:#d4d0c8; font-weight:normal; font-size: 75%; text-decoration:none; font-family: Arial; }
.BM:active  { color:black ; background:#d4d0c8; font-weight:normal; font-size: 75%; text-decoration:none; font-family: Arial; }
.BM:hover   { color:black ; background:#d4d0c8; font-weight:normal; font-size: 75%; text-decoration:none; font-family: Arial; }
.BM         { border:1px outset #aaa; padding: 1px; vertical-align: 1px; font-family: Arial; }


.notes { width:50em; margin-left:2em; }


dt {
	color: #990000;
	font-weight: bold;
	font-size: .9em;
   }
dt a { color : #990000 ;
       text-decoration: underline;
       font-weight: bold ;
	font-size: .9em;
     }
dt a:hover { color: red ;
		text-decoration: none ;
		font-weight: bold ;
		font-size: .9em;
           }

dd {
	font-size: .9em;
   }
dd a { color : blue ;
	font-size: .9em;
     }
dd a:hover { color: red ;
		font-size: .9em;
     }


