body
{
    overflow: auto;
    background-color: #ffffff;
}

body,
table
{
    font-size: 13pt;
    font-family: Verdana;
    color: #ffffff;
}

a
{
    font-size:13px;
    color: #ffffff;
    text-decoration: underline;
}

a:hover
{
    color: #ffffff;
    text-decoration: overline;
}

a.back
{
	 font-size:15px;
    color: #ffffff;
    text-decoration: none;
}

a.back:hover
{
	 font-size:15px;
    color: #ffffff;
    text-decoration: underline;
}

a.hide
{
	font-size:15px;
   color: #ff40ff;
   text-decoration: none;	
}

a.hide:hover
{
	 font-size:15px;
    color: #ff40ff;
    text-decoration: underline;
}


body.base_body
{
    background-color: #522f50;
}

div.center
{
    width: 650px;
    margin-left: -325px;
    left: 50%;
    position: absolute;
    height: 100%;
}

input.text,
textarea.text
{
    width: 100%;
}

button
{
    width: 100px;
    border: groove 2px white;
}

table.page_body
{
    width: 90%;
}

td.header,
p
{
    font-size: 13pt;
    font-weight: bold;
}

table.display_entries
{
    background-color: #522f50;
    border: solid 1px white;
    text-align:center
}

iframe
{
    width: 100%;
    height: 400px;
    border: 0;
}

div.background
 {
  width: 600px;
  margin-left: -300px;
  left: 50%;
  position : absolute;
  height: 500px;
  border: 0;
 } 

table.underline td
{
	border-bottom: solid 1px #ffffff;
}

