html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, #nav ul, #nav li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
	
body {
	line-height: 1;
	}
	
ol, ul {
	list-style: none;
	}
	
blockquote, q {
	quotes: none;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}
	
del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* GLOBAL STYLES */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { min-height: 1px; height: auto !important; height: 1px; }

/* Hides from IE-mac \*/
* html .clearfix {
  *min-height: 0;
  _height: 1%;
  }
/* End hide from IE-mac */
 
 .floatLeft {
  float: left;
  }
 .floatRight {
  float: left;
  }
	
.bold {font-weight: bold}
.red { color: #762123 }
.em {font-style: italic}
.left {float: left}
.right {float: right}
.align_left {text-align: left}
.align_right {text-align: right}
.align_center {text-align: center}
.clear {clear: both}
.center {
	display: block;
	margin: 0 auto;
	}

.content textarea {
	font-family: Arial, "MS Trebuchet", sans-serif;
	padding: 2px;
	font-size: 13px;
	}

dl.table {
  clear: both;
  margin-bottom: 10px;
  }
  
dl.table dt {
  float: left;
  display: block;
  width: 150px;
  }
  
dl.table dd {
  display: block;
  float: left;
  width: 250px;
  }
  
span.sample {
  color: #aaa !important;
  font-size: 0.8em !important;
  font-weight: normal !important;
  }