@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}

 DIV.outer
      {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 940px;
	height: 580px;
	margin-left: -470px; /* half of width */
	margin-top: -290px;  /* half of height */
	background-color: #FFFFFF;
	overflow: visible;
    }
      
      
    DIV.inner
      {
      position:absolute;
      left: 50%;
      top :50%;
      width: 940px;
      height: 580px;
      margin-left: -470px;  /* half of width */
      margin-top: -290px;   /* half of height */
      background-color: #FFFFFF;
      }
	  
	DIV.logo
	{
		 position: absolute;
		 left: 445px;
		 top: 70px;
		 width: 51px;
		 height: 57px;	 
	}
	
	DIV.panels
	{
	position: absolute;
	left: 0px;
	top: 127px;
	width: 940px;
	height: 355px;
	text-align: center;
	overflow: visible;
	}
	
	DIV.menu
	{
		position: absolute;
		left: 380px;
		top: 503px;
		width: 190px;
		height: 10px;
	}

	DIV.footer
	{
		position: absolute;
		left: 0px;
		top: 560px;
		width: 940px;
		height: 20px;
	}

#footerdiv {
	text-align: center;
	color: #624099;
}
.yellow {
	color: #FEDE00;
}

a:link {
	color: #990000;
}
a:visited {
	color: #660000;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #FF0033;
}
