/* set the page background color and margins. */ 
body { margin: 0px; background: #000000; }

/* set the page font formatting. */
body, p, div, td {font-family: verdana; font-size: 9pt; color: #000000; }

/* default link colors */
a:link { font-weight: bold; text-decoration: underline; color: #A6010F; }
a:hover { font-weight: bold; text-decoration: underline; color: #000000; }
a:visited { font-weight: bold; text-decoration: underline; color: #A6010F; }
a:visited:hover { font-weight: bold; text-decoration: underline; color: #000000; }

/* set input, select and textfield elements sizes */
.SMinput { width: 20px; }
.MDinput { width: 125px; }
.LGinput, select { width: 225px; }
.XLinput, select { width: 300px; }
.SMtext {width: 450px; height: 75px; }
.MDtext {width: 450px; height: 150px; }
.LGtext {width: 450px; height: 200px; }
.XLtext {width: 450px; height: 300px; }

.HeaderText {
  font-family: Arial, Helvetica, sans-serif; font-weight: bold;
  font-size: 16px;
  line-height: 16pt;
  color: #000000;
}

input {
    font-family : Verdana;
    font-size: 8pt;
  }
  
h1 {
	font-size: 11pt;
  color: #000000;
  font-weight: bold;
}

h2,h3,h4,h5,h6 {
	font-size: 9pt;
  color: #000000;
  font-weight: bold;
}
