/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com 
   Addition by Christian Montoya - www.christianmontoya.net 
   Dapauniennie ad Sp.Shut - www.kamputerm.org */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}
html{
	font-size:100.01%;
	/* Eliminates an IE/Win problem
	with growing or shrinking fonts out of proportion
	if they are later set in ems in other elements.
	Some versions of Opera will draw a default
	font-size of 100% too small compared to other browsers*/
}
body{
	font-size:62.5%; /* Sets to 10px in all browsers*/
	line-height:1.2em;
	color:#000;
}
/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin:0;
        padding:0;
}
/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left:1em;
}
/* Miscellaneous conveniences: */
img{
	border:0;
	outline:0;
	font-family:Tahoma;
	font-size:70%;
	font-weight:normal;
	}
pre, code{
	font:1.05em Courier New, monospace;
	}
form label {
    cursor:pointer;
}
fieldset {
    border:none;
}
input, select, textarea {
	font-size:100%;
	font-family:inherit;
}
acronym{
	border-bottom:1px dotted #eee;
	cursor:help;
}
hr{
	border-style:solid;
	clear:both;
}