/* --- CSS Reset --- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	

}

/* --- Typography --- */

a{font-size:11px;:text-decoration:none;font-weight : normal;}
a:link {
	text-decoration:underline;
	font-weight:normal;
	color:#CCCC00;
}

a:visited {
	text-decoration:none;
	font-weight:normal;
	color:#CCCC00;
}
a:hover {
	text-decoration:underline;
	font-weight:normal;
	color:#CCCC00;
}
a:active {
	text-decoration:none;
	font-weight:normal;
	color:#CCCC00;
} 







.grid p {
	line-height: 16px;
	font-size: 10px;
	padding-bottom: 16px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color:#333333;
	background-color: #FFFFFF;
}

.grid h1 {
  line-height: 32px;
  font-size: 14px;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-style: italic;
  color:#999999;
  background-color: #FFFFFF;
}

.grid h2 {
	line-height: 32px;
	font-size: 14px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-style: italic;
}

/* --- Scalable Grid --- */

.grid-m1 {
  float: left;
  width: 2.15%;
  height: 1px;
}

.grid-c1 {
	float: left;
	width: 17.58%;
	background-color: #000000;
}

.grid-m2 {
  float: left;
  width: 1.95%;
  height: 1px;
}

.grid-c2 {
  float: left;
  width: 17.58%;
}

.grid-m3 {
  float: left;
  width: 1.95%;
  height: 1px;
}

.grid-c3 {
  float: left;
  width: 17.58%;
}

.grid-m4 {
  float: left;
  width: 1.95%;
  height: 1px;
}

.grid-c4 {
  float: left;
  width: 17.58%;
}

.grid-m5 {
  float: left;
  width: 1.95%;
  height: 1px;
}

.grid-c5 {
  float: left;
  width: 17.58%;
}

