/*--STRUCTURE--*/
body,div,dl,dt,dd,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; }

/*--TYPOGRAPHY--*/
body { font-size: 100%; background-color: #d8efde; color: #ffffff; font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; height: 100%; }

h1 { font-size: 1.0em; color: #007035; font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; font-weight: bold; width: 400px;}
h2 { font-size: 0.82em; font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; font-weight: bold; color: #026b37; margin: 20px 0 5px 0px; }
h3 { font-size: 9px; color: #2854c8; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; text-align:center; margin: 0px 0px 0px 0px;}
h4 { font-size: 1.0em; font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; font-weight: bold; color: #006DA9; line-height: 28px; }
h5 { font-size: 11px; font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; font-weight: normal; color: #026b37; margin: 0px 0px 0px 170px; }
h6 { font-size: 11px; font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; height: 100%; font-weight: normal; color: #026b37; margin: 0px 0 0px 0; }

p 			{ font-size: 11px; line-height: 18px; color: #026b37; padding: 8px 0 0 60px; text-decoration: none;}
p.last		{ margin-bottom: 0; }
p.italic	{ font-style: italic; }

.hide 		{ display: none; }
.clear		 { margin: 0; padding: 0; }

img			{ margin: 0; }

dl			{ margin: 0; }
dl dt			{ font-weight: normal; }
dd			{ margin: 0;}

a, 
a:link		 { color: #2854c8; text-decoration: none;}
a:focus, 
a:hover		{ color: #00c161; text-decoration: none;}
a.current	{ color: #00c161; text-decoration: none;}

strong		{ font-weight: bold; }
em,dfn		{ font-style: italic; }


