/*--STRUCTURE--*/
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: 75%;*/  font-size:12px; color: #999999; font-family: "Helvetica", Verdana, Arial, Helvetica Neue, Lucida Grande,  sans-serif; }

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

h1 { font-size: 14px; font-weight: bold; }
h2 { font-size: 18px; font-weight: normal; color: #6c9d30; margin: 0 0 10px 0; }
h3 { font-size: 18px; font-weight: normal; color: #6c9d30; }
h4 { font-size: 14px; font-weight: bold; }
h5 { font-size: 14px; font-weight: bold; }
h6 { font-size: 14px; font-weight: bold; }

p 			{ margin: 0 0 10px 0; line-height: 1.6; /*text-align: justify;*/}
p.last		{ margin-bottom: 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, 
a:link		 { color: #689000; text-decoration: none; }
a:focus, 
a:hover		{ color: #999999; 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; }