/*   <link rel="stylesheet" type="text/css" href="default.css" />   */ 

body { font-family: arial, helvetica, sans-serif; font-size: 10pt;
		scrollbar-face-color: #dddddd;
    	scrollbar-highlight-color: #bbbbbb;
    	scrollbar-3dlight-color: #999999;
    	scrollbar-darkshadow-color: #000000;
    	scrollbar-shadow-color: #333333;
    	scrollbar-arrow-color: #7BA8D2;
    	scrollbar-track-color: #a1a1a1;
		margin: 0;

}

td { font-family: arial, helvetica, sans-serif; font-size: 10pt;}

p { font-family: arial, helvetica, sans-serif; font-size: 10pt;}

p.lighttext {color: #cccccc;}

a { font-family: arial, helvetica, sans-serif; }

a:link {color: #000000;  text-decoration: underline;}
a:visited {color: #000000; text-decoration: underline;} 
a:active {color: #999999; text-decoration: underline;} 
a:hover {color: #999999; text-decoration: underline;}

a.nav:link {color: #B2B24D; text-decoration: none;}
a.nav:visited {color: #B2B24D; text-decoration: none;} 
a.nav:active {color: #666666; text-decoration: underline;} 
a.nav:hover {color: #666666; text-decoration: underline;}

a.light:link {color: #cccccc; text-decoration: underline;}
a.light:visited {color: #cccccc; text-decoration: underline;} 
a.light:active {color: #ffffff; text-decoration: underline;} 
a.light:hover {color: #ffffff; text-decoration: underline;}

a.smallnav:link {color: #000000; font-size: 8pt; text-decoration: none;}
a.smallnav:visited {color: #000000; font-size: 8pt; text-decoration: none;} 
a.smallnav:active {color: #222222; font-size: 8pt; text-decoration: none;} 
a.smallnav:hover {color: #222222; font-size: 8pt; text-decoration: none; background-color: #fffaf0; display: block; width: 100%;}

a.smallplain:link {color: #000000; font-size: 8pt; text-decoration: none;}
a.smallplain:visited {color: #000000; font-size: 8pt; text-decoration: none;} 
a.smallplain:active {color: #222222; font-size: 8pt; text-decoration: none;} 
a.smallplain:hover {color: #222222; font-size: 8pt; text-decoration: none;}

a.highlight:link {color: #000000;  text-decoration: none; font-size: 9pt; font-variant: small-caps;}
a.highlight:visited {color: #000000; text-decoration: none; font-size: 9pt; font-variant: small-caps;} 
a.highlight:active {color: #000000; text-decoration: none; font-size: 9pt; font-variant: small-caps;} 
a.highlight:hover {color: #000000; text-decoration: none; font-size: 9pt; font-variant: small-caps; background-color: #ffd88b; display: block; width: 100%;}

div.scroll {
		height: 258px;
		width: 342px;
		overflow: auto;
		border: 1px solid #666666;
		background-color: #c1c1c1;
		padding: 4px;
		scrollbar-face-color: #dddddd;
    	scrollbar-highlight-color: #bbbbbb;
    	scrollbar-3dlight-color: #999999;
    	scrollbar-darkshadow-color: #000000;
    	scrollbar-shadow-color: #333333;
    	scrollbar-arrow-color: #7BA8D2;
    	scrollbar-track-color: #a1a1a1;
	}
