
body
{
	background-color:	#C0C0C0;
}

table
{
  width: "100%";
  vertical-align: top;
  border-collapse: collapse;
  border-spacing: 0px;
}

tr
{
  vertical-align: top;
}

td.Menu
{ 
   text-align: "center";
   margin-left: auto;
   margin-right: auto;
   width:		20%;
   background-color:  #C0C0C0;
} 

td.HomeBG
{
        vertical-align: top;
        background-image: url('../images/controlroom_front.jpg');
        background-repeat: no-repeat;
        height:   600px;
        width:    750px;
        color:	  white;
}

.Title
{
	text-align:	center;
}

img
{
	border:		0px;
}

font.Footer
{
	font-size:	12px;
}

ul
{
	list-style-image:	url('../images/bullet.gif');
}