/* Copyright XIS77 */
/* Projecto: Rui Lima Martins -> Março.2006 */

body {
	margin : 0px;
	font-family : Verdana, Arial, helvetica, sans-serif;
	font-size : 10px;
	background-color: #FFFFFF;
	background-image: url(imgs/fundo.gif);
	background-repeat: no-repeat;
	background-position: center;
}

td {
	font-family : Verdana, Arial, helvetica, sans-serif;
	font-size : 10px;
}

A:link {   color: #ffffff; text-decoration: none; font-weight: bold;}
A:visited {  color: #ffffff; text-decoration: none; font-weight: bold;}
A:hover {color: #ff0000;text-decoration: underline; font-weight: bold;}

A.normal:link {   color: #FFFFFF; text-decoration: none; font-weight: normal;}
A.normal:visited {  color: #FFFFFF; text-decoration: none; font-weight: normal;}
A.normal:hover {color: #FFFFFF;text-decoration: underline; font-weight: normal;}

A.xis77:link {font-size: 9px; color: #CCCCCC; text-decoration: none; font-weight: normal; padding-right: 10px;}
A.xis77:visited {font-size: 9px; color: #CCCCCC; text-decoration: none; font-weight: normal; padding-right: 10px;}
A.xis77:hover {font-size: 9px; color: #666666;text-decoration: none; font-weight: normal; padding-right: 10px;}

/*---------------------------Fundos------*/
.ap1{
	background-image: url(imgs/fundo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


.cor1 {background-color: #8A7966}
.cor2 {background-color: #000000}
.cor3 {background-color: #F3F1EF}

.fundo1 {background-image: url(imgs/funddo1.gif); background-repeat: repeat-x; background-position: bottom;}
