/* Reset HTML styles */
/* Thanks to www.apple.com for this! */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,small { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }




/* HTML styles */
body {
  font: 11px/15px Tahoma, sans-serif;
  color: #404040;
  margin: 0px;
  padding: 0px 0px 20px 0px;
  background-color: #eeeeee;
}

a {
  color: #00338d;
  text-decoration: underline;
}

a.img {
  text-decoration: none;
}

a:visited {
  color: #00338d;
  text-decoration:underline;
}

a:hover {
  color: #808080;
  text-decoration:none;
}

h1, span.h1 {
  font: 16px/16px Tahoma, sans-serif;
  font-weight: normal;
  color: #d52b1e;
  margin: 0px;
  padding: 0px 20px 15px 0px;
}

h2, span.h2 {
  font: 14px/18px Tahoma, sans-serif;
  font-weight: normal;
  color: #d52b1e;
  margin: 0px;
  padding: 0px 20px 5px 0px;
  text-transform: capitalize;
}

h3, span.h3 {
  font: 13px/16px Tahoma, sans-serif;
  font-weight: normal;
  border-bottom: 1px solid #cccccc;
  color: #202020;
  margin: 0px;
  padding: 0px 20px 2px 0px;
  text-transform: capitalize;
}

h4 {
  font: 12px/12px Tahoma, sans-serif;
  font-weight: normal;
  color: #202020;
  border-bottom: 1px solid #eeeeee;
  margin: 0px;
  padding: 15px 20px 0px 0px;
  text-transform: capitalize;
}

/* h4 {
  font: 12px/12px Tahoma, sans-serif;
  font-weight: normal;
  color: #202020;
  border-bottom: 1px solid #eeeeee;
  margin: 0px;
  padding: 0px 20px 0px 0px;
  text-transform: capitalize;
} */

h5 {
  font: 11px/11px Tahoma, sans-serif;
  font-weight: normal;
  color: #202020;
  margin: 0px;
  padding: 0px 20px 0px 0px;
  text-transform: capitalize;
}

h6 {
  font: 14px/18px Tahoma, sans-serif;
  font-weight: normal;
  color: #d52b1e;
  margin: 0px;
  border-bottom: 0px solid #cccccc;
  padding: 0px 0px 2px 0px;
}

p {
  color: #404040;
  text-align: justify;
  padding: 8px 15px 0px 0px;
  margin: 0px;
}

strong {
  font-weight: bold;
}

ul {
  margin-top: 5px;
  margin-left: 25px;
  list-style-type: disc;
  font: 11px/15px Tahoma, sans-serif;
  color: #404040;
}

ol {
  margin-top: 5px;
  margin-left: 25px;
  list-style: decimal;
  font: 11px/15px Tahoma, sans-serif;
  color: #404040;
}

li {
  padding: 0px 15px 2px 0px;
  line-height: 140%!important;
  text-align: justify;
}

li span /* Need span to give text different color */
{
  color: #404040;
}

hr {
  height: 1px;
  color: #cccccc;
}

em {
  font-weight: bold;
  color: #cc3333;
}

img {
  border: 0px;
  color: #303030;  /* Sets colour of ALT text */
  margin: 0px auto;
  vertical-align: middle;
}

table {
  border: 0px;
}

small {
  font: 10px/12px Tahoma, sans-serif;
  color: #0a760c;
  margin: 0px;
  padding: 0px 0px 20px 0px;
}

small a {
  font: 10px/12px Tahoma, sans-serif;
}

input
{
  aborder: solid 1px #a7c1e3;
  padding: 2px;
  font: 100%/100% Tahoma, sans-serif;
  vertical-align: middle;
}