/*
 * Definitions for main body of page
 */

body {
  background-color: rgb(255, 255, 204);
  font: 13px Arial;
  color:#000000;
}

.header {
    font: 18px Arial;
    font-weight:bold;
    color:#000000;
    text-align: center;
}

h2 {
  font: 19px Arial;
  font-weight: bold;
  color:#000000;
  text-align: left;
  margin-bottom: 2;
}

h3 {
  font: 13px Arial;
  font-weight: bold;
  color:#000000;
  text-align: center;
  margin-bottom: 2;
}

h4 {
  font: 14px Arial;
  font-weight: bold;
  color:#000000;
  text-align: center;
  margin-bottom: 0;
}

h5 {
  font: 19px Arial;
  font-weight: bold;
  color: rgb(255, 255, 204);
  text-align: left;
  margin-top: 5;
  margin-bottom: 5;
}

h6 {

  font: 16px Arial;
  font-weight: bold;
  color:#000000;
  text-align: left;
  margin-bottom: 0;
  }



/*
 * Removes hyperlink 'box' around pictures that are hyperlinks
 */

a img {  
border: none;
}  

/*
 * Font for small text in table used in MEDIA.HTML page
 */

#TableWrapDiv td{
  font: 11px Arial;
  color:#000000;
  background-color: rgb(255, 255, 204);
  border-bottom:thin dotted;
  border-color:grey;
}

/*
 * Font i-cclsc.html page, Captain email table
 */

.CapMemo:link {
    font: 10px Arial;
    Color: #0000FF;
    text-decoration: underline;
}

.CapMemo:visited {
    font: 10px Arial;
    Color: #FF00FF;
    text-decoration: underline;
}

.CapMemo:hover {
    font: 10px Arial;
    Color: #FF0000;
    text-decoration: none;
}

.CapMemo:active {
    font: 10px Arial;
    Color: #000000;
    text-decoration: none;
}



/*
 * Definitions on how HTML links work
 */

a:link {
    font: 13px Arial;
    Color: #0000FF;
    text-decoration: underline;
}

a:visited {
    font: 13px Arial;
    Color: #FF00FF;
    text-decoration: underline;
}

a:hover {
    font: 13px Arial;
    Color: #FF0000;
    text-decoration: none;
}

a:active {
    font: 13px Arial;
    Color: #000000;
    text-decoration: none;
}




/*
 * The following is dotted line for the inside of a table
 */

.bottom {
    border-bottom:thin dotted;
    border-color:grey;
    font: 13px Arial;
    color:#333;
}

td {
    font: 13px Arial;
    color:#333;
}


/*
 * The following is formatting for the footer on each page (goto Home Page AND website T&C)
 */

.footer:link {
    font: 10px Arial;
    Color: #0000FF;
    text-decoration: none;
}

.footer:visited {
    font: 10px Arial;
    Color: #0000FF;
    text-decoration: none;
}

.footer:hover {
    font: 10px Arial;
    Color: #FF0000;
    text-decoration: underline;
}

.footer:active {
    font: 10px Arial;
    Color: #000000;
    text-decoration: underline;
}

/*
 * Small txt for rescue 2012 update
 */

.rescue2012txt {
  font: 9px Verdana;
  color:#000000;
  text-align: left;
  background-color: rgb(255, 255, 204);
}

/*
 * Small txt
 */

.SMLtxt {
  font: 10px Arial;
  color:#000000;
  text-align: left;
}