﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea,  blockquote, th, td { 
	padding: 0;
	margin: 0;
	}
fieldset, img { 
	border: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
caption, th {
	text-align: left;
	}
h5, h6 {
	font-weight: normal;
	}
q:before, q:after {
	content: '';
	}
abbr, acronym { 
	border: 0;
	}
/*body {*/
/*font-size: 62.5%; /*Sets all fonts to 10px*/
/*}*/
/* 1.1em = 11px
1.5em = 15px
2em = 20px */
/*html { height:100%; font-size:62.5%; min-height: 100%; height: auto;}*/
/*body { font: 62.5%/1.6  Arial, Helvetica, sans-serif }*/
html { font-size:100%;}
body {
	font-size:11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
} 

.floatLeft { float: left; }
.floatRight { float: right; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }

