/* Font Attributes */body, p, td, tr, th, ul, strong, li  {    font-size: 9pt;	font-family: arial, helvetica, sans serif  	}/* Text Attributes */.bld { /* bold text */    font-size: 9pt;	color: #000000;	font-weight: 900;}.redbld { /* bold burgundy text */    font-size: 11pt;	color: #990000;	font-weight: 900;}.title { /* Institute News */    font-size: 16pt;	color: #000000;	font-weight: 900;}.subtitle { /* burgundy */  font-size: 14pt;  color: #990000;  font-weight: 900;}  /* background images */.lbkd {   background-image: url('images/lft_bkd.jpg') repeat-y left top;}.rbkd 	{   background-image: url('images/rt_bkd.jpg'); }/* Default link styles */A {   text-decoration: none;}A:link 	{color: #000099; font-weight: 900;font-size: 8pt;text-decoration: none;background-color: transparent;} A:active	{color: #000099;font-size: 8pt;text-decoration: none;font-weight:900;background-color: transparent; }A:visited	{ color: #000099;font-size: 8pt;text-decoration: none;font-weight:900;background-color: transparent; } A:hover	{color: #FFCC00;font-size: 8pt;font-weight: 900;text-decoration: none;background-color: transparent;}/* Footer Link */A.footer1:link {font-size: 8pt;color: #ffffff;text-decoration: underline;}A.footer1:visited {font-size: 8pt;color: #ffffff;text-decoration: underline;} A.footer1:hover {font-size: 8pt;color: #ffffff;text-decoration: underline;}.footer {font-size: 8pt;color: #ffffff;}.blockquote {	margin-left: 12px;	margin-right: 12px;}