/*
  The styles herein may apply for
  any within the fcconnections.com
  domain.
  
  File: fcc.css
*/

body{ 
  background-color: #FFFFFF;
  margin:0; 
  padding:0; 
  height:100%; /* this is the key! */ 
}


h1{
  font-family: arial;
  font-size:   24;
  font-weight: bold;
  color:       #000066;
}


h2{
  font-family: arial;
  font-size:   18;
  font-weight: bold;
  color:       #000066;
}

table{
  font-family: arial;
  font-size:   12;
  font-weight: normal;
  color:       #000066;
}

.tdblue{
  font-family:      arial;
  font-size:        12;
  font-weight:      normal;
  color:            #FFCB11;
  background-color: #000066;
}

.tdyellow{
  font-family:      arial;
  font-size:        12;
  font-weight:      normal;
  color:            #000066;
  background-color: #FFCB11;
}

.tdheader{
  font-family:      arial;
  font-size:        12;
  font-weight:      normal;
  color:            #000066;
  background-color: #60609E;
}

.footer{
  font-family:      arial;
  font-size:        9;
  font-weight:      normal;
  color:            #000066;
}

.fancy1{
  font-family:      monotype corsiva, verdana, arial;
  font-size:        26;
  font-weight:      normal;
  color:            #000066;
}

.fancy2{
  font-family:      monotype corsiva, verdana, arial;
  font-size:        18;
  font-weight:      normal;
  color:            #000066;
}

.blbold14{
  font-family:      arial;
  font-size:        12;
  text-decoration:  none;
  font-weight:      bold;
  color:            #000066;
}