@charset "utf-8";
/* CSS Document */

body { font-family: Arial, Helvetica, sans-serif; 

       color: #484848; 
  
	   background-color: #d2d2d2; }
	   

.bodytext { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; }

.welcome { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; }

.portfoliotitle { font-family: Arial, Helvetica, sans-serif; color: #03527a; font-size: 15pt; weight:900}

.copyright { font-family:  Arial, Helvetica, sans-serif; color: #f1eee9; font-size: 8pt; }


/* for all embedded links */

a:link, a:visited {text-decoration: none; color: #17708f; }

a:hover {text-decoration: underline; color: #968179; }

