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,b,u,i,center,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;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1.8}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}/*:focus{outline:0}*/ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

body {
	background: #12273c url('../images/bg-3000-noleak.jpg') no-repeat top center;
	font: 75%/1.6 Arial, sans-serif; 
	color: #00325c;
}

a { color: #5799b4; text-decoration: underline; }
span.solo { display: block; }

p, ul { margin-bottom: 1em; }
ul ul { list-style-type: circle; margin: 0 0 0.2em 1.4em; }
ul { list-style-type: square;  }
ul.nav, ul.nav ul { list-style-type: none; margin: 0; }
sup { vertical-align: super; }

input { font-size: 120%; width: 300px; padding: 0.2em; }
textarea { font-size: 120%; height: 200px; width: 400px; padding: 0.2em; }
input.button { width: auto; }

.left { float: left; }
img.left { margin: 7px 15px 15px 0; }
.right { float: right; }
.clear { clear: both; }
.hidden { display: none; }
