/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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,
b, u, i, center,
dl, dt, dd, ol, ul, 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;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	/*content: 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;
}
/* end http://meyerweb.com/eric/tools/css/reset/ */

/*----------- initialize -----------*/
body {
	font: 11px/17px Verdana, sans-serif;
	letter-spacing: .02em;
	color: #1A1A1A;
}
h1 {font: bold 15px/21px Helvetica, Arial, sans-serif;}
h2 {font: bold 14px/20px Helvetica, Arial, sans-serif;}
h3 {font: bold 13px/18px Helvetica, Arial, sans-serif;}
h4 {font: bold 12px/17px Helvetica, Arial, sans-serif;}
h5 {font: bold 11px/16px Helvetica, Arial, sans-serif;}
h6 {font: bold 10px/14px Helvetica, Arial, sans-serif;}
p {font: 11px/17px Verdana, sans-serif;}
ul {
	list-style-position: outside;
	list-style-type: none;
}
sup {
	font-size: .6em;
	line-height: 0;
	vertical-align: super;
}
sub {
	font-size: .6em;
	line-height: 0;
	vertical-align: sub;
}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
hr {
	margin: -1px 0;
	padding: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}
a {color: rgb(0, 176, 216);}
/*----------- /initialize -----------*/