/*--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: 11px; color: #003366; font-family:Verdana,Arial,Helvetica,sans-serif; line-height:20px; }

h1,h2,h3,h4,h5,h6 { color: #003366; font-weight:bold; font-size:12px; letter-spacing:0em; line-height:16px; }

h2 { color:#759DA1; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:20px; font-size-adjust:none; font-stretch:normal; font-style:normal; font-variant:normal; font-weight:normal; line-height:30px; margin: 0 0 20px 0; } 
h3 { margin: 0 0 10px 0; }

p 			{ margin: 0 0 15px 0;}
p.last		{ margin-bottom: 0; }
p.italic		{ font-style: italic; }
img			{ margin: 0; }
/*
ul, ol		{ margin:0; }
ul			{ list-style-type: none; }
ol			{ list-style-type: none; }*/
dl			{ float: left; padding: 0 0 15px 0; }
dl dt			{ float: left; width: auto; padding: 0 0 0 3px; font-size: 10px; font-weight: normal; }
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: #003366; text-decoration: underline; }
a:focus, 
a:hover		{ color: #655df3; text-decoration: none; }


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; }
