BODY
{
}html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
   }
   #wrapper {
      margin: 0 auto;
      vertical-align: middle;
      text-align: center;
      width: 100%;
   }

.menu
{
	font-weight: bold;
	font-size: 14pt;
	color: #d3d3d3;
	font-family: Arial, Monospace;
	text-decoration: none;
	height: 37px;
	width: 200px;
	text-align: center;
}

A.menu
{
	font-weight: bold;
	font-size: 14pt;
	color: #d3d3d3;
	font-family: Arial, Monospace;
	text-decoration: none;
	height: 37px;
	text-align: center;
}
A.menu:hover
{
	font-weight: bold;
	font-size: 16pt;
	color: #d3d3d3;
	font-family: Arial, Monospace;
	text-decoration: underline;
	height: 37px;
	text-align: center;
}
.show
{
	
	font-size: 10pt;
	color: #d3d3d3;
	font-family: Arial, Monospace;
	text-decoration: none;
	height: 37px;
	width: 200px;
	text-align: center;
}

A.show
{
	font-weight: bold;
	font-size: 10pt;
	color: #d3d3d3;
	font-family: Arial, Monospace;
	text-decoration: none;
	height: 37px;
	text-align: center;
}
A.show:hover
{
	font-weight: bold;
	font-size: 11pt;
	color: #d3d3d3;
	font-family: Arial, Monospace;
	text-decoration: underline;
	height: 37px;
	text-align: center;
}

A.mgr
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Arial, Monospace;
	text-decoration: none;
	text-align: center;
}
A.mgr:hover
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Monospace;
	text-decoration: underline;
	text-align: center;
}
A
{
	color: black;
	text-decoration: none;
}
A:hover
{
	color: black;
	text-decoration: underline;
	font-weight: bold;
}


.pad
{
	width:20px;
}
