/* =============================================================================
  Simple style sheet viewable by all browsers
============================================================================= */

body 
{
	background: #efefef url(../Images/bg.gif) bottom left fixed repeat-x;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 13px;
  padding: 0px;
  margin: 0px;
  
  text-align: center; /* fixes IE5 centering */
}

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;
  
  text-align: left;
}

/* Hide from IE mac \*/
*html div
{
	height: 1%;
}
/* End hide */

/* Hide from IE mac \*/
*html p
{
	height: 1%;
}
/* End hide */

span
{
  padding: 0px;
}

img
{
	border: 0;
}

a, a:link
{
  color: #009;
  text-decoration: none;
}

a:visited
{
	color: #909;
	text-decoration: none;	
}

a:hover, a:active
{
	color: #f00;
	text-decoration: underline;	
}

.clear
{
  clear: both;
}

.exampleText
{
  font-size: 10px;
}

.errorText
{
  font-size: 10px;
  color: #f00;
}

h3
{
  font-size:14px;
  color:#039;
  margin:0px;
}