/* body text style */

.bodytext {
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.bodytext a:link{
	color: #F90000;
	text-decoration: none;
}

.bodytext a:visited{
	color: #F90000;
	text-decoration: none;
}

.bodytext a:hover{
	color: #999999;
	text-decoration: none;
}


/* bottom text style */


.bottomtext {
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.bottomtext a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.bottomtext a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.bottomtext a:hover {
	color: #FFCC00;
	text-decoration: none;
}

/* smaller body text style */

.commontext {
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.commontext a:link{
	color: #F90000;
	text-decoration: none;
}

.commontext a:visited{
	color: #F90000;
	text-decoration: none;
}

.commontext a:hover{
	color: #999999;
	text-decoration: none;
}

