/* v1.0 | 20080212 */

@import url("style.css");


html, body, div, span, applet, object, iframe,
 p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font,ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,  th,  {
	margin: 0 auto;
	padding: 0px;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align:baseline;
	
	text-align:center;
	
}

body 
{
	
	text-align:center;
	margin:0 auto;
}

ol, ul 
{
	list-style: none;
	text-align:left;
	margin:0;
	padding:0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	padding:0px;
	margin:0 auto;
	text-align:left;
}

p
{
	padding:0px;
	margin:0px;
	text-align:left;
}