body { 
	color: blue; font-size: 100%; 
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	margin: 0;
	padding-top: 10px;
	padding-left: 10%;
	padding-right: 10%; 
}
.picfr {
	float: right;
	margin: 0px 0px 10px 10px;
}

.picfl {
    float: left;
    margin: 0px 10px 10px 0px;
}

li {
	line-height: 160%;
}

hr { 
	color: blue; 
	background-color: blue; 
	height: 5px; 
	text-align: center; 
}

a:active { 
	color: blue;  
	font-weight: bold;
}

a:hover { 
	color: blue; 
	font-weight: bold;
	text-decoration: none; 
	background-color:#ffff00;
}

a:link { 
	color: red; 
	font-weight: bold;
}

a:visited { 
	color: blue;  
	font-weight: bold;
}

h1 { 
	color: blue; 
	font-size: 130%; 
}

h2 { 
	color: blue; 
	font-size: 120%; 
}


h3 { 
	color: blue; 
	font-size: 105%; 
	/* text-decoration: overline underline; */
}

.smlink { 
	text-decoration: none;
}
.lnkindent { 
	padding-left: 2em; 
}

.header-center {
	text-align: center;	
}

.page-title {
	text-align: center; 
	color: red; 
	font-size: 140%; 
	font-weight: bold;
}

#staffann {
	font-size: 110%;
	color: blue;
	font-family: verdana, san-serif;
	line-height: 120%;
	margin: 20px 10px 0px 20px;
}

#staffann fieldset {
	position: relative;
	margin: 0 0 1em 0;
	background: #F7F7FF;	
	padding: 10px;
	border: 1px solid #0000FF;
	border-right: 2px solid #0000FF;
	border-bottom: 2px solid #0000FF;
}

#staffann legend {
	
	left: .2em;	
	color:  blue;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	background-color: transparent;
	border: 1px solid blue;
}
	
#staffann .date {
	font-size: 80%;
}

#staffann .subj {
	color: #0000FF;
	font-weight: bold;
}


#staffann .msg2{

}
