/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
.MATH    { font-family: "Century Schoolbook", serif; }
.MATH I  { font-family: "Century Schoolbook", serif; font-style: italic }
.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold }

/* implement both fixed-size and relative sizes */
SMALL.XTINY		{ font-size : xx-small }
SMALL.TINY		{ font-size : x-small  }
SMALL.SCRIPTSIZE	{ font-size : smaller  }
SMALL.FOOTNOTESIZE	{ font-size : small    }
SMALL.SMALL		{  }
BIG.LARGE		{  }
BIG.XLARGE		{ font-size : large    }
BIG.XXLARGE		{ font-size : x-large  }
BIG.HUGE		{ font-size : larger   }
BIG.XHUGE		{ font-size : xx-large }

/* mathematics styles */
DIV.displaymath		{ }	/* math displays */
TD.eqno			{ }	/* equation-number cells */


/* document-specific styles come next */

body {
background: url(/IMG/logbg.gif)
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;
}


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

b {
font-weight: bold;
}


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

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

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

a:active {
color: #9933FF;
background: url(/IMG/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(/IMG/bullet-rss.png);
}

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