/* CSS Document */

body {
background-color: #ffffff;
margin: auto auto;
text-align: center;
font-size: 12px;
color: #000000;
}

table {
width: 600px;
background-color: #FFFFFF;
}


div {
margin: 10px;
width: 620px;
height: auto;
background-color: #FFFFFF;
}

td {
width: auto;
padding: 5px;
}


.middle {
width: 10px;
}

h1 {
text-align: center;
color: #000000;
font-size: 30px;
}

span {
font-size: 14px;
font-weight: bold;
}

.title {
background-color: #FFFFFF;
}

.trInfo {
background-color: #FFFFFF;
color: #000000;
text-align: left;
}

.information {
text-align: left;
vertical-align: top;
color: #000000;
}

img {
padding: 10px;
margin: 10px;
}
