SPAN.txt
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial
}
SPAN.tit
{
	font-size: 18px;
	color: red;
	font-family: Arial;
}
SPAN.titbold
{
	font-weight: bolder;
	font-size: 26px;
	color: red;
	font-family: Arial;
}
SPAN.textline
{
	font-weight: bold;
	font-size: 14pt;
	color: #000000;
	font-style: italic;
	font-family: Arial;
}
SPAN.textlinebig
{
	font-weight: bold;
	font-size: 18pt;
	color: #000000;
	font-style: italic;
	font-family: Arial;
}
INPUT.input
{
    BORDER-RIGHT: #cccccc 1px solid;
    BORDER-TOP: #cccccc 1px solid;
    BORDER-LEFT: #cccccc 1px solid;
    BORDER-BOTTOM: #cccccc 1px solid;
    HEIGHT: 18px;
    WIDTH: 100PX;
    BACKGROUND-COLOR: #fefef5
}
.clsImage 
{
	width : auto; 
}
.clsRedCaption 
{
	font-size: 12pt;
	color: Red;
	vertical-align : bottom;  
	font-style : italic; 
	font-weight : bold; 
}