
body {
	background-color: #ffffff;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

td {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

div {
	overflow: visible;
	background-color: transparent;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 840px;
	height: 65px;
	background-color: #cc0000;
}

#barrasinistra {
	position: absolute;
	top: 65px;
	left: 0px;
	width: 43px;
	height: 393px;
	background-color: #da4c4c;
}

#barradestra {
	position: absolute;
	top: 65px;
	left: 676px;
	width: 164px;
	height: 530px;
	background-color: #cc0000;
}

#menu {
	position: absolute;
	top: 180px;
	left: 10px;
}

#menu td {
	height: 32px;
}

#menu a {
	background-color: transparent;
	text-decoration: none;
}
#menu a:visited {
	background-color: transparent;
	text-decoration: none;
}
#menu a:hover {
	background-color: transparent;
	text-decoration: none;
}

#menu a.roll {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-color: #cc0000;
	padding: 2px;
	text-decoration: underline;
}
#menu a.roll:visited {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-color: #cc0000;
	padding: 2px;
	text-decoration: underline;
}
#menu a.roll:hover {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff5555;
	padding: 2px;
	text-decoration: underline;
}

a.red {
	font-weight: bold;
	color: #cc0000;
	text-decoration: underline;
}
a.red:visited {
	font-weight: bold;
	color: #cc0000;
	text-decoration: underline;
}
a.red:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
	background-color: #cc0000
}

#content {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 590px;
}
#margin {
	position: absolute;
	top: 0px;
	left: 0px;
}
iframe#contentframe {
	position: absolute;
	top: 65px;
	left: 43px;
	width: 633px;
	height: 530px;
	overflow: visible;
	border-style: none;
}
#bottom {
	position: absolute;
	top: 595px;
	left: 43px;
	height: 3px;
	width: 797px;
	font-size: 2px;
	background-color: #cc0000;
}

a {
	color: #3333ff;
	background-color: #ffffff;
	text-decoration: underline;
}
a:visited {
	color: #3333ff;
	background-color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	background-color: #3333ff;
	text-decoration: underline;
}

a.noroll {
	background-color: transparent;
	text-decoration: none;
}
a.noroll:visited {
	background-color: transparent;
	text-decoration: none;
}
a.noroll:hover {
	background-color: transparent;
	text-decoration: none;
}


