/*
   Copyright (c) 2007-2008 Eli Sand

   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,body,div,span,img,iframe,object,applet,ol,ul,li,dl,dt,dd,table,caption,col,th,tr,td,form,button,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;
}
.divSpacer {
	margin: 0px;
	padding: 0px;
	position: relative;
}
*:focus {
	outline:0;
}
* html a {
	color:#333333;
}
*:first-child+html a {
	color:#333333;
}
a,a:link,a:visited,a:active,a:hover {
	text-decoration:none;
	color:inherit;
}
body {
	color:black;
	background:white;
	font-family: sans-serif;
	font-size: 14pt;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
	font-variant: normal;
}
table {
	padding:0;
	border-spacing:0;
	border-collapse:collapse;
}
caption,th,td {
	text-align:left;
}
ol,ul,dl {
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:90%;
	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;
}
q,blockquote {
	quotes:"\201C" "\201D" "\2018" "\2019";
}
q:before,blockquote:before {
	content:open-quote;
}
q:after,blockquote:after {
	content:close-quote;
}
div.clear {
	visibility:hidden;
	display:block;
	height:0px;
	clear:both;
	content:"";
}
