/*toolkit css*/



/*tag-based styles*/
p, body, td{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.8em;;
}

td.content{
	padding: 20px 60px 20px 40px;
}

table.tools{
	border: 1px solid rgb(0, 0, 0);
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

tr.toolsheading{
	background-color: #819ed2;
}


tr.toolsheading td{
	color: #ffffff;
	font-weight: bold;
	padding: 5px 2px 5px 5px;
	border-bottom: 1px solid rgb(0, 0, 0);
}

tr.tools_odd{
	background-color: #fef1ce;
}

tr.tools_odd td{
	font-size: 10px;
	padding: 4px 4px 4px 4px;
}

tr.tools_even{
	background-color: #ffffff;
}

tr.tools_even td{
	font-size: 10px;
	padding: 4px 4px 4px 4px;
}

p.nsf{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	color: #999999;
	margin: 15px;
	line-height: 19px;
}


table.concepts{
	border: 1px solid rgb(0, 0, 0);
	margin-top: 10px;
	margin-bottom: 10px;
}

tr.conceptsheading{
	background-color: #555555;
}


tr.conceptsheading td{
	color: #ffffff;
	font-weight: bold;
	padding: 5px 2px 5px 5px;
	border-bottom: 1px solid rgb(0, 0, 0);
}

tr.concepts_odd{
	background-color: #cccccc;
}

tr.concepts_odd td{
	font-size: 10px;
	padding: 4px 4px 4px 4px;
}

tr.concepts_even{
	background-color: #ffffff;
}

tr.concepts_even td{
	font-size: 10px;
	padding: 4px 4px 4px 4px;
}





tr.handoutsheading{
	background-color: #fba919;
}


tr.handoutsheading td{
	color: #ffffff;
	font-weight: bold;
	padding: 5px 2px 5px 5px;
	border-bottom: 1px solid rgb(0, 0, 0);
}

tr.handouts_odd{
	background-color: #cae3ab;
}

tr.handouts_odd td{
	font-size: 10px;
	padding: 4px 4px 4px 4px;
}

tr.handouts_even{
	background-color: #ffffff;
}

tr.handouts_even td{
	font-size: 10px;
	padding: 4px 4px 4px 4px;
}

tr.colhead{
	background-color: #eeeeee;
}

tr.colhead td{
	border-bottom: 1px solid rgb(0, 0, 0);
	font-weight: bold;
	padding: 5px 2px 5px 2px;
}

/*free-ranging styles*/

.heading{
	font-weight: bold;
	font-size: 16px;
	color: #ffaa00;
}

.subhead{
	font-weight: bold;
	font-size: 14px;
	color: #5073bb;
}

.hilite{
	font-style: italic;
	 border-bottom: 1px dashed rgb(200, 200, 200);
}




/* TD Rollover Classes*/

.plain{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	line-height: 1.2em;
	padding: 6px 8px 6px 4px;
	cursor: pointer;
}

.active{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: right;
	line-height: 1.2em;
	padding: 6px 8px 6px 4px;
	background-color: #4cb500;
	cursor: pointer;
}

.over{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	line-height: 1.2em;
	padding: 6px 8px 6px 4px;
	background-color: #aac1f0;
	cursor: pointer;
}



.tert_plain{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	text-align: right;
	line-height: 1.2em;
	padding: 6px 8px 6px 4px;
	border-bottom: 1px dashed rgb(100, 100, 100);
	background-color: #dde5f7;
	cursor: pointer;
}

.tert_active{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: right;
	line-height: 1.2em;
	padding: 6px 8px 6px 4px;
	border-bottom: 1px dashed rgb(100, 100, 100);
	background-color: #aac1f0;
	cursor: pointer;
}

.tert_over{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	text-align: right;
	line-height: 1.2em;
	padding: 6px 8px 6px 4px;
	border-bottom: 1px dashed rgb(100, 100, 100);
	background-color: #aac1f0;
	cursor: pointer;
}





/*Links*/
a.nav:link{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #1d3285;
	text-decoration: none;
}
a.nav:visited{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #1d3285;
	text-decoration: none;
}
a.nav:hover{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #1d3285;
	text-decoration: none;
}


a.tert_nav:link{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #1d3285;
	text-decoration: none;
}
a.tert_nav:visited{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #1d3285;
	text-decoration: none;
}
a.tert_nav:hover{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #1d3285;
	text-decoration: none;
}

a.white:link, a.white:visited, a.white:hover{
	color: #ffffff;
	text-decoration: none;
}