/* external css file */
/* filename 'default.css' */
/* NO HTML MARKUP ALLOWED */

BODY			{
				scrollbar-face-color: #1e1e1e;
				scrollbar-shadow-color: #484848;
				scrollbar-highlight-color: black;
				scrollbar-3dlight-color: #8f8f8f;
				scrollbar-darkshadow-color: black;
				scrollbar-track-color: #464646;
				scrollbar-arrow-color: #303030;
				}

P				{
    			color: #333300;
  				background: none;
  				font-size: 11px;
  				font-weight: none;
  				font-family: arial, helvetica, sanserif;
				line-height: 1.3;
				}

.title			{
    			color: #FFFF33;
  				font-size: 14px;
  				font-weight: bold;
				}

.caption		{
    			color: #333300;
  				font-size: 10px;
  				font-weight: none;
				font-style: italic;
				}

.footer			{
    			color: #999900;
  				font-size: 10px;
  				font-weight: none;
   				font-family: arial, helvetica, sanserif;
				}

.counterstd		{
    			background: #ffffff;
				}

.counters		{
    			color: #000000;
  				font-size: 10px;
  				font-weight: none;
  				font-family: courier, monaco;
				line-height: 1.3;
				}

.highlight		{
    			color: #111111;
  				background: #CCFFFF;
  				font-size: 11px;
  				font-weight: none;
  				font-family: arial, helvetica, sanserif;
				line-height: 1.3;
				}

a:link			{
				color: #000000;
				background: none;
				text-decoration: underline;
  				font-size: 11px;
  				font-weight: none;
  				font-family: arial, helvetica, sanserif;
				line-height: 1.3;
        		}

a:visited		{
				color: #000000;
				background: none;
            	text-decoration: underline;
  				font-size: 11px;
  				font-weight: none;
  				font-family: arial, helvetica, sanserif;
				line-height: 1.3;
            	}

a:hover			{
				color: #FFFF33;
				background: none;
				text-decoration: underline;
  				font-size: 11px;
  				font-weight: none;
  				font-family: arial, helvetica, sanserif;
				line-height: 1.3;
				}

a:active		{
				color: #FFFF66;
				background: none;
				text-decoration: underline;
  				font-size: 11px;
  				font-weight: none;
  				font-family: arial, helvetica, sanserif;
				line-height: 1.3;
				}

a.footer:link	{
				color: #999900;
				background: none;
				text-decoration: none;
  				font-size: 10px;
  				font-weight: none;
  				font-family: arial, helvetica, sanserif;
				line-height: 1.3;
        		}

a.footer:hover	{
				color: #FFFF33;
				background: none;
				text-decoration: none;
  				font-size: 10px;
  				font-weight: none;
  				font-family: arial, helvetica, sanserif;
				line-height: 1.3;
				}

a.footer:active	{
				color: #C7C727;
				background: none;
				text-decoration: none;
  				font-size: 10px;
  				font-weight: none;
  				font-family: arial, helvetica, sanserif;
				line-height: 1.3;
				}
				
