.bodytext {
	font-family: arial, helvetica, sans-serif;
	color: #666666;
        line-height: 17px;
}

.purple {
	font-family: arial, helvetica, sans-serif;
	color: #66CCFF;
        line-height: 17px;
}

.red {
	font-family: arial, helvetica, sans-serif;
	color: #BC2d25;
        line-height: 17px;
}

.purple2 {
    font-family: arial, helvetica, sans-serif;
	color: #666699;
    line-height: 17px;
}


.grey {
	font-family: arial, helvetica, sans-serif;
	color: #636363;
        line-height: 17px;
}

.bodytext A:hover{
	color: #0000FF;
	text-decoration: none;
	border-bottom: #C99;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
}

.bodytext A:visited{
	color: #999999;
        text-decoration: none;
        border-bottom: #C99;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
}

.bodytext A:link { 
	color: #3300FF;
	text-decoration: none;
	border-bottom: #C99;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
 } 

.bodytextred A:link { 
	color: #BC2D25;
	text-decoration: none;
	border-bottom: #C99;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
 } 
