﻿.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000080;
}
.bodynorm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000080;
}
.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000080;
}
.linkred {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #cc3300;
	font-weight: bold;
}
.hicad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #cc3300;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #0066FF;
	background: transparent;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a:link {
	background: transparent;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0066FF;
}
a:hover {
	color: #CC3300;
}
.smallerbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000080;
}
.smalllink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}
.narrow {
	font-family: "Arial Narrow";
	font-size: 9pt;
	color: #000080;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	font-size: small;
	font-weight: normal;
	font-style: italic;
}
.size {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #99CC00;
}
/* Icon Bullet Style for Email links and file types */
    a[href ^="mailto:"] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url('../images/icons/email.gif') center left no-repeat;
    }

    a[href$='.pdf'] {
	display: inline-block;
	padding-left: 20px;
	line-height: 18px;
	background: url('graphix/icons/acrobat.gif') no-repeat left 50%;
}
a[href$='.xlt'] {
	display: inline-block;
	padding-left: 20px;
	line-height: 18px;
	background: url('graphix/icons/excel.gif') no-repeat left 50%;
}
a[href$='.csv'] {
	display: inline-block;
	padding-left: 20px;
	line-height: 18px;
	background: url('graphix/icons/excel.gif') no-repeat left 50%;
}
a[href$='.xls'] {
	display: inline-block;
	padding-left: 20px;
	line-height: 18px;
	background: url('graphix/icons/excel.gif') no-repeat left 50%;
}
a[href$='.pps'] {
	display: inline-block;
	padding-left: 20px;
	line-height: 18px;
	background: url('graphix/icons/powerpoint.gif') no-repeat left 50%;
}
a[href$='.ppt'] {
	display: inline-block;
	padding-left: 20px;
	line-height: 18px;
	background: url('graphix/icons/powerpoint.gif') no-repeat left 50%;
}
a[href$='.wps'] {
	display: inline-block;
	padding-left: 20px;
	line-height: 18px;
	background: url('graphix/icons/word.gif') no-repeat left 50%;
}
a[href$='.txt'] {
	display: inline-block;
	padding-left: 20px;
	line-height: 18px;
	background: url('graphix/icons/word.gif') no-repeat left 50%;
}
a[href$='.rtf'] {
	display: inline-block;
	padding-left: 20px;
	line-height: 18px;
	background: url('graphix/icons/word.gif') no-repeat left 50%;
}
a[href$='.doc'] {
	display: inline-block;
	padding-left: 20px;
	line-height: 18px;
	background: url('graphix/icons/word.gif') no-repeat left 50%;
}
a[href$='.rar'] {
	display: inline-block;
	padding-left: 20px;
	line-height: 18px;
	background: url('graphix/icons/zip.gif') no-repeat left 50%;
}
a[href$='.gzip'] {
	display: inline-block;
	padding-left: 20px;
	line-height: 18px;
	background: url('graphix/icons/zip.gif') no-repeat left 50%;
}
a[href$='.zip'] {
	display: inline-block;
	padding-left: 20px;
	line-height: 18px;
	background: url('graphix/icons/zip.gif') no-repeat left 50%;
}
a[href$='.exe'] {
	display: inline-block;
	padding-left: 20px;
	line-height: 18px;
	background: url('graphix/icons/application.gif') no-repeat left 50%;
}
