/* normal text *//* NOTES:      for font-family, several alternative fonts are specified,      followed finally by a supported generic family name      ('serif', 'sans-serif', 'cursive', 'fantasy').      Place the font-family declaration at the end of the list of      declarations for a selector to account for an MSIE3 font      declaration freak out      For correct rendering across all three browsers include a      fictitious font name enclosed in single quotes as your      first font choice and a fictitious font name as your last      choice.       */BODY {     background-repeat: no-repeat;    text-decoration: none;    font-size: 10pt;    color: #333333;    font-family: 'X', verdana, arial, helvetica, sans-serif, 'X';    }.sidebar    {     text-decoration: none;    font-size: 9pt;    color: #333333;    font-family: 'X', verdana, arial, helvetica, sans-serif, 'X';    }.quote    {     text-decoration: none;    font-weight: bold;    font-size: 12pt;    color: #333333;    font-family: 'X', "Times New Roman", times, serif, 'X';    }.small    {	font-size: 8pt;	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #333333;    }.caption    {     text-decoration: none;    font-size: 8pt;    color: #333333;    font-family: 'X', verdana, arial, helvetica, sans-serif, 'X';    }.copyright    {	text-decoration: none;	font-size: 8pt;	text-align: center;	font-family: 'X', verdana, arial, helvetica, sans-serif, 'X';	color: #333333;    }a:link         {	text-decoration: none;	color: #990000;	font-size: 10px;    }a:visited      {	text-decoration: none;	color: #990000;	font-size: 10px;    }a:active       {	text-decoration: none;	color: #990000;	font-size: 10px;    }a:hover    {	text-decoration: none;	color: #666666;	font-size: 10px;    }/* headers and such */h1, p.title    {     font-size: 18pt;    font-weight: normal;    color: #555555;    font-family: 'X', "Times New Roman", times, serif, 'X';    }.subtitle    {     font-size: 14pt;    font-weight: normal;    font-style: normal;    font-family: 'X', "Times New Roman", times, serif, 'X';    color: #333333;    }.content {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #FFFFFF; text-decoration: none; font-variant: normal; text-transform: none}.normal {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: normal;	color: #333333;}.dot {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #FF6600}.news {	font-weight: bold;	color: #FFFFFF;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;}.topic {  font-family: "Times New Roman", Times, serif; font-size: 24px; font-style: normal; font-weight: normal; color: E02928}.index_dot {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #FF0000}.topic_col { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold; color: #FFFFFF}
