body 
{
  background: white;
  color: #000;
  font-size: large;
}
p
{
  width: 80%;
  text-align: justify;
}

.main
{
  position: relative;
  width: 80%;
  left: 15.5%;  
  border-style: solid;
  border-width: 2mm 0mm 0mm 0mm;
  border-color: #aaf;
  text-align: justify;
  padding-left: 5%;
}
.main a
{
  color: #007;
}
a
{
  text-decoration: none;
  border-width: 0mm;
}
a:hover
{
  font-variant: normal;
  font-weight: bold;
}
a[href]:hover
{
  font-variant: normal;
  color: #f90;
}
#plan
{
  float: left;
  position: absolute;
  border-width: 0mm 2mm 2mm 0mm;
  border-color: #aaf;
  border-style: solid;
  width: 15%;
}           
#plan a
{ 
  display: block;
}

#header
{
  width: 100%;
  font-weight: bold;
  font-size: 30pt;
}
      #gbrLogo
      {
      width: 15%;
      }
      #headerTitle
      {
      text-align: center;
      font-size: 30pt;
      }
#iaprLogo
{
  position: relative;
  top: -150px;
  left: 80%;
  width: 20%;
}

table tr td img
{
  border: 0px solid red;
}
table tr td a
{
  color: black;
}
.planItem
{
  color: black;
  font-weight: bold;
  font-size: 11pt;
  position: relative;
  top: -30px;
  left: 5px;
  border: 0px solid white;
}
ul.blueBullet
{ 
  list-style-image: url(images/bullets/blue.gif);
}
ul.greenBullet
{ 
  list-style-image: url(images/bullets/green.gif);
}
ul.redBullet
{ 
  list-style-image: url(images/bullets/red.gif);
}

hr
{
  width: 80%;
  border:0px;
  background-color: #a00;
  height: 3px;
}
p.lastUpdates
{
	font-size: large;
	text-align: center;
}
