body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

#main  {
	position: relative;
	float: center;
	width: 860px;
	}

#logo {
    margin-top: 16px;	
	}

#content  {
	text-align: center;
	font-weight: bold;
	height: 390px;
	}
	
h1  {
    font-size: 16px;
	}
	
h2  {
    font-size: 14px;
	}
	
.strong {
  font-weight: bold;
	}

.red  {
    color: #ff0000;
	}
	
#left {
  position: relative;
	float: left;
	width: 254px;
	padding-right: 4px;
	padding-top: 4px;
	}

#right {
  position: relative;
	float: right;
	width: 254px;
	padding-left: 4px;
	padding-top: 6px;
	}
	
.small {
  font-size: 12px;
	}

.smallest {
  font-size: 10px;
	text-align: left:
	}

td.high   {
    font-size: 11px;
	height: 120px;
	}
	
td.mid  {
	font-size: 11px;
	height: 120px;
	}
	
td.short {
   height: 65px;
   font-size: 12px;
   }
   
td.shortest {
    height: 16px;
	}
	
.table2 {
    position: relative;
		float: center;
		}
	
.clear  {    
    height: 2px;
	width: 100%;
	}
	
.strong {
   font-weight: bold;
   }
   
.larger {
   font-size: 16px;
   }	
