/* <DEFAULT> */
	body { background:#FFFFFF; }
	body, div, td {
		font-family: verdana,arial,helvetica;
		font-size:11px;
		color:#000000;
		text-decoration: none;
	}
	select, textarea, input {
		font-family: verdana,arial,helvetica;
		font-size:11px;
		color:#000000;
		text-decoration: none;
	}
/* </DEFAULT> */

/* <FONTS> */
	/* COLORS */
	.txtWhite	 	{ color: #ffffff; }
	.txtBlack	 	{ color: #000000; }
	/* FORMATTING */
	.txtBold		{ font weight: bold }
	/* FONT FACE */
	.txtArial 		{ font-family: arial,verdana,helvetica; }
	/* ALIGN */
	.txtJustify 	{ text-align: justify; }
	.txtRight 		{ text-align: right; }
	/* SIZE */
	.txt9 			{ font-size: 9px; }
	.txt10 			{ font-size: 10px; }
	.txt11 			{ font-size: 11px; }
	.txt12 			{ font-size: 12px; }
	.txt13 			{ font-size: 13px; }
	.txt14 			{ font-size: 14px; }
	.txt15 			{ font-size: 15px; }
	.txt16 			{ font-size: 16px; }
/* </FONTS> */

/* <LINKS> */
	a:link		{ color:#003399; text-decoration:none }
	a:visited	{ color:#c0c0c0; text-decoration:none }
	a:active	{ color:#808080; text-decoration:none }
	a:hover		{ color:#000000; text-decoration:underline }
/* </LINKS> */

/* <FORMS> */
	input,textarea {
		@if (is.ie) {
			color: #000000; background-color:#ffffff; border: thin solid #060606 ;
			border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; 
		}
	}
	textarea { overflow: auto }
	select { }
	.none 	{ border: 0; background: none; text-decoration:none; }
/* </FORMS> */

/* <TABELA> */
	.border	{ border: 1px; border-collapse: collapse; }
/* </TABELA> */

/* <IMAGEM> */
	.borderImg	{ border: thin solid #CC3333; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; }
/* </IMAGEM> */

/* <BACKGROUND & BGCOLOR> */
	.backImg 	{
	background-image: url(../img/teaser/bg.gif);
	background-repeat : repeat;
}
	.bg		{ background:#eeeeee }
	.bgnone {	background: none; }
/* </BACKGROUND & BGCOLOR> */

