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

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


/* document-specific styles come next */

BODY {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	line-height: 1.3em;
}

A {
	color: #004B91;
}

.flowtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: bold;
	text-transform:uppercase;
	color: #999999;
	padding-top:45px;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: bold;
	color: #E47911;
	line-height: 1.4em;
	margin-top:30px;
	border-bottom: 1px solid #CCCCCC;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.50em;
	font-weight: normal;
	padding-top:15px;
	color: #E47911;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: bold;
	padding-top:15px;
	color: #666666;
}

H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.17em;
	font-weight: bold;
	padding-top:15px;
	color: #000000;
}

.hr {
	padding-top:15px;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
}

td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	line-height: 1.2em;
}

th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	line-height: 1.2em;
	font-weight: bold;
}	

tt 	{
	font-size: 1.1em;
			
}
				
blockquote {
				margin-top: 1px;
				margin-bottom: 1px;
}

.bold {
	font-weight: bold;
}

label {
	font-weight: bold;
	line-height: 12px;
}

.legend {
 	font-size:10px;
	color:#666;
	font-weight: normal;
	line-height: 12px;
}

.instr { 
 	font-size:10px;
	color:#666;
	font-weight: normal;
	line-height: 12px;
}

.instr2 { 
 	font-size:10px;
	color:#666;
	font-weight: normal;
	font-style:italic;
	line-height: 12px;
}



.reqd {
	color:#900;
	font-size:14px;
	font-weight: normal;
}

LI {
	list-style-image:url(images/bullet.gif);  
	padding-bottom: 6px;
}

.carat {
	color:#F90;
	font-weight: bold;
}

/*special links*/

.tooltip {
	border-bottom: 1px dashed #999;
}
