/* CSS Document */
body{
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #000000;
	color:#FFFFFF;
}

a{
	color: #FF0000;
	text-decoration: none;
}

a:link{
	color: #FF0000;
	text-decoration: none;
}

a:visited{
	color: #FF6699;
	text-decoration: none;
}

a:hover{
	color: #FF3300;
	text-decoration: underline;
}

#contener {
	margin:0 auto 0 auto;
	padding:0;
	width:800px;
	
}
#main {
	height:420px;
	background-image: url(img/topbg.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.contents{
}
.contents td{
	font-size:0.9em;
}
.contents h2{
	font-size:18px;
	padding:8px;
	border-bottom:dotted 1px #999999;
	border-left:solid 5px #FF0000;
}
.top-img{
	float:right;
	clear:both;
	}
.footer{
	margin-top:10px;
	padding:10px;
	text-align:center;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #FF0000;
	background-color: #FDE0D5;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	font-size:0.8em;
	}
.copyright{
	padding:10px;
	font-size:0.8em;
	text-align:center;	
}
