BODY {
	margin:0 auto;
	background-color:#f0f0f0; color:#000000;
	font-family:Garamond, "Times New Roman";
	background-image:url(Images/bkgrnd.jpg); background-repeat:repeat; }


/* PRIMARY LAYOUT SCHEMA */
DIV#Header {
	z-index:1; position:relative; margin:0 auto;
	top:0px; left:0px; width:840px; height:96px;
	padding:30px 0px 0px 0px; text-align:left; }

DIV#Wrapper {
	z-index:1; position:relative; margin:0 auto;
	top:0px; left:0px; width:840px; height:470px;
	background:url(Images/wrapper.gif) no-repeat; background-color:#ffffff;
	text-align:center; }
	
/* end: PRIMARY LAYOUT SCHEMA */


/* GLOBAL ELEMENTS */
A:link {
	color:#d40c28; text-decoration:none; border:0px; }
A:visited {
	color:#d40c28; text-decoration:none; border:0px; }
A:hover {
	color:#d40c28; text-decoration:underline; border:0px; }

A:link.Email {
	color:#000000; text-decoration:none; border:0px; }
A:visited.Email {
	color:#000000; text-decoration:none; border:0px; }
A:hover.Email {
	color:#d40c28; text-decoration:underline; border:0px; }


IMG {
	border:0px; }

P {
	margin:16px 0px 0px 0px; font-size:14px; font-weight:bold;
	line-height:18px; text-align:justify; }

TD {
	font-family:Garamond, "Times New Roman"; font-size:14px; font-weight:bold; line-height:20px; }
/* end: GLOBAL ELEMENTS */
