html, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777;
}

input, textarea {
	border-top: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background: #FFF;
	padding: 3px 4px 3px 4px;
	margin: 0;
}

#conteudo input {
	background: url(../img/conteudo-input-bg.gif) top repeat-x #FFF;
	border: 1px solid #cfcfcf;
}

html, body {
	margin: 0;
	padding: 0;
	min-width: 1002px;
}

body {
	background: #fff url(../img/bg_topo.gif) top center repeat-x;
}

html {
	line-height: 18px;
}

input.nocss {
	border:0!important;
	padding:0;
	background: none!important;
	width: auto!important;
}

form, h1, h2, h3, h4, h5, p, strong {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 10px;
}

a {
	color: #ED1C24;
	text-decoration: none;
}

a img {
	border: 0;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}
div#SISWEB a img{
	width: 139px;
}

/*** CLASSES ***/

.left {
	float: left;
}

.right {
	float: right;
}

.no-margin {
	margin:0 !important;
}

no-padding {
	padding:0 !important;
}

.both {
	clear: both;
	*display: inline!important;
}

.block {
	display: block;
}
