/* stylesheet */

a{
  text-decoration:none;
  font-weight: bold;
}

a.smallLink{
  font-size: 8pt;
}

a.miniLink{
  font-size: 6pt;
  font-family: Comic Sans MS, Arial;
}

a.headLink{
  font-size: 10pt;
  color: rgb(51, 127, 31);
}

a.marqueeLink{
  font-size: 14pt;
  color: rgb(51, 127, 31);
}

/* Class image*/
/*
a.image:link{
  color: rgb(135,191,107);
}
a.image:visited{
  color: rgb(135,191,107);
}
a.image:active{
  color: rgb(135,191,107);
}
*/
a.image:link{
  color: rgb(0,0,0);
}
a.image:visited{
  color: rgb(100,100,100);
}
a.image:active{
  color: rgb(200,200,200);
}


body{
  color: rgb(0,0,0);
/*  background: rgb(135, 191, 107);*/
  background: #ebf7c8;
  margin-left: 0;
  margin-top: 0;
  margin-width: 0;
  margin-height: 0;
/*  font-family: Comic Sans MS, Arial; */
  font-family: Times New Roman;
}

p.logo{
  text-align: right;
  margin-top: 10px;
  margin-right: 20px;
}

p.text{
  margin-left: 15%;
  margin-right: 15%;
/*  font-family: Comic Sans MS;*/
  font-size: 85%;
/*  font-weight: bold; */
}


a.ablue:link{
  font-size: 14pt;
  font-weight:bold;
  color: rgb(0, 0, 200);
}

a.ablue:visited{
  font-size: 14pt;
  font-weight:bold;
  color: rgb(0, 0, 200);
}

a.ablue:active{
  font-size: 14pt;
  font-weight:bold;
  color: rgb(0, 0, 200);
}

a.ablue:hover{
  font-size: 14pt;
  font-weight:bold;
  color: rgb(0, 200, 200);
}

p.blue{
  font-size: 16pt;
  font-weight:bold;
  color: rgb(0, 0, 200);
/*  background: rgb(0, 0, 0); */
}

p.ib{
  font-style:italic;
  font-weight: bold;
}

a.red:link{
  color: rgb(255,0,0);
  font-weight: bold;
}
a.red:visited{
  color: rgb(255,0,0);
  font-weight: bold;
}
a.red:active{
  color: rgb(0,0,0);
  font-weight: bold;
}
a.red:hover{
  color: rgb(0,0,0);
  font-weight: bold;
}

p.headtext{
  text-align: center;
}

p.center{
  text-align: center;
}

p.noPlans{
  font-size: 11pt;
}

body#vNavBar{
  margin-left: 5%;
  margin-top: 5%;
  margin-right: 5%;
  margin-left: 5%;
}

/* for unvisited links */
a:link{
  color: rgb(0,0,0);
}

/* for visited links */
a:visited{
  color: rgb(0,0,0);
}

/* when link is clicked */
a:active{
  color: rgb(150,150,150);
}

/* when mouse is over link */
a:hover{
  color: rgb(200,200,200);
}

table{
  width: 100%;
  padding: 0% 0% 0% 0%;
}

td{
  padding: 0% 0% 0% 0%;
}

td.lb{
  text-align: left;
  vertical-align: bottom;
}

td.rb{
  text-align: right;
  vertical-align: bottom;
}

td.cb{
  text-align: center;
  vertical-align: bottom;
}

td.lm{
  text-align: left;
  vertical-align: middle;
}

td.rm{
  text-align: right;
  vertical-align: middle;
}

td.cm{
  text-align: center;
  vertical-align: middle;
}
td.lt{
  text-align: left;
  vertical-align: top;
}

td.rt{
  text-align: right;
  vertical-align: top;
}

td.ct{
  text-align: center;
  vertical-align: top;
}

H1, H2, H3, H4{
  text-align: center;
}
