/* CSS Document */
body {
	font-size: 12px;
	color:#e86415;
	background-color:#000000;
}
body *{
	margin:0;
	padding:0;
	border:0;		
	font-family: arial, helvetica, sans-serif;	
	text-align:left;
	vertical-align:top;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a:link, a:visited {
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform:uppercase;
}
a:hover {
	color: #feb900;
	text-decoration: none;
	font-weight: bold;
	text-transform:uppercase;
}

/* UTILE */
.clearboth {
	clear:both;
	height:1px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}
