/* CSS Document */
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;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.33em;
	font-size:75%;
}
ol, ul {
	list-style: none;
}



/* 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;
}

table th, table td {vertical-align:top;padding:4px;text-align:left;}
html {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}
h1{font-size:2.0em;line-height:3em;margin:0px 0px 1.5em 0px;}
h2{font-size:1.4em;margin:2em 0px .5em 0px;}


p{font-size:1.0em;margin:0em 0px 1em 0px;}



.clearfix{clear:both;}
.hide{position:absolute;left:-9999px;}
.left{float:left;margin:0px 10px 10px 0px;}
.right{float:right;margin:0px 0px 10px 10px;}
