/* =============================================================================
  Simple style sheet viewable by all browsers
============================================================================= */

body topmargin="5" 
{
	background: #fff;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 13px;
  padding: 5px;
  margin: 0;
}

td, th
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}

th
{
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

img
{
  margin: 0px;
}

div
{
  padding: 0px;
  margin: 0px;
}

span
{
  padding: 0px;
}

a, a:link
{
  color: #000;
  text-decoration: none;
}

a:visited
{
	color: #000;
	text-decoration: none;	
}

a:hover
{
	text-decoration: underline;	
}

a:active
{
	color: #f00;
	text-decoration: underline;	
}

.clear
{
  clear: both;
}

.exampleText
{
  font-size: 10px;
}

.errorText
{
  font-size: 10px;
  color: #f00;
}