@CHARSET "ISO-8859-1";

/* ===================================================================== */
/* Definicoes globais                                                    */
/* ===================================================================== */

/* ................................................................. */
* {
	/* Evita bugs relacionados a margens */
	margin: 0;
	padding: 0;
}

/* ................................................................. */
html, body {
	/* Evita o bug de altura 100% */
	height: 100%;
}

/* ................................................................. */
html {
	/* Evita o aparecimento da barra de rolagem horizontal IE */
	overflow-x: hidden;
}

/* ................................................................. */
body {
	background-image: url('../img/tex/paperClaroGauss2.jpg');
	background-repeat: repeat;
	
}
/* ................................................................. */
body a
{
	color: #CC0066;
	text-decoration: none;
}

/* ................................................................. */
body a:hover
{
	color: yellow;
}

/* ................................................................. */
body a:visited {
	color: #FFCCCC;
}

/* ===================================================================== */
/* Definicoes globais                                                    */
/* ===================================================================== */

/* ................................................................. */
html body p {
	/* Espacamento padrao apos o paragrafo */
	padding-bottom: 30px;
}

/* ................................................................. */
body div {
	border-color: black;
	border-style: dashed;
	border-width: 0px;
}


/* ===================================================================== */
/* Correcoes de bugs                                                     */
/* ===================================================================== */

/* ................................................................. */
td img {
	/* Evita IE bug para exibicao de imagens em tabelas */
	display: block;
}

/* ................................................................. */
div img {
	/* Evita IE bug para exibicao de imagens em tabelas */
	display: block;
}

