/* CSS Document */


a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #625D4B;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.afaq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #625d4b;
	text-decoration: none;
	font-weight: bold;
	cursor: help;
}
.afaq:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.aglossary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B6756;
	font-weight: bold;
	text-decoration: none;
	cursor: help;
}
.aglossary:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.copytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #625d4b;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #625d4b;
	line-height: 135%;
}
.textheadlinebrown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #625d4b;
}


.sessionshd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #024D7F;
}
.copyrights {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #E3DDC0;
}
.testimonialsignature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #625d4b;
	padding-left: 10px;
}
.glossaryletters {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #024D7F;
}
ul {
	list-style-image: url(images/resources/bullet.gif);
	list-style-type: circle;
	list-style-position: outside;
}
.captions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}




/* ----- add selectors here for font sizing ----- */
#JT_close_left, #JT_close_right{font-size: 12px;}
#JT_copy p, #JT_copy ul{font-size: 12px;}
p, label{font-size: 12px;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #625d4b;
}







/* ---- jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background: url(images/arrow_left.gif) no-repeat left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
}

#JT_arrow_right{
	background: url(images/arrow_right.gif) no-repeat left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
}

/* for consistency between firefox and IE */
body > #JT_arrow_right {
  margin-left: 3px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #C5BFA5;
	background-color: #fff;
	overflow: hidden;
}

#JT_copy{
	padding:10px;
	color:#333;
}

.JT_loader{
	background: url(images/loader.gif) no-repeat center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #C5BFA5;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #C5BFA5;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #C5BFA5;
}

.jTip{
cursor:help;
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B6756;
	font-weight: bold;
	text-decoration: none;
}

#JT iframe{
	display:none;
	display/**/:block;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	height:3000px;
}

/* Fading Tooltips By Dustin Diaz*/
body div#toolTip {
	position:absolute;
	z-index:1000;
	width:300px;
	background:#625d4b;
	border:2px double #fff;
	text-align:left;
	padding:5px;
	min-height:1em;
	-moz-border-radius:5px;
}
body div#toolTip p { margin:0;padding:0;color:#fff;font:11px/12px verdana,arial,sans-serif; }
body div#toolTip p em { display:block;margin-top:3px;color:#f60;font-style:normal;font-weight:bold; }
body div#toolTip p em span { font-weight:bold;color:#fff; }

/* J Querty Tooltips */


#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
	font-family: Arial, Helvetica, sans-serif;
	-moz-border-radius:5px;
	border: 2px double #B3AE9A;
	width: 210px;
	padding:20px;
	height: auto;
	opacity: 1;
	background: url(images/shadow1.png);
	font-size: 12px;
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 10pt;
	width: 220px;
	text-align: left;
}
#tooltip.pretty div { width: 220px; text-align: left; }


#extended { margin: 2em 0; }
#extended label { text-decoration: underline; }
#yahoo { width: 7em; }
#right, #right2 { text-align: right; }
#tooltip.right { width: 250px; }
#fancy2 {
	float: none;
}
