/* this section will set some overall style behavior */
body, table, thead, tbody, tr, td, th, li  { 
	font-weight: normal; 
	font-style: normal; 
	font-size: 9pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
p { font-size:inherit; }

body {	margin: 0px 0px 0px 0px; }


/* these are normal page properties */
h1, h2, h3, h4, h5, h6 { color: #000000 }

button       { font-size: 8pt; border-style: solid; border-width: 1pt }

/* these are normal link colors */
a:link, a:active, a:visited, a:hover  { text-decoration: none; color: #0066CC }
a:hover      { color: #FF0000 }

