


/* NAVIGATION - MAIN TEXT COLOUR AND FORMAT */
  a {
	color : #484848;
	text-decoration: none;
}


 body {
  background-image: url(images/jb-back.gif);
        background-repeat:no-repeat;	
	background-position: top center;
	text-align: center;
	min-width: 760px;
 }
   td.main-orange {
    background-image: url("images/gr-home-orangefade.gif");
    background-repeat: repeat-x;
 }


   td.main {
    padding: 10px 10px;
    font-size: 14px;
    font-family: Arial;
    color: #7b7b7b;
    text-align: Justify;
    font-weight:bold; 
 }
hr {
  border: 0;
  width: 80%;
  color: #50b948;
  background-color: #50b948;
  height: 1px;
}


 
  input { 
    font-family:Arial; 
    font-size:12px; 
    font-weight:bold; 
    background-color:acacac; 
    border-color:000000; 
    border-style:inset; 
    border-width:1px; 
    color:000000; 
}



  .title{
	color: #7b7b7b;
	font-family: "Arial", serif;
	font-size: 26px;
}

html {overflow-y: scroll;}


