body
{
	font-size: xx-small;
	margin: 0px;
	color: blBlack;
	font-family: Verdana;
}

A:active
{	font-weight: normal;
	font-size: xx-small;
	color: Green;
	font-family: Verdana;
	text-decoration:none;
}
A:hover
{font-weight: normal;
	font-size: xx-small;
	color: green;
	font-family: Verdana;
	text-decoration:none;
}

A:link
{
	font-size: xx-small;
	color: blue;
	font-family: Verdana;
	text-decoration: none;
}

A:visited
{
	font-weight: normal;
	font-size: xx-small;
	color: blue;
	font-family: Verdana;
	text-decoration: none;
}
TD
{
	font-size: xx-small;
	margin: 0px;
	font-family: Verdana;
}

.botao
{
	border-right: blue thin solid;
	table-layout: auto;
	border-top: blue thin solid;
	font-weight: bolder;
	font-size: xx-small;
	background-image: none;
	margin: 0px;
	vertical-align: baseline;
	overflow: auto;
	text-transform: capitalize;
	border-left: blue thin solid;
	color: white;
	border-bottom: blue thin solid;
	font-family: Verdana;
	border-collapse: separate;
	height: 18px;
	background-color: royalblue;
	text-align: center;
}
.botaoazul
{
	border-right: blue thin solid;
	table-layout: auto;
	border-top: blue thin solid;
	font-weight: bolder;
	font-size: xx-small;
	background-image: none;
	margin: 0px;
	vertical-align: baseline;
	overflow: auto;
	text-transform: capitalize;
	border-left: blue thin solid;
	color: white;
	border-bottom: blue thin solid;
	font-family: Verdana;
	border-collapse: separate;
	height: 18px;
	background-color: blue;
	text-align: center;
}
.botaobege
{
	border-right: beige thin solid;
	table-layout: auto;
	border-top: beige thin solid;
	font-weight: bolder;
	font-size: xx-small;
	background-image: none;
	margin: 0px;
	vertical-align: baseline;
	overflow: auto;
	text-transform: capitalize;
	border-left: beige thin solid;
	color: white;
	border-bottom: beige thin solid;
	font-family: Verdana;
	border-collapse: separate;
	height: 18px;
	background-color: royalblue;
	text-align: center;
}
INPUT
{
	font-size: xx-small;
	margin: 0px;
	color: black;
	font-family: Verdana;
}

SELECT
{
	font-size: xx-small;
	margin: 0px;

	color: black;
	font-family: Verdana;
	background-color: white;
}

TEXTAREA
{
	font-size:xx-small;
	margin: 0px;
	color: black;
	font-family: Verdana;
	

}
OPTION
{
	font-size: xx-small;
	margin: 0px;
	color: black;
	font-family: Verdana;
	background-color: white;
}
.link
{
	background-color:White;
	color:Blue
}
.link:hover
{
	background-color:Blue;
	color:White
}
.titulo
{
	font-weight: bold;
	font-size: x-small;
	text-transform: capitalize;
	color: red;
	font-family: Verdana;
	background-color: transparent;
	text-align: left;
}
