/* --------------- BODY --------------- */

body {
  background-color: #FFFFFF;
  margin: 0px 0px 0px 0px;
  background-image: url(gifs/bg.gif);
  background-repeat: repeat-y;  
}

/* --------------- DIV's --------------- */

#bannerJuniorCitizenBG {
  position: relative;
  visibility: visible;
  z-index: 2;
  width: 756px;
  height: 116px;
  background-color: #FFFFFF;
  background-image: url(gifs/jc-banner.gif);
  background-repeat: no-repeat;
}

#date {
  position: relative;
  visibility: visible;
  z-index: 3;
  top: 20px;  
  width: 165px;
  float: left;  
  text-align: center;  
}

/* --------------- General --------------- */

h1 {
  font-family: arial, sans-serif;
  font-size: 12pt;
  color: #FF9900;
  font-weight: bold;
}

p {
  font-family: arial, sans-serif;
  font-size: 10pt;
  font-weight:normal;
  color: #003366;
}

ul {
  font-family: arial, sans-serif;
  font-size: 10pt;
  font-weight:normal;
  color: #003366;
  text-align: left;
}

td {
  font-family: arial, sans-serif;
  font-size: 10pt;
  font-weight:normal;  
  color: #003366;
}

td.jcHead {
  font-size: 12pt;
  font-weight: bold;
  color: #ffffff;
  height: 48px;
  width: 573px;  
  background-color: #FFFFFF;
  background-image: url(gifs/jc-header.gif);
  background-repeat: no-repeat;  
  text-align: right;
  padding-right: 10px;  
  vertical-align: middle;
}

td.footer {
  height: 30px;  
  text-align: right;
  vertical-align: middle;
  border-top: 1px solid #999999;
}

.content { margin-top: 20px; }

.date {
  font-family: arial, sans-serif;
  font-weight:normal;
  font-size: 8pt;
  color: #993300;
  font-weight: bold;
}

p.bold { font-weight: bold; }

/* --------------- Links --------------- */

a {
  font-family: arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}
a:link    { color: #999999; }
a:visited { color: #999999; }
a:active  { color: #999999; }
a:hover   { color: #ff9900; }

a.k_linkbold:link         {color:#000066; text-decoration:none; font-size: 10pt; font-family:arial, sans-serif; font-weight:bold; padding-left:2px;}
a.k_linkbold:visited      {color:#000066; text-decoration:none; font-size: 10pt; font-family:arial, sans-serif; font-weight:bold; padding-left:2px;}
a.k_linkbold:hover        {color:#000033; text-decoration:none; font-size: 10pt; font-family:arial, sans-serif; padding-left:2px; font-weight:bold; background:#6698C2;}
a.k_linkbold:active       {color:#000066; text-decoration:none; font-size: 10pt; font-family:arial, sans-serif; padding-left:2px; font-weight:bold;}

a.sections {
  display: block;
  margin-top: 2px;
  margin-bottom: 2px;
  background-image: url(gifs/mm-arrow.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding: 3px;
  padding-left: 22px;
  background-color: #999999;
}
a.sections:link    { color: #FFFFFF; }
a.sections:visited { color: #FFFFFF; }
a.sections:active  { color: #FFFFFF; }
a.sections:hover   { color: #990000; }

a.return 		 { font-size: 8pt; }
a.return:link    { color: #003366; }
a.return:visited { color: #003366; }
a.return:active  { color: #336699; }
a.return:hover   { color: #336699; }

/* --------------- Activities --------------- */
