@charset "utf-8";
/* CSS Document */

body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.texto {
	font-family:"Trebuchet MS";
	font-size:12px;
	text-align:left;
	}

.welcome {
	font-family:"Trebuchet MS";
	font-size:12px;
	text-align:left;
	line-height:22px;
}

.subtitulo{
	font-family:"Trebuchet MS";
	font-size:16px;
	color:#F18022;
}

.titulo{
	font-family:"Trebuchet MS";
	font-size:20px;
	color:#F18022;
}

.destaque{
	font-family:"Trebuchet MS";
	font-size:12px;
	text-align:justify;
	color:#F18022;
	text-decoration:underline;
}

.destaquenome{
	font-family:"Trebuchet MS";
	font-size:12px;
	text-align:justify;
	color:#F18022;
	font-weight:bold;
}

.bordatop {
background-image:url(../img/borda_04.jpg);
background-repeat:repeat-x;
}

.bordaright {
background-image:url(../img/borda_07.jpg);
background-repeat:repeat-y;
}

.bordaleft {
background-image:url(../img/borda_06.jpg);
background-repeat:repeat-y;
}

.bordabottom {
background-image:url(../img/borda_12.jpg);
background-repeat:repeat-x;
}

a:link {
	color:#0066FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
