/**standard styles for modules*/
.largetext {
    font-size : 1.17em;
}

.largetext a:link{
    font-size : 1.17em;
}

.largetext a:visited{
    font-size : 1.17em;
}

.largetext a:active{
    font-size : 1.17em;
}

.largetext a:hover{
    font-size : 1.17em;
}
.smalltext {
    font-size : 0.92em;
}

.smalltext a:link{
    font-size : 0.92em;
}

.smalltext a:visited{
    font-size : 0.92em;
}

.smalltext a:active{
    font-size : 0.92em;
}

.smalltext a:hover{
    font-size : 0.92em;
}

.errortext	{	
	text-transform:	none;
	font-weight:	bolder;
	background:	#FF0;
	color:	red;
	}
    
.noline a:link{
  text-decoration : none;
}

.noline a:visited{
  text-decoration : none;
}

.tightlist {
  margin-top  : .8em;
  margin-left : -1.5em;
}
