* {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  color: black;
}

hr {
  display: none;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
  {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: Helvetica, Arial, sans-serif;
  /*
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; 
  */
}

/* set 100% for the internal loading div */
html, body {
  height:100% ; 
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

ol,ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,th,td {
  font-weight: normal;
}

/**********************END RESET************************************/
li {
  padding: 0 0 5px 0;
  font-weight: bold;
}

ul {
  padding-top: 5px;
  list-style-type: disc;
  padding-left: 20px;
}

h1 {
  font-size: 14pt;
  color: #888888;
  font-weight: bold;
  margin: 0 0 10px 0;
}

h2 {
  font-size: 12pt;
  font-weight: bold;
  margin: 0 0 5px 0;
}

p {
  font-weight: normal;
}

ol {
  list-style-type: decimal;
  padding: 5px 0 0 30px;
}

hr {
  display: block;
}

.optional,.optional p {
  color: #666666;
}

strong {
  font-weight: bold;
}

