/*  The Standard Stylesheet */

/* Reset Stuff */

/*	removed li, ol, ul, 	*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, img, ins, strong, sub, sup, dd, dl, dt, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	
	/* overflow:hidden;	/* 	not fully tested yet - stops page scrolling!	*/
}

a img, :link img, :visited img {
	border: 0px;
}

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

ol, ul {
	/*list-style: none;*/
}

/* End Reset */

*{
	border:0px;
}

body{
	margin:0px;
	
	font-size:10px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#232323;
	letter-spacing:0.1em;
	line-height:1.5;
	
	font: 12px/1.5 Arial, Helvetica, Sans-serif;
}

div{
	
}

h1{
	font-family:tahoma, arial, sans-serif;
	font-size:22px;
	font-weight:normal;
	margin-bottom:30px;
}

h2{
	font-size:12px;
	margin-bottom:20px;
}

p{
	font-size:12px;
	line-height:1.7;
	margin-bottom:15px;
}

h3{
	margin-bottom:15px;
}

p + h2, ul + h2, ol + h2{
	margin-top:40px;
}

p + h3, ul + h3, ol + h3{
	margin-top:40px;
}

a, a:link, a:visited, a:active, a:hover{
	color:#888;
	white-space:nowrap;
}
a:hover{
	color:#333;
}
