/* Common CSS Styles Document */

br.h3{
	line-height: 3px;
}
br.h7{
	line-height: 7px;
}

.block{
display:block;
}
.c_def{
	cursor:default;
}
.t90{
font-size:90%;
}
.t110{
font-size:110%;
}
.hand{
	cursor: hand;
}


/* -=-=-=-=-=-=-=-=-=	Color styles  =-=-=-=-=-=-=-=-=-=-=-=-=-=-= */	
.white{
	color:white;
}	
.red{
	color:#FF0000;
}	
.violet{
	color:#000088;
}	
.green{
	color:green;
}	
.orange{
	color:orange;
}	
.bg-white{
	background-color:#FFFFFF;
}	
.bg-violet{
	background-color:#000088;
}
