body {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 16px;
}

H1 {
	color : #111111;
	font-family : Times New Roman, serif;
	font-variant: small-caps;
	font-size : 240%;
}

H1:first-letter {
	color: #000000;
	font-size : 150%;
}

H2 {
	color : #333333;
        text-decoration: overline;
	font-family : Times New Roman, serif;
	font-style: italic;
	font-size : 150%;
}

H2:first-letter {
	color: #000000;
	text-decoration: underline;
}

H3 {
	color : #444444;
	font-family : Times New Roman, serif;
	font-style: italic;
	font-size : 120%;
}

H3:first-letter {
	color: #000000;
	text-decoration: overline;
}

p {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, Tahoma;
	text-decoration: none;text-align: left;
}

p:first-letter {
	font-weight: bold;
	color: #000000;
	font-size : 150%;
}

b {
	font-weight: bold;
}

a:link {
	color: #0000FF; 
	background: url(/images/line.gif) bottom repeat-x;
	text-decoration: none;
}

a:visited {
	color: #000088;
	text-decoration: none;
	background: url(/images/line.gif) bottom repeat-x;
}

a:hover {
	color: #FFFFFF;
	background:#000000;
	text-decoration: none;
}

a:active {
	color: #9933FF;
	background: url(/images/line.gif) bottom repeat-x;
}

td { font-family: Verdana, Arial, Helvetica, Tahoma; font-size: 16px; font-weight: normal; text-decoration: none;}
td.dark { background-color: #9999ff }
td.light { background-color: #ccffff }
td.lighter { background-color: #ffffff }
td.right { text-align: right }
td.label { font-weight: bold; text-align: right }
td.desc { font-size: 10px }
td.line { font-size: 1px; background-color: #000000 }
td.spacer { font-size: 1px; }
td.colHead { font-weight: bold; color: #ffffff; font-size: 13px;}
td.tabFill { font-size: 12px; font-weight: bold; color: #ffffff; background-color: #9999ff }
td.tabFillSpacer { font-size: 1px; background-color: #9999ff }
td.tabLine { font-size: 1px; background-color: #ccffff }

li{
       list-style-image: url(/images/bullet-rss.png);
}

ul ul li{
       list-style-image: url(/images/bullet-rss-2.png);
}

pre {
	color: #444;
	background: url(/images/pre_bg.gif);
	border: 5px double #fff;
}

pre:first-letter {
	font-family : Times New Roman, serif;
	color: #000000;
	font-variant: small-caps;
	font-size : 200%;
}

.mouseBeOffMe {
	border-top:    5px  solid #525252; 
	border-bottom: 5px  solid #525252; 
	border-left:   3px   solid #525252; 
	border-right:  5px  solid #525252; 
}

.mouseBeOnMe {
	border-top:    3px   solid #525252;
	border-bottom: 7px  solid #525252; 
	border-left:   5px  solid #525252; 
	border-right:  3px   solid #525252;
}

.mouseBeDown {
	border-top:    6px  solid #525252;
	border-bottom:3px   solid #525252; 
	border-left:   5px  solid #525252; 
	border-right:  3px   solid #525252;
}

.mouseBeUp {
	border-top:    5px  solid #525252;
	border-bottom: 5px  solid #525252; 
	border-left:   5px  solid #525252; 
	border-right:  3px   solid #525252;
}

acronym {
	border-bottom: 1px dotted Blue;
	cursor: help;
}





































































