@charset "utf-8";
/* CSS Document */
a:link 
	{
		color:#000000;
		text-decoration: none;
	}
a:active
	{
		color:#000000;
		text-decoration: none;
	}

a:visited
	{
		color:#000000;
		text-decoration: none;
	}
a:hover
	{
		color: #000066;
		text-decoration:none;
	}
body {
	background:#ffffff;
}
h3{
        font-family:Tahoma, Verdana, Arial;
		font-size:14px;
		color:#000000
}
P, td{
		font-family:Tahoma, Verdana, Arial;
		font-size:12px;
		color:#333333
}
.caixa{
		border-style:dashed;
		width:400px;
		background:#FFFFCC;
		padding:30px;
		border-width:thin;
		left:50%; 
		margin:-240px 0 0 -320px; 
		position:absolute; 
		top:50%; 
		width:640px
		}

.caixa_texto {
		font:8pt Tahoma; 
		color:#5E584C; 
		border:1px solid; 
		background-color:#FFFFFF;
		width:500px;
}
.caixa_texto2 {
		font:8pt Tahoma; 
		color:#5E584C; 
		border:1px solid; 
		background-color:#FFFFFF;
		width:500px;
}
.botao_texto {
		font:7pt Tahoma; 
		color:#000000; 
		border:1px solid; 
		background-color:#FFCC33;
		width:60px;
		height:17px;
		text-align:center
}
.botao_texto:hover {
		font:7pt Tahoma; 
		color:#000000; 
		border:1px solid; 
		background-color:#FF9933;
		width:60px;
		height:17px;
		text-align:center
}
a {
		font:7pt Tahoma; 
		color:#000000; 
		border:1px solid; 
		background-color:#FFCC33;
		width:400px;
		height:17px;
		padding-left:5px;
		padding-right:5px;
		text-align:center;
		padding-top:0px;
		padding-bottom:0px;
		}
