
/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
caption, th { text-align:left }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */

.alignleft{
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}
.alignright{
	margin-left:10px;
	margin-bottom:10px;
	float:right;
}
.contentRight p{
	line-height:normal;
}
.contentLeft p{
	line-height:normal;
}