/* ------------DO NOT EDIT BELOW THIS LINE------------ */

/* BEGIN INITIALIZATION 
   this is to neutralize all browser styles and ensure cross-browser compatibility
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
body {
	line-height: 100%;
	margin: 0;
	padding: 0;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address, form {
	margin: 0;
	padding: 0;
	text-align:left;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Apply default form settings
	Form field text-scaling and minimum width inputs */
input, select, textarea {
	font-size: 12px;
}

/* Apply default table settings
   To most common elements: */
table {
    border-collapse:collapse;
	vertical-align:top;
	margin: 0;
	padding: 0;
	border:0;
}
tr,th,td {
	margin: 0;
	padding: 0;
	border:0;
    text-align:left;
    font-weight:normal;
    vertical-align:top;
}

/* END INITIALIZATION */

/* ------------NOW YOU MAY EDIT BELOW THIS LINE------------ */
