/* CSS Document */

body,td,th {
	font-family: Calibri, Georgia, Times New Roman, Times, serif;
	color: #000000;
	}
	
a:link {
	color: #cc0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
	}
	
a:active {
	text-decoration: none;
}


.footnote {
	font-size: x-small;
	}


body {
	background-color: #cc0000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-y;
	background-position: right;
	background-image:url(backgrad.jpg)
	}



h2
	{
	font-family: Arial;
	}

.out {
  display:block; 
  background:#000; 
  border:1px solid #000; 
  position:relative;
  margin:0em 0;
  }
 
ul, li	{
	line-height: 1em;
 	} 
 
/*.outGRC {
 
		
 li {
 
 margin-left: 2;
 }

  display:block; 
  background:#000; 
  border:1px solid #000; 
  position:relative;
  margin:0em 0;
  
  }*/

.in {
  text-align:left; 
  background:#fff; 
  border:1px solid #000; 
  position:relative; 
  padding:5px;
  font-weight:normal;
  }
  
.inGRC {
  text-align:left; 
  background-image:url(tableback.jpg);
  background-repeat:no-repeat;
  background-position:bottom right;
  }
  
.ltin {
  left:-3px;
  }
.tpin {
  top:-3px;
  }
.narrow {width:100%;} /* change to suit */

ul
{
padding: 0 1px 1px;
margin-left: 0;
font: bold 12px Verdana, sans-serif;
background: fff;

}

li
{
list-style: none;
margin: 0;
text-align: left;
border-top: 1px #ff0000;
}

li a
{
display: block;
padding: 0.25em 0.25em 0.25em 0.25em;
border-left: 1em solid #666666;
background: #fff;
text-decoration: none;
}

li a:link { color: #cc0000; }
li a:visited { color: #667; }

li a:hover
{
border-color: #ff0000;
color: #FFF;
background: #332;
}

.style1 {font-size: x-small}

.style2 {
	color: #FF0000;
	font-weight: bold;
	font:Arial, Helvetica, sans-serif;
}
