@charset "utf-8";
/* CSS Document */
body	{
	background-image:url(../img/bg.png);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
		}

a:link {
		text-decoration: none;
		color: #FFF;
		}
		
a:visited {
		text-decoration: none;
		color: #FFF;
		}
		
a:hover {
		text-decoration: none;
		color: #FF0;
		}

a:active {
		text-decoration: none;
		color: #FFF;
		}

.texto	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#FFF;
		text-align:justify;
		margin-left:0px;
		}

.texto_right	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#FFF;
		text-align:right;
		margin-left:0px;
		}
		
.texto_center	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#FFF;
		text-align:center;
		margin-left:0px;
		}

.titulo	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:22px;
		color:#FFF;
		text-align:center;
		margin-left:0px;
		}
