/* oesis-white.css = DWWHITESANS.css minus the line-height definitions */
/* Style sheet: 76% sans-serif body text, serif headings, bold links */
/* Centred paragraphs should use ALIGN=CENTER */

body {
	color:          black;
	background:     white;
	margin-top:     1em;
	margin-left:    1em;
	margin-right:   1em;
	margin-bottom:  1em;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	}

p  {
	font-size: 1.0em;
	line-height: 1.3em;
	margin: 0.8em 0em 0.8em 0em;
	}

li, dd {
	font-size: 1.0em;
	line-height: 1.3em;
	margin: 0.2em 0em 0.2em 0em;
	}

table, td {
	font-size: 1.0em;
	line-height: 1.3em;
	margin: 0em;
	}
/* Defining table shouldn't strictly be necessary, but cures problem with ie5 */

h1, h2, h3, h4, h5, h6, th, dt  { 
	font-family: Georgia, 'Bookman Old Style', 'Times New Roman', serif;
	font-weight: bold;
	color:  #000099;
	margin: 0.5em 0em 0.5em 0em;
	}

h1	{ font-size:      1.8em; }
h2	{ font-size:      1.5em; }
h3	{ font-size:      1.3em; }
h4	{ font-size:      1.12em; }
h5	{ font-size:      1em; }
h6	{ font-size:      0.8em; }

pre, tt, kbd { font-family:  monospace; font-size: 1em; }
b, strong  { font-weight: bold; }
i, em   { font-style: italic; }
hr	{ color:  #000099; }
              
a:link  {
	font-weight:    bold; 
	color:  #0000CC;
	}       
a:visited {
	font-weight:    bold;
	color:  #3333FF;
	}       
a:hover {
	font-weight:    bold; 
	background:     #CCCCFF;
	}       
/* Defining hover after link and visited preserves their colour */
a:active {
	font-weight:    bold;
	color:  #000099;
	background:     #CCCCFF;
	text-decoration: none
	}
	
hr {
  clear: both;
	}	
/* Block-level classes */
.small {
  font-size: 0.8em;
	}
.pagenav {
  text-align: center;
	}
.imageblock {	
	clear: both;
	margin: 0.5em 0 0.5em 0;
	}
.imageblock img {
  float: left;
	padding-right: 10px;
	}		