﻿/* =============================================================================
  Basic styles
============================================================================= */

html {} /* NS6-7, IEmac are ignoring first defined style */

body 
{
	background: #fff;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  color: #000;
  font-size: 13px;
  padding: 0px;
  margin: 0px;
  
  text-align: center; /* fixes IE5 centering */
}

td, th
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #000;
	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;
  text-align: left;
}

span
{
  padding: 0px;
}

img
{
	border: 0;
	vertical-align: bottom; /* for NS6 */
}

a, a:link, a:visited
{
  color: #369;
  text-decoration: none;
}

a:hover, a:active
{
	color: #f00;
	text-decoration: underline;	
}

.clear
{
  clear: both;
}

.exampleText
{
  font-size: 10px;
  font-family: Arial, helvetica, sans-serif;
}

.errorText
{
  font-size: 11px;
  font-weight: bold;
  color: #f00;
}

