/* main stylesheet for header, trough, nav, and copyright.  sets body font */

/* sets global styles */
/* podOmatic color pallette:
 * orangeOmatic: #FCB100;
 * greenOmatic: #C6E641;
 * greyOmatic: #000;
 * darkgreyOmatic: #999999;
 */

body {
   font-family: Arial;
}
a {
  font-weight:bold;
}
input {
  font-size: 12px;
}

a:hover {
  text-decoration:underline;
}

a:visited {
  text-decoration:underline;
  color:blue;
}

br.clear {
    clear:both;
    height:0;
    margin:0;
    font-size:1px;
    line-height:0;
}
caption {
    font-family:verdana,arial,helvetica,sans-serif;
    font-size:10px;
    font-weight:bold;
    color:#000;
    text-align:left;
    line-height:14px;
    margin:0 4px 8px 4px;
    padding:0;
}
form {
    margin:0px;
}

/* setting widget styles */
/*
.submitbutton {
    font-weight:bold;
    font-family:verdana,arial,helvetica,sans-serif;
    font-size:10px;
    color:#fff;
    background: #999999;
    padding-top:2px;
    padding-bottom:2px;
    border:1px outset #4196E2;
}
*/
.searchbox {
    font-size:10px;
}

/* setting styles for nav etc... */

#anybody {
  /*width: 880px;*/
  margin: 0px;
  padding: 0px;
  width:775px;;
}

.heading_text {
  line-height:30px;
  font-family:arial;
  font-size:24px;
  font-weight:bold;
  color:#000;
}

.large_text {
  font-family:arial;
  font-size:18px;
  font-weight:bold;
  color:#000;
}
.medium_text {
  font-family:arial;
  font-size:14px;
  font-weight:normal;
  color:#000;
}
.small_text {
  font-family:arial;
  font-size:12px;
  font-weight:bold;
  color:#000;
}

.input_box {
  height:22px;
  line-height:16px;
  font-size:12px;
  font-weight:normal;
  font-family:arial;
  color:#000;
  padding:2px 0 0 5px;
}
#table_div {
  padding-left:3px;
  padding-top:10px;
  margin-bottom:5px;
}

* html #table_div {
  padding-left:5px;
}
