body, p {
	background-color: white;
	font-family: Verdana, Helvetica, Geneva, Arial, Sans-serif;
	color: black;
	text-align: justify;
	font-size: 13px;
}

.wcBar
{
  color: #639CCE; 
  font:  verdana, helvetica, geneva, arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  letter-spacing: -1pt; 
  text-decoration: none;
}

.wcBarLit
{
  color: #EF424A;
  font:  verdana, helvetica, geneva, arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  letter-spacing: -1pt;
  text-decoration: none;
}

.NewsDate
{
  font:  verdana, helvetica, geneva, arial, sans-serif;
  font-size: 8pt;
  color: black;
  font-weight: bold;
}

.stdText { font:  verdana, helvetica, geneva, arial, sans-serif; font-size: 10pt; color: black; }

A { color: #0052A4; text-decoration: none; }
A:hover { color: #0066FF; }
A:hover.wcBar { color:#EFE718; }
A:hover.wcBarLit { color:#EF424A; }

#req { /* required */
	color: red;
}

div.err { /* error */
	background-color: #eeeeee;
	border: 1px solid #666666;
	border-left-width: 8px;
	border-left-color: red;
	padding: 12px;
	color: red;
	font-weight: bold;
	font-size: 10px;
}

div.ok { /* ok */
	background-color: #eeeeee;
	border: 1px solid #666666;
	border-left-width: 8px;
	border-left-color: green;
	padding: 12px;
	color: green;
	font-weight: bold;
	font-size: 10px;
}

input.text {
	font-family: Monospace;
}

input.button {
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 11px;
}

tt {
	font-family: Lucida Console, Monospace;
}
