html, body
{
  font-size: 100%; /* ADDED --- IE bug fix */
  margin: 0px;
  padding: 0px;
  border: 0px;
}
body
{
  font: 12px Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
  margin: 25px 0 15px 0;
  padding: 0;
  font-weight: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
}


p, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea
{
  margin: 0;
  padding: 0;
  font: normal normal normal 1em/1.25 Arial, Helvetica, sans-serif;
}


a,
a:link,
a:active
{
	outline: none;
	cursor: pointer;
	font-weight: bold;
	text-decoration: underline;
}
a:hover
{
	text-decoration: underline;
}

img
{
  border: none;
}
form 
{
  margin: 0;
  padding: 0;
  display: inline;
}
.clear { clear: both;}
.floatLeft { float: left; }
.floatRight { float: right; }