/* START: GLOBAL RESET */
*
{
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,form,ul,ol,dl,hr,table,address,fieldset { margin-bottom: 15px; }
h1 { font-size: 25px; font-weight: bold; }
h2 { font-size: 23px; font-weight: bold; }
h3 { font-size: 21px; font-weight: bold; }
h4 { font-size: 19px; font-weight: bold; }
h5 { font-size: 17px; font-weight: bold; }
h6 { font-size: 15px; font-weight: bold; }
li, dd, blockquote { margin-left: 40px; }
table {  border-collapse: collapse; border-spacing: 0; }
strong { font-weight: bold; }
em { font-style: italic; }
a { text-decoration: none; }
input,textarea,select { border: 1px solid #ccc; }
:focus  { outline: 0; }
img.centered,
.aligncenter,
div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright
{
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft
{
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright { float: right; }
.alignleft { float: left; }
/* END: GLOBAL RESET */
