/* 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 */


/* document-specific styles come next */
DIV.quote		{   }
SPAN.bf		{   }
SPAN.normalfont		{   }
DIV.navigation		{   }
SPAN.it		{   }
DIV.flushleft		{   }
DIV.center		{   }
SPAN.arabic		{   }
SPAN.textit		{ font-style: italic  }
SPAN.textbf		{ font-weight: bold  }

#main {
	padding: 3px;
}



/* Quick Links */

#quicklinks-box {
height: 21px;
	margin: 0;
	padding: 0;
	margin-right: 2px;
	overflow: hidden;
}

#quicklinks {
	font-size: xx-small;
	color: #6600cc;
	border: 1px solid #efefef;
}

#quicklinks option {
	color: #6600cc;
}

.quicklinks-frontpage {
	line-height: 1.25em;
	font-size: x-small;
	font-weight: bold;
}

.quicklinks-frontpage a:link, .quicklinks-frontpage a:visited {
	color: black;
	text-decoration: none;
}

.quicklinks-frontpage a:hover {
	color: #6600cc;
	text-decoration: none;
}

/* Dark Gray Bubble */
.bubble-darkgray {
	font-family: Verdana, Arial;
	font-size: x-small;
	color: white;
	padding: 0px;
	margin: 0px;
}

.bubble-darkgray a:link {
	color: white;
	text-decoration: none;
}

.bubble-darkgray a:visited {
	color: white;
	text-decoration: none;
}

.bubble-darkgray a:hover {
	color: #eeeeee;
	text-decoration: underline;
}

/* Purple Bubble */
.bubble-purple {
	font-family: Verdana, Arial;
	font-size: smaller;
	color: white;
	padding: 0px;
	margin: 0px;
}

.bubble-purple a:link {
	color: white;
	text-decoration: none;
}

.bubble-purple a:hover {
	color: #666666;
	text-decoration: underline;
}

/* Light Gray Bubble */
.bubble-lightgray {
	font-family: Verdana, Arial;
	font-size: x-small;
	color: black;
	padding: 0px;
	margin: 0px;
}

.bubble-lightgray a:link {
	color: #6600cc;
	text-decoration: none;
}

.bubble-lightgray a:hover {
	color: #666666;
	text-decoration: underline;
}

/* Breadcrumbs */
.breadcrumbs {
	cursor: default;
}

.breadcrumbs a:link {
	color: white;
	text-decoration: none;
}

.breadcrumbs a:visited {
	color: white;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: white;
	text-decoration: underline;
}

.breadcrumbs #crumb-you-are-here {
	text-decoration: underline;
}


