@charset "utf-8";
/* CSS Document */

.TextBox{
width:100px;
height:15px;
font-size:10px;
font:Segoe UI;
border:0;
background-color:#F4F4F4;

}

.TextBox2{
width:150px;
height:15px;
font-size:10px;
font:Segoe UI;
border:0;
background-color:#F4F4F4;
}

.TextBox3{
width:295px;
height:30px;
font-size:10px;
font:Segoe UI;
border:0;
background-color:#F4F4F4;
}

.Checkbox{
background-color:#F4F4F4;
}

.TextArea{
	width:140px;
	height:35px;
	font-size:10px;
	font:Segoe UI;
	border:0;
	background-color:#F4F4F4;
	position: inherit;
}
.SubMenu{
font:Frutiger CE 55 Roman;
font-size:14px;
color:#FFFFFF;
}
.SubMenuAcad{
visibility:hidden
}
.Background{
	no-repeat:true;
	background-repeat: no-repeat;
}
.Titulo{
font:Arial;
font-size:14px;
font-weight:bold;
color:#333333;

}
.SubTitulo{
	font:Arial;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	text-align: Center;
	}
	.SubTitulo2{
	font:Arial;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	text-align: left;
}
.Conteudo{
	font:Arial;
	font-size:10px;
	color:#666666;

}
