body {
	background-color: #F2F2F2;
}
.textomenu {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.input_text {
	background-color: #F7F7F7;
	border: 1px solid CCCCCC;
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	width:300;
}
.input_text2 {
	background-color: #F7F7F7;
	border: 1px solid CCCCCC;
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	width:150;
}

.input_text3 {
	background-color: #ffffff;
	font-family: tahoma;
	font-size: 12px;
	color: #666666;
	width:300;
}

.input_button {
	background-color: #F7F7F7;
	border: 1px solid CCCCCC;
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.input_file {
	background-color: #F7F7F7;
	border: 1px solid CCCCCC;
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	width:400;
}
a:hover {
	text-decoration: underline;
}

.texto {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.textobranco {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.texto2 {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.textobold {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.textobold1 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #669900;
	text-decoration: none;
}

.textobold2 {
	font-family: arial;
	font-size: 12px;
	color: #222222;
	text-decoration: none;
}

.textobold3 {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}

.textoboldbranco {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.janela {
    background-color: #E9F3D8;
	font-family: arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #009900;
	text-decoration: none;
}
a:active {
	color: #009900;
	text-decoration: none;
}

