@charset "iso-8859-1";
                        .csTopic, .csHeader, .csText, .csTextblk, .csLogin, .copyright, .cstextsm
			{
				font-family: arial, helvetica, sans-serif;
			}

			.csHeader
			{
				color: #FF0000;
				font-size: 16pt;
				font-weight: bold;
			}

			.csTopic
			{
				color: #333366;
				font-size: 14pt;
			}

			.csText
			{
				color: #993399;
				font-size: 12pt;
			}
			
			.csTextblk
			{
				color: #000000;
				font-size: 11pt;
			}

			.csLogin
			{
				color: #FFFF00;
				font-size: 12pt;
				font-weight: bold;
			}
			
			.cstextsm
			{
				color: #000000;
				font-size: 10pt;
			}
			
			.copyright
			{
				color: #666666;
				font-size: 9pt;
			}

			a, a:link, a:visited, a:hover
			{
				color: #333366;
				font-size: 10pt;
				text-decoration: none;
				font-weight: bold;
			}