/* Copyright (c)2007-2008 Jean Pierre Kolb. All Rights Reserved. http://www.jpkc.com */

html,body,h1,h2,h3,h4,h5,h6,p,address,pre,code,b,i,tt,big,small,sup,sub,strong,em,samp,kbd,var,cite,dfn,acronym,abbr,q,ul,ol,dl,li,dt,dd,form,fieldset,legend,label,input,textarea,select,blockquote,caption,img,hr,frame,iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Trebuchet MS", Tahoma, "DejaVu Sans Condensed", Arial, "Bitstream Vera Sans", "DejaVu Sans", "Lucida Sans", Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
	white-space: normal;
	letter-spacing: 0;
	word-spacing: 0;
}
body {
	font-size: 13px;
	line-height: 1.7em;
	color: #000;
	background-color: #fff;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 1.2em 0;
	font-weight: bold;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 90%;
}
h6 {
	font-size: 80%;
}
p,address,pre,ul,ol,dl,form,fieldset,blockquote,table {
	margin: 0 0 1em 0;
}
a, a:link, a:visited {
	color: #666;
	text-decoration: underline;
}
a:active, a:hover, a:focus {
	color: #333;
	text-decoration: none;
}
pre,code,tt,kbd,var {
	font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", Courier, Monospace;
}
pre,code,kbd {
	border: 1px solid #bbb;
	padding: 0 0.2em;
}
pre {
	padding: 1em;
	background-color: #f6f6f6;
}
b,strong,label,legend,caption,th {
	font-weight: bold;
}
i,em,var,cite,q,blockquote {
	font-style: italic;
}
big {
	font-size: 120%;
}
small {
	font-size: 80%;
}
sup {
	font-size: 70%;
	line-height: 0px;
}
sub {
	font-size: 60%;
	line-height: 0px;
}
acronym,abbr {
	border-bottom: 1px dotted #bbb;
	cursor: help;
}
ul,ol {
	margin-left: 2em;
	list-style-position: outside;
}
ol {
	margin-left: 2.5em;
	list-style-position: outside;
}
li,dd,dt {
	line-height: 1.6em;
}
ul {
	list-style-type: disc;
}
ul ul {
	list-style-type: circle;
	margin: 0.8em 0 0.8em 2em;
}
ul ul ul {
	list-style-type: square;
	margin: 0.8em 0 0.8em 2em;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style-type: lower-roman;
	margin: 0.8em 0 0.8em 2em;
}
ol ol ol {
	list-style-type: upper-roman;
	margin: 0.8em 0 0.8em 2em;
}
dl {
	margin-left: 1em;
}
dd {
	margin-left: 0.6em;
}
fieldset,legend {
	border: 1px solid #bbb;
	padding: 0.5em;
}
legend {
	padding: 0.3em 0.5em;
	margin: 0.3em 0 0.3em 0;
}
input,textarea,select {
	padding: 0.2em 0.3em;
	margin: 0.2em 0;
	font-size: 90%;
	color: #000;
	background-color: #fff;
	border: 1px solid #999;
}
blockquote {
	padding: 1em;
}
hr {
	clear: both;
	color: #999;
	background-color: #999;
	height: 1px;
	margin: 1em 0;
}
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 0.4em;
	margin: 0 0 0.2em 0.7em;
	display: inline;
}
img.alignleft {
	padding: 0.4em;
	margin: 0 0.7em 0.2em 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.clearboth span, #header-img span, #footer-img span {
	display: none;
}
