﻿body, div, dl, dt, dd, 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;
	}
/*ol, ul {
//	list-style: none;
//	}*/
address, caption, cite, code, dfn, th, var {
	font-weight: normal;
	font-style: normal;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, 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 {height:100%; min-height: 100%; height: auto; }
body {
	font-size:10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
} 

.floatLeft { float: left; }
.floatRight { float: right; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }

