body, form {
	margin:0;
}

.texto {
	font-family:Trebuchet MS, Arial, Verdana;
	font-size:11px;
}

.textoPeq {
	font-family:Trebuchet MS, Arial, Verdana;
	font-size:10px;
}

#tblLista td {
	border-bottom:1px solid #999;
	border-right :1px solid #999;
}

#nomeCurso {
	font-size:18px;
	font-variant:small-caps;
	font-weight:bold;
}

/* formulário */
.input {
	border:1px solid #999;
	background:#F2F2F2;
	font-family:Trebuchet MS, Arial, Verdana;
	font-size:11px;	
	width:95%;
	padding-left:2px;
	background:url(../imagens/bg_input.jpg) bottom repeat-x;
}

.inputAdmin {
	width:400px; 
	background:#FF0000;
}

.textAreaAdmin {
	width:400px; 
	height:220px;
	background:#FF0000;
}