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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol {
	list-style: none;
}
ul {
	list-style: disc inside;
}
li {
	margin-left:20px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration:none;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.underline, .underlined {
	text-decoration: underline;
}
.overline, .overlined {
	text-decoration: overline;
}
.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}	
.justify {
	text-align:justify;
}

.fleft {
	float:left;
}
.fright {
	float:right;
}
.clear {
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;
	padding:0;
	margin:0;
}

.p1, .p1-1 {
	padding:1px;
}
.p2, .p2-2 {
	padding:2px;
}
.p3, .p3-3 {
	padding:3px;
}
.p4, .p4-4 {
	padding:4px;
}
.p5, .p5-5 {
	padding:5px;
}
.p8, .p8-8 {
	padding:8px;
}
.p10, .p10-10 {
	padding:10px;
}
.p1-2 {
	padding: 1px 2px;
}
.p1-4 {
	padding: 1px 4px;
}
.p2-4 {
	padding: 2px 4px;
}
.p2-5 {
	padding: 2px 5px;
}
.p2-8 {
	padding: 2px 8px;
}
.p2-10 {
	padding: 2px 10px;
}
.p2-1 {
	padding: 2px 1px;
}
.p4-1 {
	padding: 4px 1px;
}
.p4-2 {
	padding: 4px 2px;
}
.p5-2 {
	padding: 5px 2px;
}
.p8-2 {
	padding: 8px 2px;
}
.p10-2 {
	padding: 10px 2px;
}