html
{
  height:100%;
}

body
{
  font-family:Arial;
  height:80%;
  margin-top:15px; 
  margin-left:40px; 
  margin-bottom:50px; 
  margin-right:150px; 
  padding:0; 
  background-position:bottom right; 
  background-image: url(../images/launchitback.png);
  background-repeat:no-repeat;
}

table {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
  table-layout:fixed;
}

.top {
  border:0;
  background-image: url('./images/table/top.png');
  background-position:top left; 
  background-repeat:no-repeat;  
  width: 800px;
  height: 109px;
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
  margin-top: 0px;
	-moz-border-radius: 0px 0px 0px 0px;
}

.lefttop {
  border:0;
  background-image: url('./images/table/lefttop.png');
  background-position:top left; 
  background-repeat:no-repeat;  
  width: 250px;
  height: 70px;
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
  margin-top: 0px;
	-moz-border-radius: 0px 0px 0px 0px;
}

.leftmiddle{
  border:0;
  background-image: url('./images/table/leftmiddle.png');
  background-position:top left; 
  background-repeat:repeat-y;  
  width: 250px;
  height: 350px;
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
  margin-top: 0px;
	-moz-border-radius: 0px 0px 0px 0px;
}

.leftbottom{
  border:0;
  background-image: url('./images/table/leftbottom.png');
  background-position:top left; 
  background-repeat:no-repeat;  
  width: 250px;
  height: 61px;  
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
  margin-top: 0px;
	-moz-border-radius: 0px 0px 0px 0px;
}

p
{
  font-size: 13;
  color:#000000;
}

h1
{
  font-size: 20;
  color:#000000;
  text-decoration:underline;
}

h2
{
  font-size: 16;
  color:#000000;
}
h3
{
  font-size: 14;
  color:#000000;
}
h4
{
  font-size: 13;
  color:#000000;
  text-decoration:bold;  
}
a
{
  font-size: 13;
  color:#000000;
}
li
{
  font-size: 13;
  color:#000000;
}
    


