﻿/*
* {
	margin: 0;
	padding: 0;
	border: 0;
	/ *font-size: 100%;* /
	font: inherit;
	vertical-align: baseline;
}
*/
/* HTML5 display-role reset for older browsers */

/*
list acquired from: http://www.w3schools.com/tags/default.asp
tags with no visble properties will not be listed:
base, head, html, link, meta, script, style, title
most form and list elements will not be listed:
button, hr, iframe, input, li, ol, optgroup, option, select,
textarea, ul
others not allowed in the doctype transitional:
frame, frameset, xmp
 */
a, abbr, acronym, address, applet, area, b, basefont, bdo, big, blockquote, body, br, 
caption, center, cite, code, col, colgroup, dd, del, dfn, dir, div, dl, dt, em,
fieldset, font, form, h1, h2, h3, h4, h5, h6, i, img, ins, kbd, label, legend, li,
map, menu, noframes, noscript, object, p, param, pre, q, 
s, samp, small, span, strike, strong, 
table, tbody, td, tfoot, th, thead, tr, tt, u, var
{
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;*/
	font: inherit;
	/*vertical-align: baseline;*/
}
sub, sup
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 80%;
	font: inherit;
}

body {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;font-size:em;
}

/*
input {
   line-height: 12px;
}

input[type="submit"] {
   line-height: 12px;
}

ol, ul {
 margin-left: 45px;
}
*/

table {
	border-collapse: collapse;
	border-spacing: 0;	
}