a { text-decoration: none; }

a.xxx { 
	color: #33CCFF;
	text-decoration: none;
	background-color: transparent;
}
a.xxx:link {
	color: #33CCFF;
	background-color: transparent;
}
a.lxxx:visited {
	color: #33CCFF;
	background-color: transparent;
}
a.xxx:hover {
	color: #993399;
	background-color: transparent;
}

.crtext { color: #FFFFFF;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: .7em;
   line-height: 150%;
}

.title {
   font-family: verdana, arial, helvetica, sans-serif;
   font-weight: bold;
   font-size: 1em;
   line-height: 100%;
} 
 .xtitle {
   font-family: verdana, arial, helvetica, sans-serif;
   font-weight: bold;
   font-size: 1.2em;
   line-height: 100%;
}  
.subtitle {
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: .8em;
   color: #FFFFFF;
   line-height: 130%;
} 
.xsubtitle {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	line-height: 100%;
}
.smalltext {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: transparent;
} 		