










/*	This stylesheet contains tools useful on every site	*/

/* Equalize styles across browsers and platforms */

* {padding: 0; margin: 0;}
ul, ol {padding-left: 1.8em; margin-left: 0;}
* html ul, * html ol {padding-left: 1.3em;}
p, blockquote, form, label, ul,  dl, fieldset, address {margin: 0 0 1em;}
ol {margin: 0 0 1em 1em;}
h1, h2, h3, h4, h5 {margin: 0 0 .4em;}
h2 {font-size: 1.2em;}

img {border: 0px;}
	
/*	Ensure content within containers clears properly	*/
hr.ClearAll {
  clear: both;
  display: block;
  height: 1px;
  margin: 0 0 -2px 0;
  padding: 0;
  visibility: hidden;
}

.ClearFix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}



/* Hide from IE-mac \*/
* html .ClearFix {
  height: 1%;
}
/* End hide from IE-mac */

.FormRow:after, .FormRowAlt:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}



/* Hide from IE-mac \*/
* html .FormRow, * html .FormRowAlt{
  height: 1%;
}
/* End hide from IE-mac */

/*  Styling  */

  .bold, strong {
  font-weight: bold;
}

  .italic, em {
  font-style: italic;
}