.bullet {
	list-style-image: url(images/redbulletimg.jpg);
}
.mainfont {
	font-family: Arial, Verdana, "Times New Roman";
	font-size: 10pt;
	text-decoration: none;
}
.bluebullet {
	list-style-image: url(images/bluebulletimg.gif);
}
.boldmain {
	font-family: Arial, Verdana, "Times New Roman";
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
.underlined {
	text-decoration: underline;
}
.smallfont {
	font-size: 7pt;
}



a.external {

    background-image: url(../../images/external.png) center right no-repeat;
    padding-right: 13px;

}


a[href^="http://"] {
    background: url(/images/external.png) center right no-repeat;
    padding-right: 13px;

}

a[href^="http://www.camconnect.org*"]  {
    background: none;
    padding-right: 0;

}

a[href$='.pdf'] {
    padding:0 20px 0 0; background:transparent url(/images/pdf.png) no-repeat center right;
    position: relative 
}

a[href$='.ppt'] {
    padding:0 20px 0 0; background:transparent url(/images/ppt.png) no-repeat center right; 
}

a[href$='.doc'] {
    padding:0 20px 0 0; background:transparent url(/images/doc.png) no-repeat center right; 
}

a[href$='.pdf'] {
    padding:0 20px 0 0; background:transparent url(/images/pdf.png) no-repeat center right;
 
}

a[href^="mailto"] {
    padding:0 20px 0 0; background:transparent url(/images/email.png) no-repeat center right; 
}
 

A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:hover {text-decoration: underline;}

A span {text-decoration: none; }






