/* ----------------------------
simple reset
---------------------------- */

*, html, body, ul, ol, li, form, fieldset, legend {
	margin: 0;
	padding: 0;
	}
	
body { 
	width: 100%; 
	font-family: Arial,Tahoma,Verdana,sans-serif; 
	font-size: 11px; 
	color: #000;
	}
	
h1, h2, h3, h4, h5, h6, p { 
	margin-top: 0; 
	margin-bottom: 0;
	font-weight: normal;
	}
	
h2{ 
	font-size:17px;
	}

fieldset,img { 
	border: 0; 
	display:block;
	}

legend { 
	color: #000; 
	}

li { 
	list-style: none; 
	}

sup { 
	vertical-align: text-top; 
	}
	
sub { 
	vertical-align: text-bottom; 
	}

table
{
	border-collapse: collapse;
	border-spacing: 0;
	}

caption, th, td
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	}

input, textarea, select
{
	font-size: 110%;
	line-height: 1.1;
	border: none;
	}

abbr, acronym
{
	border-bottom: .1em dotted;
	cursor: help;
	}
