* {
 margin: 0;
 padding: 0;
}

body {
 background: #f8f8f8 url('./img/background-body.gif') repeat-x;
}

*.centerOuter {
 text-align: center;
}

*.centerInner {
 margin-left: auto;
 margin-right: auto;
 width: 800px;
 text-align: left;
}

*.header {
 height: 50px;
 width: 100%;
 background-color: #0945b4;
}

*.divleft {
 float: left;
 width: 200px;
}

*.divright {
 float: right;
 width: 600px;
}

*.footer {
 clear: both;
 height: 2px;
}

*.tableDataClass1 {
 color: #1a75bc;
 font: bold 15px arial, helvetica, sans-serif;
 width: 30%;
}

*.tableDataClass2 {
 color: #404040;
 font: 15px arial, helvetica, sans-serif;
 width: 70%;
}

a {
 color: #1a75bc;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}

tr td {
 vertical-align: top;
}
