Body {
	background-color: #88AAE1;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-left: 0px;
}

img {
	border: none;
}

#colash {
	background-image: url(media/colash.jpg);
}

table.white {
	background-color: White;
}

td.dark {
	background-color: #222355;
	color: #4378C1;
	font-weight: bold;
	text-align: center;
}

td.dark:hover {
	background-color: #4378C1;
	color: #222355;
	font-weight: bold;
	text-align: center;
}

td.light {
	background-color: #4378C1;
	color: #222355;
	font-weight: bold;
	text-align: center;
}

td.light:hover {
	background-color: #222355;
	color: #4378C1;
	font-weight: bold;
	text-align: center;
}

.menu a {
	text-decoration: underline;
	color: #74A6F1;
}

.menu  a:hover {
	text-decoration: none;
}

P {
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
}

.navbar {
	text-align: center;
}

.navbar a {
	color: Black;
	font-weight: bold;
}

.navbar a:hover {
	text-decoration: none;
}

TD.show_stamp, TABLE.show_stamp {
	border-color: #88AAE1;
	border: 1px solid;
	background-color: #4378C1;
	padding: 4px;
	color: White;
	font-size: 12px;
}

TD.show_stamp_dark {
	border-color: #88AAE1;
	border: 1px solid;
	background-color: #0D489D;
	padding: 4px;
	font-size: 12px;
	color: #74A6F1;
	line-height: 8px;
}

TD.noframe_dark {
	background-color: #0D489D;
	padding: 4px;
	font-size: 12px;
	color: #74A6F1;
	line-height: 14px;
}

.titulo {
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	color: #222355;
}

.menuskin{
	position:absolute;
	width:165px;
	background-color:menu;
	border:2px solid black;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	visibility:hidden;
}

.menuskin a{
	text-decoration:none;
	color:black;
	padding-left:10px;
	padding-right:10px;
}

.mouseoverstyle{
	background-color:highlight;
}

.mouseoverstyle a{
	color:white;
}

.index_dark {
	background-color: #222355;
	color: #4378C1;
	font-weight: bold;
	text-align: center;
}

.index_dark:hover {
	background-color: #4378C1;
	color: #222355;
	font-weight: bold;
	text-align: center;
}

.index_light {
	color: #4378C1;
	font-weight: bold;
	text-align: center;
}

td.dark2 {
	background-color: #0D489D;
	color: #74A6F1;
	font-weight: bold;
	text-align: center;
}

td.dark2:hover {
	background-color: #4378C1;
	color: #222355;
	font-weight: bold;
	text-align: center;
}

img.newitem {
	position:absolute;
	width:65px;
	height:65px;
	margin: 0px;
	background-image: url(media/icon_new.png);
	z-index: 1000;
}

img.solditem {
	position:absolute;
	width:65px;
	height:65px;
	margin: 0px;
	background-image: url(media/icon_sold.png);
	z-index: 1000;
}

img.webonlyitem {
	position:absolute;
	width:65px;
	height:65px;
	margin: 0px;
	background-image: url(media/icon_webonly.png);
	z-index: 1000;
}
