body {
  text-align:center;
  background:#ccc;
	font-family: verdana, arial, sans-serif, serif;
	font-size: 80%;
}

#newsfullpage {
  margin: 0 auto 0px auto;
  text-align: center;
  width: 750px;
	min-height: 700px;
	background:white;
	border: 1px black solid;
}

html>body #newsfullpage {
  width: 750px;
}

#newstop {
  top:15px;
  background:white;
  border-bottom: 3px solid black;
	font-size: 76%;
  text-align:center;

  min-height:250px;
  width:750px; /* put here for IE */
}

html>body #newstop {
  width: 750px; /* put here for ffox and opera */
}

#newstop2 {
  top:15px;
  background:white;
	font-size: 76%;
  text-align:center;

  min-height:150px;
  width:750px; /* put here for IE */
}

html>body #newstop2 {
  width: 750px; /* put here for ffox and opera */
}


#newsbody {
  background:white;
	font-size: 76%;
  text-align: justify;
  width:750px;
  clear: both;
  margin: 0 0 15px 0;
  /* border: 1px dotted red; */
}

html>body #newsbody {
  width: 750px;
}

#wccclogo {
  text-align: left;
	margin:30px 0 0 30px;
	float: left;
}

#tsxlogo {
  float: right;
  text-align: right;
	margin:30px 30px 0 0;

}

#newsinfo {
  float: left;
  text-align: left;
	margin:1em 1em 0 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	width: 250px;
	clear: left;
}

#exchinfo {
  float: right;
  text-align: right;
	margin:1em 30px 0 1em;
	font-family: "Times New Roman", Times, serif;
	font-size: 11.5pt;
	font-weight: bold;
	clear: right;
	width: 275px;
}

#newstitle {
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	clear: both;
	text-align: center;
	margin: 1em 4em 1em 4em;
}

#newsbodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	clear: both;
	text-align: justify;
	margin: 0em 60px 0 60px;
}

#newsdisclaimer {
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	clear: both;
	text-align: justify;
	margin: 0 60px 0 60px;
}

#newssig {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	clear: both;
	text-align: left;
	margin: 0 60px 0 60px;
}

#newsbottom {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	clear: both;
	text-align: left;
	margin: 0 60px 5em 60px;
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: underline;
  color: blue;
}

.MsoTableGrid {
	font-family: "Times New Roman", Times, serif;
	font-size: 8.5pt;
	margin: 0;
	font-weight: normal;
}

.MsoNormal {
	font-family: "Times New Roman", Times, serif;
	font-size: 8.5pt;
	font-weight: normal;
	margin: 0;
}



