.bodytext {
	font-family : Avenir, "Gill Sans", Myriad, Verdana, Arial, "Bitstream Vera Sans", Helvetica, sans-serif;
	font-size: 12;
	color: #000000;
	text-decoration : none;
}

.bodytitle {
	font-family : Avenir, "Gill Sans", Myriad, Verdana, Arial, "Bitstream Vera Sans", Helvetica, sans-serif; 
	font-size: 12px;
	color: #CC6600;
	text-decoration : none;
	font-weight : bold;
}

.linktext {
	font-family : Avenir, "Gill Sans", Myriad, Verdana, Arial, "Bitstream Vera Sans", Helvetica, sans-serif; 
	font-size: 12px;
	color: #CC6600;
	text-decoration : none;
}

.linktextbold {
	font-family : Avenir, "Gill Sans", Myriad, Verdana, Arial, "Bitstream Vera Sans", Helvetica, sans-serif; 
	font-size: 12px;
	color: #CC6600;
	text-decoration : none;
	font-weight : bold;
}

.bodytitle2 {
	font-family : Avenir, "Gill Sans", Myriad, Verdana, Arial, "Bitstream Vera Sans", Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
	text-decoration : none;
	font-weight : bold;
}

.linktext2 {
	font-family : Avenir, "Gill Sans", Myriad, Verdana, Arial, "Bitstream Vera Sans", Helvetica, sans-serif; 
	font-size: 12px;
	color: #CC6600;
	text-decoration : none;
	font-weight : bold;
}

a{
	color:#CC6600;
	text-decoration : none;
}

a.alt {
	color:#CC6600;
	text-decoration : none;
}

a:hover {
	color: #CC6600;
	text-decoration : underline;
}

a.alt:hover {
	color: #CC6600;
	text-decoration : underline;
}