/* ----------
  Primary HTML element styles for 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;
  color: #333;
  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;
  border: 0;
}

div
{
  padding: 0px;
  margin: 0px;
  text-align: left;
}

h2
{
	margin-top: 0;
	font-size: 14px;
	color: #039;
}

span
{
  padding: 0px;
}

img
{
	border: 0;
}

a, a:link, a:visited
{
  color: #039;
  text-decoration: underline;
}

a:hover, a:active
{
	color: #a25317;
	text-decoration: underline;	
}

.clear
{
  clear: both;
}

.exampleText
{
  font-size: 10px;
}

.errorText
{
  font-weight: bold;
  font-size: 11px;
  color: #f00;
}

.subTitle
{
	font-weight: bold;
	color: #039;
}