@charset "UTF-8";
/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

.BigStrong {
	color: #c80064;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}


.noirStrong {
	color: #626262;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

	
a:link {
	color: #c80064;
	text-decoration:none;
	}
	
a:visited {
	color: #c80064;
	text-decoration:none;
	}
	
a:hover {
	color: #c80064;
	text-decoration:none;
	}
	
a:active {
	color: #c80064;
	text-decoration:none;
	}
	
	
div#footer {
	align:left;
	margin: 0 auto;
	width: 980px;
	height: 100%;
	overflow: hidden;
	background-color: #ececec;
	padding:20px;
	}
	
	
	
