body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	background-color: #fff;
	}
a {
	text-decoration: none;
	font-weight: bold;
	color:  blue;
	outline: none;
	}
a:visited {
	color:  blue;
	}
a:active {
	color:  blue;
	}
a:hover {
	color: blue;
	text-decoration: underline;
	}
strong, b {
	font-weight: bold;
	}
p, li {
	font-size: 9pt;
	line-height: 12pt;
	margin-top: 10px;
	margin-bottom: 10px; 
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
    
}
#pageTitle {
	font-size: 20pt;
	}
h2 {
	margin-top: 20px;
	font-size: 14pt;
	}
h3 {
	font-size: 13pt;
	}
h4 {
	font-size: 12pt;
	}
h5 {
	font-size: 11pt;
	}
h6 {
	font-size: 10pt;
	}
img {
	border: 0;
	}

img.mugshot {
    width: 125px;
}
pre {
	font-size: 9pt;
	line-height: 12pt;
	margin-top: 20px;
	margin-bottom: 10px; 
	}    
.nowrap {
	white-space: nowrap;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}	
    
.statement { 
    font-size: 11pt;
    font-style: italic;
    }
    
    
#top, #left {
	padding: 10px;
	border: 1px solid black;
	color: blue;
    background-color: #bcf;
}

#top {
	margin: 20px 20px 0px 20px;
	height: 105px; 
	}
#left {
	position: absolute;
	top: 148px;
	left: 0px;
	margin: 20px;
	width: 140px; 
	}
#middle {
	margin: 20px 20px 20px 210px;
	padding: 10px;
	border: none;
	}
#right {
	position: absolute;
	top: 148px;
	right: 0px; 
	margin: 20px;
	padding: 10px;
	border: 5px solid #ccc;
	background: #666;
	width: 120px; 
	}
    
#left div {
    font-size: 9pt;
    margin-top: 8px;
}    

#logo {
    float: left;
}    
#pageTitle {
    float: left;
    font-size: 35px;
    margin-top: 35px;
    margin-bottom: 35px;
    margin-left: 20px;
}   
#strapline {
    float: right;
    font-size: 16px;
    margin-top: 10px;
}    
    
 
