/* Style sheet for Diane Roy, Avocate */
/* Entry page */
/* By Natmark-Concept inc. All rights reserved. */

body {
	margin: 30px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align: center; /* Hack for IE5/Win */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #C0C3AD;
	}

#outerframe {
	width:761px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	border: 1px solid #000000; 
	background-color: #C0C3AD;
	}
	
img { border: 0px; }
	
/* ---- Footer ---- */ 
.footer { color: #000000; font-size: 10px;	}
p.footer { color: #000000; font-size: 10px; text-align: center;	}
a.footer:link { color: #000000; text-decoration: underline; font-size: 10px; }
a.footer:visited { color: #000000; text-decoration: underline; font-size: 10px; }
a.footer:hover { color: #000000; text-decoration: overline; font-size: 10px; }
a.footer:active { color: #000000; text-decoration: overline; font-size: 10px; }

