/* ----------
  Primary HTML element styles for all browsers
---------- */

body 
{
	background: #fff url(../Images/BackGradient.gif) repeat-x;
  font-family: Arial, helvetica, sans-serif;
  font-size: 13px;
  padding: 0px;
  margin: 0px;
  
  text-align: center; /* fix for IE5 centering */
}

td
{
  vertical-align: top;
	font-family: Arial, helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

img
{
  margin: 0px;
}

div
{
	text-align: left;
  padding: 0px;
  margin: 0px;
}

span
{
  padding: 0px;
}

a
{
  font-weight: bold;
}

a:link
{
	color: #039;
	text-decoration: none;	
}

a:visited
{
	color: #039;
	text-decoration: none;
  font-family: Arial, helvetica, sans-serif;
}

a:hover
{
	color: #039;
	text-decoration: underline;	
}

a:active
{
	color: #f00;
	text-decoration: underline;
}


/************************ Global Style Classes **************************/

.clear
{
	clear: both;
}

.imgFloatRight
{
  float: right;
}

.imgFloatLeft
{
  float: left;
}

.subText
{
  font-size: 10px;
}

.errorText
{
  font-size: 10px;
  color: #f00;
}

ul ul li
{
  margin-left: -24px;
}

.userSubmissionForm th
{
  vertical-align: top;
  white-space: nowrap;
  text-align: left;
  padding-right: 8px;
}

.userSubmissionForm td
{
  vertical-align: top;
  text-align: left;
  padding-bottom: 6px;
}

h3
{
  margin: 0px;
  padding: 0px;
}

.center
{
  text-align: center;
}
