
/**************** Body ****************/ 

body {


font-family: Arial, Helvetica, sans-serif;
font-size: 8px; 

overflow-x: hidden; 
overflow-y: scroll;

}


/**************** pseudo-classes ****************/ 

:link { color: #354D7D; text-decoration: underline; font-weight: bold; }  
:visited { color: #354D7D; text-decoration: underline; font-weight: bold; } 
:active { color: #5A75A0; font-weight: bold; }



/**************** IMAGES ****************/ 

img {
	border: 0;
	
}	

/**************** FONT STYLE ****************/ 


.font {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #3B3B3B
}

