
/* standard html descriptors */

body {
 background: #000000 url(../images/page_bg.jpg) repeat-y top center fixed;
 color: #FFFFFF;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: normal;
 margin: 0 0 0 0;
}

p { margin: 0 0 5px 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
}

h1 {
 font-size: 24px;
 letter-spacing: 2px;
 vertical-align: bottom;
}

h2 {
 color: #EEEEEE;
 font-size: 18px;
 vertical-align: bottom;
}

h3 {
 color: #BED636;
 font-size: 14px;
 font-weight:bold;
 letter-spacing: 1px;
 text-decoration: underline;
}

em {
 font-weight: bold;
 font-style: normal;
}

img
{
 border-style: none;
}

a {
 color: #0059B1;
 text-decoration: none;
 font-weight: bold;
}
a:hover {
 color: #D12428;
 text-decoration: underline;
}

/**************************************************************
   Form Elements
 **************************************************************/

form {
  padding: 0;
  margin: 0;
}

/* If you're finding the input elements get pushed down, increase the width */
label {
  float: left;
  vertical-align: top;
}

input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #999;
  background: #EEE;
  border: 1px solid #CCC;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E7F1F3;
  border: 1px solid #595959;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;

  font: 400 0.9em verdana, serif;
  cursor: pointer;

  color: #fff;
  background: #ccc;
  border-width: 1px;
  border-style: solid;
  border-color: #595959;
}

input.radio {
  background: none;
  border: 0px;
}


/* EOF */
