/* Style sheet created by Sebastien Menard - info@sebmenard.com */
/* Style sheet created by Sebastien Menard - info@sebmenard.com */




body {
	background-color:#000000;
	margin: 0px;
	padding: 0px;
	color:#3f3e3e;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	height:100%;
}



.white{
	color:#FFFFFF;
}


.small {
	font-size:10px;
}




/* Hyper links */
a:link {
	color: #63503b;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color: #4d3e2d;
	text-decoration:underline;
	font-weight:bold;
}

a:visited {
	color: #63503b;
	text-decoration:none;
	font-weight:bold;
}

a:hover:visited {
	color: #4d3e2d;
	text-decoration:underline;
	font-weight:bold;
}



a:active {
	color: #63503b;
	text-decoration:none;
	font-weight:bold;
}




















