/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #000000;
}
.content {
	text-align: justify;
	line-height: 160%;
	font-size:13px;
}
.bottom_text {
	padding-left: 10px;
	padding-right: 10px;
	color:#FFFFFF;
	font-size: 11px;
}
a.bottom_text {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	
}
a.bottom_text:hover {
	text-decoration: underline;
}
.complements {
	color:#990000;
	text-decoration: none;
	padding-right: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
a.complements {
	text-decoration: none;
}
a.complements:hover {
	text-decoration: underline;
}
.list {
	color:#333333;
	list-style-type: square;
	line-height: 180%;
	margin-left: 30px;
	padding-left: 5px;
}
.continue {
	color: #006600;
	padding-right:50px;
	text-align: right;
	font-weight: bold;
}
a.continue {
	text-decoration: none;
	color: #006600;
	padding: 0px;
}
a.continue:hover {
	text-decoration: underline;
}
.back {
	color: #006600;
	padding-left:50px;
	text-align: left;
	font-weight: bold;
}
a.back {
	text-decoration: none;
	color: #006600;
	padding: 0px;
}
a.back:hover {
	text-decoration: underline;
}
.contact {
	color:#000000;
	padding: 3px 0px 3px 5px;
	font-size: 13px;
}
.border {
	border: #000000 solid 1px;
}
.border_left {
	border-left: dotted 1px #000000;
}
