body{
}

body, p, ol, ul, td, tr {                             
	font-family:"lucida grande",verdana,lucida,sans-serif;
	font-size:8pt;                  	
  line-height: 18px;
}

li{ white-space:nowrap; }

ul {
  padding-left: 0.7em;
  margin: 0;
  list-style: none;
}

img { border: 0px; }

a:link    { color: #0063DC; text-decoration: underline; }
a:visited { color: #2E67C7; text-decoration: underline; }
a:hover   { color: #FFFFFF; text-decoration: none; background: #0063DC; }
a:active  { color: #FFFFFF; text-decoration: none; background: #0259C4; }

a:hover.img_link { background: transparent; }
a:active.img_link { background: transparent; }


.header {
	margin-bottom: 10px;
}            

@media print {
	.header {
		display: none;
	}
}