body {
	background-color: #990000;
}

a:link, a:active, a:visited, a:hover {
	text-decoration: underline;
   	color:#000000; 
}

table {
	border-collapse:separate;
}

td {
   	color:#000000; 
 	font-size:11px;
    font-family:arial,helvetica,sans-serif;
}

.backgroundWorld {
	width: 366px;
	height: 343px;
	line-height: 128%;
}

.title {
	padding: 10px 0 0 20px;
	text-align: left;
}

.left {
	text-align: left;
	padding: 0 0 0 20px;
}

.redBorder {
	border: 1px solid;
	border-color: #990000;
	padding: 5px 5px 5px 5px; 
	line-height: 135%;
}


