body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
caption,th { text-align:left; }

q:before,q:after { content:''; }
abbr,acronym { border:0; }

/*--TYPOGRAPHY--*/
     
body { font-size: 11px; color: #000000; font-family: "Helvetica", Verdana, Arial, Helvetica Neue, Lucida Grande,  sans-serif; }

h1,h2,h3,h4,h5,h6 { color: #ffffff; font-family: "Helvetica", Verdana, Arial, Helvetica Neue, Lucida Grande,  sans-serif; font-weight: normal;  letter-spacing: 1;}

h1 { font-size: 20px; font-weight: bold; width: 300px; height: 50px; background: url(../images/watergate.png) top left no-repeat; margin:0 0 0 0; text-indent: -5000px; }
h2 { font-size: 14px; width: auto; } 
h3 { font-size: 14px; }
h4 { font-size: 14px; }
h5 { font-size: 14px; }
h6 { font-size: 14px; }

/* Text elements
-------------------------------------------------------------- */

p 			{ margin: 0 0 10px 0; }
p.last		{ margin-bottom: 0; }
p img.top 	{ margin-top: 0; }
img			{ margin: 0; }

ul, ol		{ margin:0; }
ul			{ list-style-type: none; }
ol			{ list-style-type: none; }
dl			{ margin: 0 0 1.5em 0; }
dl dt			{ font-weight: bold; }
dd			{ margin-left: 1.5em;}

abbr, 
acronym		{ border-bottom: 1px dotted #666; }
address		{ margin-top: 1.5em; font-style: italic; }
del			{ color:#666; }

a:focus, 
a:hover		{ color: #000; }
a			{ color: #009; text-decoration: underline; }

blockquote	{ margin: 1.5em; color: #666; font-style: italic; }
strong		{ font-weight: bold; }
em,dfn		{ font-style: italic; background: #ffc; }
dfn			{ font-weight: bold; }
pre,code		{ margin: 1.5em 0; white-space: pre; }
pre,code,tt	{ font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt			{ display: block; margin: 1.5em 0; line-height: 1.5; }

/* Some default classes
-------------------------------------------------------------- */

.small		{ font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large		{ font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet		{ color: #666; }

.hide		{ display: none; }
.highlight	{ background:#ff0; }
.added		{ color:#060; }
.removed	{ color:#900; }

.top		{ margin-top:0; padding-top:0; }
.bottom		{ margin-bottom:0; padding-bottom:0; }
