@charset "UTF-8";
/* CSS Document */
a {
     font-weight:bold;
	 
   }
a:link {
     color: #999999;
	text-decoration: none;
	   }
a:visited {
    text-decoration: none;
	color: #999999;
	      }
a:hover {
	 color: #FF9933;
	    }
#containerintro
{
	margin-top: -8px;
	
}

#footer {
	clear: both;
	text-align:center;
	height:30px;
	margin-top:20px;
	background: #FFFFFF;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color:#666666;
	border-top: 1px solid #f1e9e2;
	font-size:11px;

}
