/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	background: #000000;
	margin-top: 17px;	
}

body.section-1 { }
body.section-2 { }

.LINHA {
	color: #FFCC00;
}
body.section-3 { }

a{border-style: none;
	text-decoration: none;
	color: #CCCCCC;}

a:hover {
	color: #000000;
	background-color: #FFCC00;	
}
a:visited {
       border-style: none;
	   text-decoration: none;
   
	
}
a:active {
   	background-color: #000000;
}

a img { border: none; }

#menu {
	width: 210px;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	background-color: #000000;
	color:#CCCCCC;
	text-align: right;
	line-height: 12pt;
	margin-right:15px;
	}

#menu ul {
	list-style: none;
	margin: 0 20px 12px 0;
}
.PREPOS {
	padding-right: 20px;
}

#menu ul li.section-title {
	font-weight: bold;
	color:#FFCC00;

	

}





#content {
	height: 100%;
	margin: 0px 0 0 210px;
	top: 0;
}

.container {

    padding: 5px 5px 25px 5px;

}

#content p {
	width: 700px;
	margin-bottom: 30px;
	margin-top: 0px;
	color: #CCCCCC;
	font-size: 10px;
	line-height: 11pt;
	
	
}

.cp2 {
	width: 400px;
	
	color: FFCC00;
	font-size: 12px;
	line-height: 11pt;
	
	
}

#content a {

	color: #000000;
	background-color:#FFCC00;	
	
}

#content a: hover {

	color: #FFCCOO;
	background-color:#000000;
	
}




p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{
	margin : 0;
	padding: 0;
}
#img-container p	{
	width: 400px;
	margin: 0 0 0 0;
	padding: 0 0 12px 0;
}

#once { clear: left; }
