@charset "utf-8";
/* CSS Document */

html, body{height:100%}

#outer {
  position: absolute;

  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}
 
#inner {
  width: 1024px;
  height: 768px;
   margin-left: -512px;  /***  width / 2   ***/
  position: absolute;
 /* top: -375px;          /***  height / 2   ***/
  left: 50%;
  margin-top:40px;
} 

.grey {
	color:#6a6560;
}

.red {
	color:#892215;
	font-weight:bold;
}

.link {
	color:#892215;
	font-weight:bold;
	text-decoration:none;
}

.link:hover {
	color:#6a6560;
	font-weight:bold;
	text-decoration:none;
}


.link1 {
	color:#6a6560;

	text-decoration:none;
}

.link1:hover {
	color:#892215;

	text-decoration:none;
}