/* Body */
body, input, textarea, select { font-family: 'Verdana', 'Tahoma', 'MS Sans Serif', sans-serif; font-weight: normal; }
body { background-color: white; color: black; }
body, table, input, textarea, select { font-size: 8pt; }
a img { border: none; }

/* Headers */
h1, h2, h3, h4, h5, h6 { margin: 10px 0px 3px 0px; }
h1 { font-size: 12pt; font-weight: bold; }
h2 { font-size: 10pt; font-weight: bold; }
h3 { font-size: 8pt; font-weight: bold; }
h4 { font-size: 8pt; font-weight: bold; font-style: italic; }
h5 { font-size: 8pt; font-weight: normal; font-style: italic; }
h6 { font-size: 8pt; font-weight: normal; text-decoration: underline; }

/* Paragraphs */
p { margin: 3px 0px 3px 0px; }
ul, ol { margin: 3px 0px 3px 30px; }

/* Forms */
form { margin: 0px; }


p.error, div.error, span.error { color: red; font-weight: bold; }

