root { 
    display: block;
}

body.page {
	background-color: #455c62;
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
}

table.header {
    width: 600px;
    height: 58px;
    background-color: #092328;
    padding-top: 10px;
}

table.texts {
    width: 450px;
    color: white;
    font-family: Verdana;
    text-align: center;
}

td.toother1 {
    width: 67px;
    height: 55px;
    padding: 0px;
    text-align: left;
}

td.toother2 {
    width: 187px;
    height: 157px;
    padding: 0px;
}

td.title {
    width: 255px;
    height: 55px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana;
    padding-right: 67px;
}

tr.content {
    background-color: #52676c;
    width: 100%;
    height: 110px;
    text-align: center;
    vertical-align: top;
    padding: 7px;
    font-size: 12px;
    border-color: white;
    border-width: 0px;
    border-style: solid;
    border-collapse: separate;
}

td.flag {
    width: 24px;
    height: 10px;
    padding: 0px;
    vertical-align: top;
}

tr.spacer {
	height: 10px;
}

a.link {
	text-decoration: none;
	color: #243239;
}

td.copyrights {
	text-align: center;
	color: white;
}