ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

html,body
{
  margin: 0px;
  padding: 0px;
  width:100%;
  height:100%;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background-color: #FFFF;
  font-weight: none;

  scrollbar-arrow-color: #FFFBF7;
  scrollbar-3dlight-color: #FFFCF9;
  scrollbar-darkshadow-color: #660000;
  scrollbar-face-color: #51638b;
  scrollbar-highlight-color: #E0D5D5;
  scrollbar-shadow-color: #660000;
}
img{
  border-bottom-style: solid;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-color: black;
  border-width: 1px;

}

.noborder{


  border-style: none;
  border-color: black;

  }

.BlueLineHorizontal{background-repeat:repeat-x; background-attachment:fixed; background-image:url(/images/spacer.png); background-position:top; background-color:#0481B8;}
.BlueLineVertical{background-repeat:repeat-y; background-attachment:fixed; background-image:url(/images/spacer.png); background-position:top; background-color:#0481B8; }

