a.pdf { /*The background image*/
	background: url(images/pdf.png) no-repeat left center;
	padding: 2px;
	padding-left: 20px;
	line-height: 20px; /* To center the text vertically with the icon */
}
a.ico { /*The background image*/
	background: url(images/desktop_icon.png) no-repeat left center;
	padding: 1px;
	padding-left: 20px;
	line-height: 20px; /* To center the text vertically with the icon */
}
a.jpg { /*The background image*/
	background: url(images/jpg.png) no-repeat left center;
	padding: 1px;
	padding-left: 20px;
	line-height: 20px; /* To center the text vertically with the icon */
}
a.swf { /*The background image*/
	background: url(images/swf.png) no-repeat left center;
	padding: 2px;
	padding-left: 20px;
	line-height: 20px; /* To center the text vertically with the icon */
}

a.txt { /*The background image*/
	background: url(images/txt.png) no-repeat left center;
	padding: 2px;
	padding-left: 20px;
	line-height: 20px;
}

a.zip { /*The background image*/
	background: url(images/zip.png) no-repeat left center;
	padding: 1px;
	padding-left: 20px;
	line-height: 20px;
}

a.email {
	background: url(images/email.png) no-repeat left center;
	padding: 1px;
	padding-left: 20px;
	line-height: 20px;
}

a.external {
	background: url(images/ext_link.png) no-repeat left center;
	padding: 1px;
	padding-left: 20px;
	line-height: 20px;
}

h1 {
	font-size: 1.6em;
	font-family: Tahoma,helvetica,sans-serif;
	font-weight: bold;
	color: #5e9f00;
	margin-bottom: 10px;
}

.subhead {font-size: 14px; font-family: Verdana, helvetica,sans-serif; color: #0e5f9d; font-weight: bold; text-decoration:none;}

.pyor  { text-align: left; width:950px;}

.pyor h2 {
	font-size: 1.2em;
	font-family: Tahoma,helvetica,sans-serif;
	font-weight: bold;
	color: #017f9e; /* Teal Green */
	margin-top: 2px;
	margin-bottom: 4px;
}
	
h4 {
	font-size: 1.6em;
	font-family: Tahoma,helvetica,sans-serif;
	font-weight: bold;
	color: #5e9f00;
	margin-bottom: 16px;
	height: 40px;
	}

li { 
	margin: 0px 0px 0px 5px;
	line-height: 1.6em;
}