.mozilla_bug {}

/*=========================================*/
/*  author: arachne                        */
/*  date  : 2005.04.15                     */
/*=========================================*/

/* LATEX2HTML STYLES */
/* 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 }

/* heading styles */
H1		{  }
H2		{  }
H3		{  }
H4		{  }
H5		{  }

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

.htmlnav a              { font-weight: normal; text-decoration: underline; padding-right: 10px;}
.htmlnav a:hover        { text-decoration: none; }

/* document-specific style come next */
a {
        color: #4A4A4C;
        font-weight: bold;
        text-decoration: none;
}

a:hover {
        text-decoration: underline;
}

table {
        font-size: 12px; 
        font-family: arial, sans-serif; 
        color: #000000;
        background: #FFFFFF;
}

td.nav, td.nav_hover{ 
        font-size: 10px; 
        line-height: 13px;
        letter-spacing: 1.25px;
	text-transform: uppercase; 
	padding-bottom: 3px; 
	padding-left: 6px;
	padding-right: 6px; 
	border-right: 1px solid black; 
}

.volume {
        font-size: 10px; 
        line-height: 13px;
        letter-spacing: 1.25px;
	text-transform: uppercase; 
	padding-bottom: 3px; 
	padding-left: 6px;
	padding-right: 6px; 
        vertical-align: top;
}

td.nav { 
	background-image: url("images/nav_bg.jpg"); 
}

td.nav_hover {
	background-image: url("images/nav_hover_bg.jpg"); 
	cursor: pointer; cursor: hand;
}

a.nav {
        font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.tagline {
        font-size: 10px; 
        letter-spacing: 1.25px;
        font-weight: bold; 
        text-transform: uppercase;
}

.volume2 {
	font-weight: bold; 
	font-style: italic; 
	font-size: 10px;
        letter-spacing: .75px;
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 4px;
}

.heading {
        font-family: serif;
        font-size: 18px;
        font-weight: bold;
        color: #181C4C;
        letter-spacing: 1.25px;
        font-variant: small-caps;
        border-bottom: 1px solid black;
}

.abstract {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
}

.abstract_title{
        font-size: larger;
        letter-spacing: 1.5px;
        font-weight: bold;
        color: #181C4C;
        text-transform: lowercase;
}

.abstract_title a {
        color: #181C4C;
}

.abstract_author {
	font-style: italic; 
        color: #4A4A4C;
}

.download {
        font-weight: bold;
        color: #181C4C;
        text-align: right;
        font-size: 11px;
}

.textbf {
	font-weight: bold;
}

.textit {
	font-style: italic;
}
