
/**** BODY **************************************************************/

body {
  margin: 10px;
  padding: 0;
  background-color: black;
  font-family: tahoma, arial, helvetica, serif;
  font-size: 11px;
  color: white;
}
  
input {
  font-family: tahoma, arial, helvetica, serif;
  font-size: 11px;
  color: black;
}

a {
  color: #848484;
  text-decoration: none;
}

a:hover {
  color: #b2b2b2;
  text-decoration: underline;
}

ul {
  margin: 0 0 0 0;
  padding: 10px 0 0 6px;
  list-style-type: none;
}

li {
  padding: 6px 0 0 14px;
  background-image: url('/media/bullet_arrow.gif');
  background-position: 0 10px;
  background-repeat: no-repeat;
}

table {
  border: 0;
}

img {
	border: 0;
}


/* NAVIGATION *****************************************************/

table.nav {
  margin: 8px 8px 8px 14px;
}

table.nav td {
  padding-right: 45px;
}

table.nav a{
  color: #848484;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
}

table.nav a:hover{
  color: white;
}


/* TABLE CLASSES **************************************************/
/******************************************************************/

/* TABLES AND CELLS *****************************************/

.main-table {
  background-color: black;
  width: 760px;
}

.form-table {
  background-color: black;
  width: 100%;
  padding: 10px;
}

.bottom {
  color: white;
  font-weight: bold;
  border-top: 1px solid #848484;
  height: 28px;
}

.body-cell {
  padding: 18px;
}

.body-left {
  padding: 0 28px 14px 0;
}

.body-left table {
  margin-top: 18px;
}

.body-right {
  border-left: 1px solid #848484;
  width: 230px;
  padding: 24px 0 0 34px;
  color: #cccccc;
}

.quote {
  border-left: 1px solid #848484;
  width: 190px;
  padding: 22px 38px 0 34px;
  color: white;
  background-image: url(/media/quotes.gif);
  background-repeat: no-repeat;
}

.quote span span {
  color: #B2B2B2;
  font-family: Georgia, Times New Roman, Times, serif;
  padding: 0px 2px 0px 2px;
}
  

/* TEXT *******************************************/

h1 {
  color: white;
  font-size: 11px;
  margin-top: 0px;
  margin-bottom: 4px;
}

h2 {
  color: white;
  font-size: 11px;
  font-weight: bold;
}

.body-italic {
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
}

.red-bold {
  color: #b5bfcb;
  font-weight: bold;
}



/* TEXT *******************************************/

.news-images {
  margin-bottom: 22px;
}

.news-images img {
  margin-right: 10px;
  border: 4px solid #b5bfcb;
}
