﻿body 
{
	font-family:Arial;
	cursor:pointer;
	color:Black;
}
body a img
{
	color:Black;
	text-decoration:none;
	border:0px;
}
body a:link
{
	color:Black;
	text-decoration:none;
}
body a:hover
{
	color:Black;
	text-decoration:underline;
}
body a:visited
{
	color:Black;
	text-decoration:none;
}
.Titulo 
{
	font-size:larger;
	font-weight:bold;
	text-decoration:underline;
}
.Indice 
{
	font-weight:bold;
}
.Indice li
{
	font-weight:normal;
}
.menu
{
	padding:0px 10px 0px 10px;
} 
.menu a
{
	text-decoration:none;
	color:Black;
}
.MenuLayer
{
	visibility:hidden;
	position:absolute; 
	top: 92px;
	width: 189px;
	z-index:999;
}
.MenuLayer a
{
	text-decoration:none;
	color:Black;
}
.MenuTab
{
	background-color:White;
	border-width:1px;
	border-color:Gray;
	border-style:solid;
}

.left
{
	width:180px;
	text-align:right;
}
.center
{
	width:230px;
}
.right
{
	width:180px;
	text-align:left;
}
fieldset
{
	text-align:center;
    color:#338;
}
fieldset table
{
	margin-left:175px;
	margin-right:175px;
}
fieldset input
{
	width:130px;
}