/* text.css for messageupdate.com */

a:link {font-family:Arial; color:#0000ff; text-decoration:none;}
a:visited {font-family:Arial; color: #0000ff; text-decoration:none;}
a:hover {font-family:Arial; color:#9999ff; text-decoration:none;}
a:active {font-family:Arial; color:#cccccc; text-decoration:none;}

/* margin: top right bottom left */
h1.red {
  font-family: Arial;
  font-size: 165%;
  margin: 0;
  color: #ff0000;
}

h1 {
  color: #ff0000;
  margin: 0;
}

h2 {
  font-family: Arial;
  font-size: 115%;
  margin: 0;
}

h3 {
  font-family: Arial;
  font-size: 105%;
  margin: 6px 0px 0px 0px;
  color: #3399ff;
}

body {
/*  background-image: url("images/ac007.gif");*/
  font-family: sans-serif;
}

#content {
  padding-left: 5px;
  padding-right: 5px;
}

#leftnav {
  text-align: left;
  padding: 5px;
  border-style: solid;
  border-width: 0px;
  border-right-width: 1px;
}

#rightnav {
  text-align: left;
  padding: 5px;
  border-style: solid;
  border-width: 0px;
  border-left-width: 1px;
}

input.green,
input.red,
input.blue,
input.yellow {
  font-weight: bold;
  color: white;
  border: outset;
}

.green,
imput.green {
  background-color: #009900;
}

/*.red,*/
input.red {
  background-color: #990000;
}

.blue,
input.blue {
  background-color: #000099;
}

.yellow,
input.yellow {
/*  background-color: #cccc00;*/
  background-color: #ffcc00;
}

input.green:hover,
input.red:hover,
input.blue:hover,
input.yellow:hover {
  border: inset;
  cursor: pointer;
}

.center {
  text-align: center;
}

.left {
  float: left;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.smaller {
  font-size: smaller;
} 

.none {
  display: none;
}

.inline {
  display: inline;
}

.pad10 {
  padding: 10px;
}

.pad10left {
  padding-left: 10px;
}

a.leftnav:link,
a.leftnav:visited,
a.links:link,
a.links:visited,
a.navbarlinks:link,
a.navbarlinks:visited {
  font-family: Arial;
  color: #0000ff;
  text-decoration: none;
}

a.leftnav:hover,
a.links:hover,
a.navbarlinks:hover {
  color: #9999ff;
}

a.leftnav:active,
a.links:active,
a.navbarlinks:active {
  color: #cccccc;
}

a.blackLink:link,
a.blackLink:visited,
a.blackLink:hover,
a.blackLink:active {
  color: #000000;
  text-decoration: none;
  cursor: default;
}