@charset "utf-8";
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background-image:url(images/WB00819_.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	width: 60em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

h2 {font-family:Tahoma, Arial, Helvetica, sans-serif;
	color: #006;
}
h3 {font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#f00;
}

h4 {font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#960;
}
p {font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	line-height:18px; 
	}
	
ul, li {font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px; 
	color:#000;
	}
	
a {font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold; 
	color:#09F;
	text-decoration:none;
	}
	
a:visited{font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold; 
	color:#960;
	text-decoration:none;
}

a:hover{font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold; 
	color:#960;
	text-decoration:underline;
}

a:active{font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold; 
	text-decoration:none;
	color:#960;
}

.witness {font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style: italic;
	font-size:12px;
	color:#006;
	}
	
.footer {font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:8px;
	color:#006;
	}
.redword {font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style: italic;
	font-size:14px;
	color:#F00;
	}	

