/* CSS Document */

body, html		{
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(images/bg_x.jpg);
	background-repeat: repeat-x;
}
#mother {
	padding-top: 25px;
}
#body {
}
#menu {
	padding-bottom: 4px;
	background-color: #000000;
}
#copyright {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}
#content {
	height: 350px;
	padding: 10px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	vertical-align: top;
}
#head {
	background-image: url(images/head.GIF);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 10px;
	vertical-align: bottom;
	padding-bottom: 7px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link		{
	color: #000000;
	font-family: verdana;
	font-size: 12px;
	text-decoration: none
}

a:visited	{
	color: #000000;
	font-family: verdana;
	font-size: 12px;
	text-decoration: none
}

a:hover		{
	color: #000000;
	font-family: verdana;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
}

a:active	{
	color: #000000;
	font-family: verdana;
	font-size: 12px;
	text-decoration: none
}

p.titulo 
{
	line-height:120%;
	font-size: 14px;
	color: #0000FF;
	font-family: verdana;
} 

p.conteudo
{
text-align: justify;
color: black;
font-family: verdana;
font-size: 10px;
line-height: 120%
} 

p
{
text-align: center;
color: black;
font-family: verdana;
font-size: 12px;
line-height: 120%
} 

