a { text-decoration: underline; }
a:link { color: #0000ff; }
a:hover { border-width: 2px; background: transparent; color: #ff0000; }
a:active { color: #aa00ff; }
a:visited { color: #000000; }

a.category:link { color: #6666cc; }
a.category:hover { border-width: 2px; background: transparent; color: #6666cc; }
a.category:active { color: #6666cc; }
a.category:visited { color: #6666cc; }

body {
	background-color: #ffffff;
	color: #000000;
	scrollbar-3dlight-color: #000033;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #CCCCFF;
	scrollbar-darkshadow-color: #000033;
	scrollbar-face-color:#CCCCFF;
	scrollbar-highlight-color: #CCCCFF;
	scrollbar-shadow-color: #CCCCFF;
	scrollbar-track-color: #FFFFFF;
}

p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; } 
p.bold { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
p.ital { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: italic; }
p.title { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; }
span.bold { font-weight: bold; }
span.ital { font-style: italic; }
span.underline { text-decoration: underline; }
span.italunder { font-style: italic; text-decoration: underline; }
span.note { font-family: Arial, sans-serif; font-size: 9px; }
td { font-family: Arial, sans-serif; font-size: 12px; vertical-align: top; }
h1 { font-family: 'Times New Roman', Verdana, Helvetica, Arial, serif; font-size: 30px; font-weight: normal; color: #999999; }
h2 { font-family: Arial, Helvetica, 'Times New Roman', serif; font-size: 20px; font-weight: bold; color: #000099; }
h3 { font-family: Arial, Helvetica, 'Times New Roman', serif; font-size: 16px; font-weight: bold; color: #6666cc; }
h6 { font-family: Arial, 'Times New Roman', serif; font-size: 11px; font-weight: bold; }
ol { font-family: Arial, sans-serif; font-size: 12px; list-style-type: square; }
ul { font-family: Arial, sans-serif; font-size: 12px; list-style-type: square; }
li { font-family: Arial, sans-serif; font-size: 12px; list-style-type: square; }
em { font-style: italic; }
strong { font-weight: bold; }
