body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#000;
	color:#FFF;
	margin:0;
	padding:0;
	padding-left:5px;
	padding-right:5px;
}

td, th, font, span {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

li {
	color: #b2137a; 
}

form {
	font-size: 11px;
	}

input {
	font-size: 11px;
}

textarea {
	font-size: 11px;
}

select {
	font-size: 11px;
}

ul {
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-size: 11px;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
}

a:link {
	color: #f3d4e8;
}

a:visited {
  color: #f3d4e8;
}

a:hover {
	text-decoration: none;
	color: #FFF;
}

a:active {
	color: #f3d4e8;
}

.email {
	font-size:14px;
}
a.email:visited {
  color: #f3d4e8;
}

a.email:hover {
	text-decoration: none;
	color: #FFF;
}

a.email:active {
	color: #f3d4e8;
}

.bkg_home {
	background-color:#f7e7f1;
	color:#000;
}

.bkg_content {
	background-color:#000;
	color:#FFF;
}

.date {
	color: #b2137a;
}

.whiteList LI {
	color: #fff;
}

.title {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

.sstitle {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color: #b2137a;
}

.legende {
	font-size:9px;
}