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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-align: left;
}
table, caption, tbody, tfoot, thead, tr, th, td{
	vertical-align: top;
}
input, select, textarea{
	font-family: verdana,arial,clean,sans-serif;
}
fieldset{
	border-width: 0;
}
body {
	font: 0.70em verdana,arial,clean,sans-serif;
	color: #666;
}
label, dt{
	color: black;
}
table {
	font-size:inherit;
	font:100%;
}
pre,code,kbd,samp,tt{
	font-family:monospace;
	line-height:1;
}
hr{
	height: 1px;
	background-color: black;
	color: black;
	font-size: 1px;
	margin: 7px 0 8px;
}
p, address, blockquote, dl, ol, ul{
	margin: 0 0 1.33em;
	line-height: 1.3;
}
h1, h2, h3, h4, h5, h6, dt, th{
	font-weight: bold;
	color: black;
}


/* size = 14px */
h5{
	font-size: 1.166em;
	line-height: 1.1428;
}
/* size = 16px */
h4{
	font-size: 1.33em;
	line-height: 1.2;
	margin-bottom: 1em;
}
/* size = 18px */
h3{
	font-size: 1.5em;
	line-height: 1.5;
	margin-bottom: .8888em;
}
/* size = 20px */
h2{
	font-size: 1.66em;
	line-height: 1.1;
	margin-bottom: .8em;
} 
/* size = 22px */
h1{
	font-size: 1.833em;
	line-height: 1.4545;
	margin-bottom: .7272em;
}
del{
	text-decoration: line-through;
}
ul, ol{
	list-style-position: outside;
}
ol li{
	list-style-type: decimal;
}
ul li{
	list-style-type: disc;
}
ul li ul li{
	list-style-type: circle;
}
ul li ul li ul li{
	list-style-type: square;
}
strong{
	font-weight: bold;
	color: black;
}
em{
	font-style: italic;
	color: inherit;
}
/* Remove dotted border from links */
a img
{
  outline: none;
  border: none;
}
:focus
{
  -moz-outline-style: none;
}
/* make height 100% of parent elements so we can set 100% heights for other elements */
html, body { height: 100%; }