@charset "utf-8";
/* CSS Document */

a:link {color:#BFBA7A; text-decoration:none; text-indent:10pxl;}    /* unvisited link */
a:visited {color:#46726f; text-decoration:none;} /* visited link */
a:hover {color:#FFFFFF; text-decoration:none;; text-decoration:none;}   /* mouse over link */
a:active {color:##BFBA7A; text-decoration:none;}  /* selected link */

.header1
{ 
	top:40px;
	width: 556px;
	height: 65px;
	color:#46726f;
	background-color:#BFBA7A;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-indent:inherit;
	font-weight:bold;
	font-size:14px;
	
}

.mainlogo
{
	width: 244px;
	height:auto;
	background-image:url(../images/GR_logo.gif);
	
}

.table
{ 
  border:thick;
  border-left:thin;
  border-left-color:#4E3231;
  border-top:thin;
  border-top-color:#4E3231;
 
}