/**
 * @author Eli Sand
 * @copyright Copyright © 2007-2010 Eli Sand
 * @link http://www.elisand.com/
 *
 * Licensed under the Non-Profit Software License, Version 1 (the "License")
 * as published by Eli Sand.  You may not use this file except in compliance
 * with the License.
 *
 * You may obtain a copy of the License at:
 *
 *    http://www.elisand.com/licenses/LICENSE-NSL-1.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

html {
	overflow-y:scroll;
}
html,body,div,span,img,iframe,object,applet,ol,ul,li,dl,dt,dd,table,caption,col,th,tr,td,form,legend,label,h1,h2,h3,h4,h5,h6,hr,p,font,abbr,acronym,cite,code,samp,dfn,kbd,var,address,q,blockquote,center,b,strong,i,em,u,s,strike,tt,pre,big,small,sup,sub,del,ins {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}
*:focus {
	outline:0;
}
* html a {
	color:black;
}
*:first-child+html a {
	color:black;
}
a,a:link,a:visited,a:active,a:hover {
	text-decoration:none;
	color:inherit;
}
body {
	font:normal normal normal 12pt/1.2 sans-serif;
	color:black;
	background:white;
}
table {
	padding:0;
	border-spacing:0;
	border-collapse:collapse;
}
ol,ul,dl {
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
pre,code,kbd,samp,tt {
	font-family:monospace;
}
b,strong {
	font-weight:bold;
}
i,em {
	font-style:italic;
}
u {
	text-decoration:underline;
}
s,strike {
	text-decoration:line-through;
}
img {
	display:block;
}
button>img {
	display:inline;
	vertical-align:text-bottom;
}
q,blockquote {
	quotes:"\201C" "\201D" "\2018" "\2019";
}
q:before,blockquote:before {
	content:open-quote;
}
q:after,blockquote:after {
	content:close-quote;
}
br.clear,div.clear {
	visibility:hidden;
	display:block;
	height:0;
	clear:both;
	content:"";
}
.fl {
	float:left;
}
.fr {
	float:right;
}