﻿body 
{
	font-size: 10pt;
	font-family: Calibri Verdana Arial;
}
TD
{ 
	font-family:Verdana;
	color: #1F1F1F;
}

A
{
	text-decoration: none;
	color: #0c63c4;
}

A:hover
{
	text-decoration: underline;
}

.login
{
	font-family: Verdana;
	font-size: 8pt;
	color: #505050;
}


.leftNav
{
	font-size: 14px;
	font-weight: bold;
	height:40px;
}

.leftNavBorder1
{
	border-top: solid 1px White;
	font-size: 10pt;
}

.leftNavBorder2
{
	border-top: solid 1px White;
	font-size: 8pt;
}

.footer
{
	font-size: 7pt;
	color: White;
}

.mainTitle
{
	font-size: 11pt;
	font-weight: bold;
	color: #3b74b4;
}

.mainDesc
{
	font-size: 9pt;
}

.newsTitle
{
	color: #619cf4;
	font-size: 12px;
}

.newsSummary
{
	color: #808080;
	font-size: 11px;
}

.mediaMainTitle
{
	color: #568bd9;
	font-size: 20px;
}

.mediaTitle
{
	color: #568bd9;
	font-size: 12px;
	font-weight: bold;
}

A.mediaTitle
{
	text-decoration:none;
}

A.mediaTitle:Hover
{
	text-decoration:underline;
}

.mediaSummary
{
	color: #808080;
	font-size: 11px;
}

.subTitle
{
	color: #4f933f;
	font-size: 18px;
}

.custSpot
{
	color: #3b74b4;
	font-size: 14px;
	font-weight: bold;
}

.rightTitle
{
	font-size: 11pt;
	font-weight:bold;
	color: #3b74b4;
}

.rightContent
{
	font-size: 8pt;
	color: #606060;
}

.leftNavSpacing
{
	padding: 0px 0px 0px 0px;
}

.productTitles
{
	text-decoration:none; 
	color:#0a51a1;
	font-size:20px;
}

.subPageHeadings
{
	font-size: 16px; 
	color: #0a51a1; 
	font-weight:bold;
}

A.productTitles:Hover
{
	text-decoration:underline;
}

.breadCrumbs
{
  vertical-align:bottom;
  font-family:Arial;
	font-size: 10px;
	background-color: #0a51a1;
	color: White;
	border-bottom: 1px Solid black;
	text-decoration:none;
}

A.breadCrumbs
{
	color: White;
}

.subFooter
{
	font-size: 7pt;
	color: #c2c2c2;
}

A.mouseOverLine
{
	text-decoration:none;
}

A.mouseOverLine:Hover
{
	text-decoration:underline;
}

A.leftNav
{
	color: #494949;
	text-decoration: none;
}

.archiveLink
{
	color: Navy;
}

.warning 
{
	color: Red;
	font-weight: bold;
	font-size: larger;
}


.footer1
{
	font-size: smaller;
	color: Gray;
	vertical-align:bottom;	
}

.specialInstr
{
	color: Green;
	font-weight: bold;
	font-size: larger;
}

.imgAnswer
{
	font-family: Arial Narrow;
	font-style:italic;
	font-size: 16pt;
	letter-spacing: -1px;
	text-decoration: none;
	color:#e8891a;
	position:absolute; 
	top: 220px; 
	left: 565px;
}

.imgQuestion
{
	font-family: Arial Narrow;
	font-size: 24pt;
	position:absolute; 
	top: 180px; 
	left: 392px;
	color: #0F0F0F; /* #0a519f */
}

.requiredCtrl
{
	color:Red;
	font-size:9px;
}


/*
A.leftNav:Hover
{
	color:#C0C0C0;
}
*/
A.footer
{
	color: White;
}

.docsHeader
{
	background-color: #A0A0A0;
	color: White;
	font-weight: bold;
}

.docsHeaderNew
{
	background-color: #A0A0A0;
	color: Red;
}

.plugins
{
	font-size:10px;
}

.disclaimer
{
	font-size:12px;
}



/*******  SUCKER Drop down Menu Code   ********/
.suckerdiv ul{
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 140px; /* Width of Menu Items */
	position:relative;
	left: 0px;
	background-color: White;
}
	
.suckerdiv ul li{
	position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 180px; /*sub menu width*/
top: 0;
visibility: hidden;
border: solid 1px Black;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #595959;
text-decoration: none;
background: #fff;
padding: 1px 5px;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: #595959;
}

.suckerdiv ul li a:hover{
background-color: #F0F0F0;
}
/*
.suckerdiv .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
}
*/

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

/*******  END SUCKER Drop down Menu Code   ********/
