body {
	background-color: #294672;
	font-family: Arial, Helvetica, sans-serif;
	SCROLLBAR-FACE-COLOR:#6E7C97;
	SCROLLBAR-HIGHLIGHT-COLOR: #6E7C97;
	SCROLLBAR-SHADOW-COLOR: #6E7C97;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #E3E3E3;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	color: #CCCCCC;
}
h2 {
	font-weight: bold;
	font-size: small;
	margin-top: 0px;
	margin-bottom: 0px;
}
#ticker {
	height: 20px;
	width: 100%;
	border: 1px black solid;
	position: relative;
	overflow: hidden;
}
#ticker div {
	position: absolute;
	white-space: nowrap;
}

select {
	color: #FFFFFF;
	background-color: #6E7C97;
	border: #000099;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-weight: bold;
	background-image: url(/photos/oar-menu.jpg);
}
a:link { color: #ffffff; 
	font-weight:bold;
text-decoration: none}
a:active { text-decoration: none
	font-weight:bold;
 }

a:visited {
	text-decoration: none;
	color: #cccccc;
	font-weight:bold;
}
a:hover {
	font-weight:bold;
	text-decoration: underline;
}
.centro{
	width: 550px;
}