body,table,td
	{
		margin:0px;
		font-family: Tahoma;
		font-size: 11px;
		border-collapse: collapse;
		border-style: none;
		border-width: 0px;
		padding: 0px;
		color: #666666;
	}

img
	{
		border: 0px;
	}

.caixa
	{
		font-size: 11px;
		font-family : Tahoma;
		background-color:#EAEAEA;
		color: #464646;
		border: solid 1px #666666;
	}

.caixa3
	{
		font-size: 11px;
		font-family : Tahoma;
		background-color:#FFFFFF;
		color: #464646;
		border: none;
		width:200px;
		height:125px;
		overflow:hidden;
		padding:0px
	}

.caixa2
	{
		font-size: 11px;
		font-family: Tahoma;
		background-color: ButtonFace;
		color: Black;
		border: solid 1px #666666;
		width:73px;
		height:17px;
	}

a:link,a:visited
	{
		text-decoration: none;
		color: #666666;
	}

a:active,a:hover
	{
		text-decoration: underline;
		color: #464646;
	}