<!--
.text_box_strong {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.label{   
  font-size:9pt; 
  font-weight:bold; 
  color:FFFFFF; 
}
input.text{   
  font-size:9pt; 
  font-weight:bold; 
  background-color:336699; 
  border-color:336699; 
  border-style:inset; 
  border-width:2px; 
  color:FFFFFF; 
}
#header { 
	background-image: url(mast.png);
	background-repeat: no-repeat;
	width: 1060px;
	height: 200px;
}
#header form {
	position: relative;
	top: 80px;
	left: 800px;
	font-size: 180%;
}
td, th {
    vertical-align: top;
}

table.test_list {
    border: 1px solid #cccccc;
}

table.test_list th {
    border: 1px solid #cccccc;
    padding: 4px;
    background: #666666;
    color: #fefefe;
    font-weight: bold;
}

table.test_list td {
    border: 1px solid #cccccc;
    padding: 4px;
    vertical-align: top;
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}
-->