﻿/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
   margin: 0px;
   padding: 0px;
   border: 0px;
}
body {
   margin: 20px 0px;
   text-align: center; /* Hack for IE5/Win */;
   font-family: Tahoma, Arial, sans-serif;
   font-size: 11px;
   font-style: normal;
   font-variant: normal;
   font-weight: normal;
   line-height: normal;
   background-color: white;
   scrolling:auto;
   overflowX:hidden;
   overflowY:scroll;
}
#content {
   margin: 0px auto;/* Right and left margin widths set to "auto" */
   text-align: left; /* Counteract to IE5/Win Hack */;
   padding: 15px;
   border: 0px;
   background-color: white;
   font-size: 12px;
}
a.go:link {
   background-color: transparent;
   color: #000080;
   font-family: Tahoma, Arial, sans-serif;
   font-size-adjust: none;
   font-stretch: normal;
   font-style: normal;
   font-variant: normal;
   font-weight: bold;
   line-height: normal;
   text-decoration: none;
}
a.go:visited {
   background-color: transparent;
   color: #000080;
   font-family: Tahoma, Arial, sans-serif;
   font-size-adjust: none;
   font-stretch: normal;
   font-style: normal;
   font-variant: normal;
   font-weight: bold;
   line-height: normal;
   text-decoration: none;
}
a.go:active {
   background-color: #000080;
   color: #FFFFFF;
   font-family: Tahoma, Arial, sans-serif;
   font-size-adjust: none;
   font-stretch: normal;
   font-style: normal;
   font-variant: normal;
   font-weight: bold;
   line-height: normal;
   text-decoration: none;
}
a.go:hover {
   background-color: #000080;
   color: #FFFFFF;
   font-family: Tahoma, Arial, sans-serif;
   font-size-adjust: none;
   font-stretch: normal;
   font-style: normal;
   font-variant: normal;
   font-weight: bold;
   line-height: normal;
   text-decoration: none;
}

