﻿/* =============================================================================
  Basic styles
============================================================================= */

body 
{
	background: #369;
  text-align: center; /* fixes IE5 centering */
}

body, td, th
{
	font-size: 13px;
  font-family: Arial, helvetica, sans-serif;
	color: #000;
	padding: 0;
	margin: 0;
}

th
{
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

img
{
  margin: 0;
}

div
{
  padding: 0;
  margin: 0;
  text-align: left;
}

ul
{
  text-align: left;
}

img
{
	border: 0;
	vertical-align: bottom; /* for NS6 */
}

a, a:link
{
  color: #00f;
}

a:visited
{
	color: #00f;
}

a:hover, a:active
{
	color: #c33;
  text-decoration: underline;
}

.clear
{
  clear: both;
}

.imgFloat
{
  float: right;
  margin: 0 0 10px 10px;
}

.exampleText
{
  font-size: 10px;
  font-family: Arial, helvetica, sans-serif;
}

.errorText
{
  font-size: 11px;
  font-weight: bold;
  color: #f00;
}
