body,td,p  {
	background-color: #fff;
	font-family: 'Trebuchet MS', verdana, arial, helvetica, geneva;
	font-size: 9pt;
	line-height: 1.4em;
	color: #000;
	text-decoration: none;
	}

blockquote {  
	background: url('quote.gif') no-repeat 0 3px; 
	color: #666; 
	font-style: italic;
	margin-bottom: 1px;
	display:block; 
	padding: 5px 0 5px 20px;
	}

input,textarea,option,select {
	font-family: verdana, arial, helvetica, geneva;
	font-size: 8pt;
	color: #474747;
	background-color: #f7f7f7; 
	margin: 0 0 4pt 0;
	}
.submit {
	font-weight: bold;
	border: 1px solid #000;
	color: #000;
	padding: 2pt 5pt;
	}


h1  { font-weight: bold; font-size: 12pt; }
h2 { font-size: 11pt; font-weight: bold; }
h3 { font-size: 10pt; font-weight: bold; }
h4 { font-size: 9pt; font-weight: bold; }

a:link, a:visited  { color: #000; background: none; text-decoration: underline; }

.noprint { display: none; }

/* E X T R A S */

/* add url after links */
a:after  { content: " [" attr(href) "] "; }

/* add icon to links opening in a new window */
a[target="_blank"] {
	background: url('icon-window.gif') no-repeat right center;
	padding-right: 16px;
	}

/* add an e-mail icon to mailto: links */
a[href^="mailto:"] {
	background: url('icon-email.png') no-repeat left center;
	padding-left: 18px;
	}

/* add icons to download links */
a[href*=".zip"] {
	padding: 1px 15px 1px 0px;
	background: url('icon-zip.gif') no-repeat right center;
	}

a[href*=".pdf"] {
	padding: 1px 15px 1px 0px;
	background: url('icon-pdf.gif') no-repeat right center;
	}

a[href*=".doc"] {
	padding: 1px 15px 1px 0px;
	background: url('icon-word.gif') no-repeat right center;
	}
