/* Example style sheet file (note how this comment was created) */


	 
BODY { background: white url(images\background.gif);
       background-repeat: no-repeat ; background-position:top center;
	   margin-left:.25in; margin-right:.75in }


TD {font: 14pt; font-style:bold}

A:link {color: blue}
A:visited {color: red}
A:active {color: blue}

H1	{font-weight: bold;
	 text-align: left;
	 color: #006000;
	 background: #FFFFD8;
	 font-family: 'Gill Sans', Arial, sans-serif}

CITE	{font-family: ' Arial', sans-serif;
	 font-style: italic}
	 
P {font-family:line-height:15pt; font-size:12pt; text-align:justify "Arial", "Verdana"}

P.color {font-size:18pt;font-weight:bold; color:#D6000}

P.intro {font-size:18pt;font-weight:bold}

P.intro EM {font-size:14pt; font-style:normal;font-weight:bold}




