#container {
	width: 740px;
	padding: 5px;
	background: #ffffff;
	margin: 0 auto;
	text-align: left;
}

#wrapper {
	position: relative;
	width: 740px;
	margin: 0 auto;
}

body {
	text-align: center;
	margin: 5;
}

body, td {
	font-size: 10px;
	line-height:14px;
	font-family: Verdana, Arial, Helvetica;
	color: #000000;
}

#body {
	background: #eeeeee;
}

#main td {
	font-size: 12px;
	line-height:16px;
}

.blue {
	color: #0076bd;
}

.white {
	padding: 2px; 
	color: #ffffff;
	text-decoration: none;
}

.hilit, .white:hover {
	padding: 2px; 
	color: #ffffff;
	background: #60c3f3;
	text-decoration: none;
}

.header {
	position: absolute;
	width: 505px;
	top: 13px;
	left: 225px;
	color: #ffffff;
	text-align: right;
}

.footer {
	position: absolute;
	width: 555px;
	top: 108px;
	left: 180px;
	color: #ffffff;
	z-index: 99;
}

* footer {
	top: 106px;
}

.titulo {
	position: absolute;
	width: 165px;
	top: 60px;
	left: 25px;
	font-size: 30px;
	line-height:30px;
	color: #ffffff;
	text-align: center;
}

li 		{list-style-type: square; line-height: 18px; margin-left: -10px}

* {text-decoration : none;} 
