@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Comic Sans MS;
	font-size: medium;
	color: #333333;
}
a:link {
	color: #003399;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #0033CC;
}
a:active {
	color: #000066;
}
a[href $='.pdf'] {
                padding-right: 18px;
                background-color: transparent;
                background-image: url(http://www.communityhotline.com/images/icons/icon_acrobat.gif);
                background-repeat: no-repeat;
                background-position: right center;
}
a[href $='.doc'] {
                padding-right: 18px;
                background-color: transparent;
                background-image: url(http://www.communityhotline.com/images/icons/icon_word.gif);
                background-repeat: no-repeat;
                background-position: right center;
}
a[href ^="mailto:"] {
                padding-right: 20px;
                background-color: transparent;
                background-image: url(http://www.communityhotline.com/images/icons/icon_mailto.gif);
                background-repeat: no-repeat;
                background-position: right center;
}

.PageTitle {
	font-size: large;
	font-weight: bold;
}
