/* reset styles */
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
}
body{
	text-align:center;
	font:normal 76%/140% Verdana,Geneva,sans-serif;
}
.hidden{
	position:absolute;
	left:-3000px;
	height:1px;
}
p,blockquote,pre{
	margin-bottom:1em;
	height:100%;
}
#content p,#content ol,#content ul{
	clear:both;
}
h1{
	font-size:2.3em;
	line-height:1.2em;
	font-weight:normal;
	clear:both;
}
h2,h3,h4,h5,h6{
	padding:0.3em 0 0.5em;
	line-height:1.25em;
	font-weight:normal;
	clear:both;
}
h2{
	font-size:2.1em;
}
h3{
	font-size:1.7em;
}
h4,h5,h6{
	font-size:1.4em;
}
a,a:link,a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
:focus{
	outline:0;
}
ol,ul,dl{
	margin:0 0 1.5em 3em;
	clear:both;
}
ol{
	list-style-type:decimal;
}
dl dt{
	font-weight:bold;
	margin-bottom:.5em
}
dl dd{
	margin-left:3em;
	margin-bottom:.5em
}
table{
	margin-bottom:2em;
	text-align:center;
}
table caption{
	font-weight:bold;
	padding:.5em;
}
table th{
	font-weight:bold;
	padding:.2em;
}
table th.lefttbl{
	text-align:left;
}
table td{
	font-weight:normal;
	padding:.2em;
	background:#ffffff;
}
blockquote:before,blockquote:after,
q:before,q:after{
	content:"";
}
blockquote,q{
	quotes:"" "";
}
blockquote{
	margin-left:25px;
	border-left:5px solid #d8d8d8;
	padding-left:5px
}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
/* hide print logo */
#content #w3design img#printlogo{
	display:none;
}