/* ---------------------- */
/* ENTIRE DOCUMENT STYLES */
/* ---------------------- */

body {
    margin-left: 2px;
    margin-top: 0;
    margin-right: 2px
}

.dim {
  color: #BBBBBB
}

.small {
  font-size: small
}


.xsmall {
  font-size: x-small
}

div.spinner {
  right: auto;
  left: auto;
  text-align: center;
  visibility: hidden;
  display: none
}



/* ----------- */
/* LINK STYLES */
/* ----------- */

a.budheaderlink:link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  text-decoration: none;
  color: #0000FF
}

a.budheaderlink:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  text-decoration: none;
  color: #0000FF
}

a.budheaderlink:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  text-decoration: underline;
  color: #0000FF
}

a.homepage:link {
  text-decoration: none;
  color: #000000
}

a.homepage:visited {
  text-decoration: none;
  color: #777777
}

a.homepage:hover {
  text-decoration: underline;
  color: #0000FF
}

a.Menu {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  text-align: left
}

.irishmenu {
  margin-left: 15px;
  margin-right: 5px;
  width: 120px
}


.irishMenuSelected {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  font-style: normal;
  background-color: #CBD8CE;
  text-align: left
}
.irishMenuNotSelected {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  font-style: normal;
  background-color: #FFFFFF;
  text-align: left
}

.irishMenuOver {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
  background-color: #CBD8CE;
  text-align: left
}

.irishMenuTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    font-style: normal
}

/* ------------- */
/* HEADER STYLES */
/* ------------- */

.budheader {
  padding-top: 0;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 10px;
  height: 15px;
}

.title {
    font-family: "Courier New", Courier, mono;
    font-size: 24pt;
    font-style: normal;
    font-weight: bold
}

.NamesakeFont {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 28px;
    font-style: italic;
    font-weight: bold;
    margin-top: 0px;
    padding-top: 0px
}

div.hdr_left {
  float: left
}

div.hdr_right {
  float: right
}

div.hdr_line {
  border-color: #FFFFFF #FFFFFF #EEEEEE #FFFFFF;
  border-style: none none solid none;
  border-width: 0px 0px 1px 0px;
  clear: both
}

div.hdr_text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt
}

/* ---------------- */
/* MAIN BODY STYLES */
/* ---------------- */

.notice {
  color: #FF0000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10pt;
  text-align: center;
}

.bodytext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt
}

.about {
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px 5px 10px;
  width: 650px;
}

.abouttop {
  margin-top: 5px
}

.aboutbottom {
  padding-bottom: 5px
}

.list_noindent {
  list-style: disc inside;
  padding-left: 0
}


.SubTitleFont {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
  padding-top: 5px
}

.smalltext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small
}

.rowbg {
    background-color: #E8FFE8;
    vertical-align: middle
}

.rowbgLtGreen {
  background-color: #E8EEE9
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto
}

.left {
  text-align: left
}

.right {
  text-align: right
}

.bottom {
  vertical-align: bottom
}

.bottom_border {
  border-bottom-width: thin;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
}

.table_noborder {
  border-collapse: collapse
}



.top {
  vertical-align: top
}

.middle {
  vertical-align: middle
}

/* ------------- */
/* FOOTER STYLES */
/* ------------- */

.copyright {
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    text-align: center;
    color: #C3C3C3
}

a.footer:link {
    text-decoration: none;
    color: #BBBBBB;
    font-family: Arial, Helvetica, sans-serif
}

a.footer:visited {
    text-decoration: none;
    color: #BBBBBB;
    font-family: Arial, Helvetica, sans-serif
}

a.footer:hover {
    text-decoration: underline;
    color: #0000FF;
    font-family: Arial, Helvetica, sans-serif
}

