/* INIT
-----------------------------------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, div, span, blockquote, p, address, form, fieldset, img, ul, ol, dl, dt, dd, li, hr, table, td, th, strong, em, sup, sub, dfn, ins, del, q, cite, var, samp, code, kbd, tt {

}
a, a:visited {
	text-decoration: none;
}
a {
   color: #555;
	outline-style: none;
	outline-width: 0;
}
a:hover {
	color: #000;
}
ol, ul {
	list-style: none;
}
legend {
	display: none;
}
body, input, textarea, select, option, optgroup, button {
	font-family: Verdana;
}
input, textarea, select, option, optgroup, button, p {
	font-size: 11px;
}


/* LAYOUT
-----------------------------------------------------------------------------*/
html {
   
}

body {
   color: #555;
   font-size: 11px;
}

ul{
	list-style: square inside;  font-size: 11px;    }
