body {
    font-family: 'Arial', 'Sans-Serif';	
	font-size : 10pt;	
	text-decoration : none;	
}
.small  {
	font-size : 8pt;
    font-family: 'Arial', 'Sans-Serif';	
}

.big  {
    BORDER-BOTTOM: #003333 2px solid;
    BORDER-LEFT: #ccccee 2px solid;
    BORDER-RIGHT: #003333 2px solid;
    BORDER-TOP: #ccccdd 2px solid;
	font-size : 10pt;	
    font-family: 'Arial', 'Sans-Serif';	
	font-weight : bold;	
	text-decoration : none;
}

.normal1  {
    BORDER-BOTTOM: #003333 2px solid;
    BORDER-LEFT: #ccccee 2px solid;
    BORDER-RIGHT: #003333 2px solid;
    BORDER-TOP: #ccccdd 2px solid;
	font-size : 10pt;	
    font-family: 'Arial', 'Sans-Serif';	
	text-decoration : none;
}

.normal  {
	font-size : 10pt;	
    font-family: 'Arial', 'Sans-Serif';	
}

.normal2  {
	font-size : 9pt;	
    font-family: 'Arial';	
	color: #0000ff;
}


.titlered  {
	font-size : 15pt;
    font-family: 'Arial', 'Sans-Serif';		
	color : red;
	font-weight : bold;
}
.title  {
	font-size : 14pt;
    font-family: 'Arial', 'Sans-Serif';		
	color : green;
	font-weight : bold;
}

.subtitle  {
	font-size : 14pt;
    font-family: 'Arial', 'Sans-Serif';		
	color : Black;
	font-weight : bold;
}

a:link	{
	text-decoration:underline;
	font-family: 'Arial', 'Sans-Serif';
	font-size : 9pt;	
	color:blue;
}
a:visited {
	text-decoration:underline;
	font-size : 9pt;
	color:blue;
}
	
a:hover {
	text-decoration:none;
	font-size : 9pt;
	color:#ff8000;
}	