/*
  Bonugli.com Style Sheet
  Paul K. Bonugli 2003
*/

 body {
 margin: 0;
 background: #ffffff;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
}
 a:link {
 color : #104e8b;
 text-decoration : none;
}
 a:visited {
 color : #104e8b;
 text-decoration : none;
}
 a:hover {
 color : #ff0000;
 text-decoration : underline;
}
 .title {
 color: #104e8b;
 font-size: 36px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-decoration: none;
 font-weight: bold;
}
 .subtitle {
 color: #104e8b;
 font-size: 14px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-decoration: none;
 font-weight: bold;
}
 .menu {
 color: #104e8b;
 font-size: 12px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-decoration: none;
 font-weight: bold;
}
 .norm {
 font-size: 11px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}
 .timedate {
 color: #666666;
 font-size: 10px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-decoration: none;
}
 .blueborder {
 border-width: 3px;
 border-style: solid;
 border-color: #104E8B;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
}
 .dropdown {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #104E8B;
background: #ebf4f8;
border-style: solid;
border-color: #104E8B;
}
 .invisible {
 font-size: 10px;
 color: #104e8b;
}
 .desc {
 font-size: 10px;
 color: #ffffff;
}
 a.top:link {
 color : #ffffff;
 text-decoration : none;
}
 a.top:visited {
 color : #ffffff;
 text-decoration : none;
}
 a.top:hover {
 color : #ffffff;
 text-decoration : underline;
}
 a.menu:link {
 color : #666666;
 text-decoration : none;
}
 a.menu:visited {
 color : #666666;
 text-decoration : none;
}
 a.menu:hover {
 color : #104e8b;
 text-decoration : none;
}
 .inputfield {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 8pt;
 color: #000000;
 background: #ebf4f8;
 border-width: 1px;
 border-style: solid;
 border-color: #104E8B;
}
 hr {
 color: #104E8B;
}