/* CSS Document */

/* CSS Reset */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }

/* Global */
body {
	background: #FFFFFF 50% 0;
	color:#333333;
	padding: 0; 
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}
body {
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	}

html>body { font-size: small; }
#wrapper { width: 950px; margin: 0 auto; }
body { text-align: center; }
#wrapper { text-align: left; }

h1 { font: bold 3.0em Arial, Helvetica, sans-serif; }
h1 { text-align: center; color: #003366; margin: 100 0 0 0; }
p { text-align: center; color: #000000; }