/* reset.css courtesy of Eric Meyer - meyerweb.com */

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, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
sup
{
	font-size:70%;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




/*
fonts.css from the YUI Library: http://developer.yahoo.com/yui/
refer to http://developer.yahoo.com/yui/fonts/ for font sizing
*/
/*   body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}  */
 


 
/* styling the basics.  
   original "author": paul irish */
body, select, input, textarea { font-family:Verdana, Helvetica, Sans-Serif; }
 
strong, th, h1,h2,h3,h4,h5,h6 { font-weight: bold;  }
 
h5 {font-size:85%; margin: 8px 0 4px;}
h4 {font-size:92%; margin: 10px 0 5px; } 
h3, h2.wasH3 {font-size:107%; margin: 13px 0 6px; } 
h2 {font-size:122%; margin: 15px 0 7px; }
h1 {font-size:136%; margin: 0 0 10px; } 
 
 
p { margin: 5px 0 9px; }
 

 
ul { margin-left: 13px; }
ol { margin-left: 30px; list-style-type: decimal; } 
 
