
A:link{
color: #DD8500;
font-family:Tahoma,Verdana;
font-size: 8pt;
font-weight:normal;
}

A:visited{
color: #DD8500;
font-family:Tahoma,Verdana;
font-size: 8pt;
font-weight:normal;
}

A:hover {
color: #004088; 
font-family:Tahoma,Verdana;
font-size: 8pt;
font-weight:normal;
}


/*The menu header button link*/

A.menuItem:link
{
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 8pt;
	color: #909bc5;
	font-family: Tahoma;
}

A.menuItem:visited
{
	text-decoration: none;	
	font-weight: bold;
	text-align: center;
	font-size: 8pt;
	color: #909bc5;
	font-family: Tahoma;
}

A.menuItem:hover 
{
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 8pt;
	color: #909bc5;
	font-family: Tahoma;

}
/*END menu header button link*/

#dropmenudiv
{
	border-right: #909BC5 1px solid;
	border-top: #909BC5 1px solid;
	border-left: #909BC5 1px solid;
	border-bottom: #909BC5 0px solid;	
	z-index: 100;
	font: 8pt/18px Tahoma;
	position: absolute;
	background-color: #DADCE8;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #909BC5;
padding: 1px 0;
text-decoration: none;
color:black;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #C7C7CB;
}
TD
{
	font-size: 8pt;
	color: #909bc5;
	font-family: Tahoma;
}

.noBorder
{
	border: none;
}

.redBorder
{
	border: dotted thin red;
}

.maxSize
{
	padding: 0 0 0 0;
	margin: 0px;
	width: 100%;
	height: 100%;
}

TABLE.mainTable
{
	border-collapse: collapse;
	background-color: #f5f5f5;
}

TD.mainInnerCell
{
	width: 815px;
}

.blueBorder
{
	border-right: #909bc5 1px solid;
	border-top: #909bc5 1px solid;
	border-left: #909bc5 1px solid;
	border-bottom: #909bc5 1px solid;
}

.mainHeaderCell
{
	padding-left: 10px;
	background-color: #f2f3f5;
}

TD.mainHeaderCellHeight
{
	height: 90px;
}

TD.loginHeaderCell
{
	padding-right: 3px;
	padding-left: 20px;
	padding-bottom: 3px;
	border-left: #909bc5 1px solid;
	width: 25%;
	padding-top: 3px;
	background-color: #dadce8;

}

TD.loginHeaderCellText
{
	font-weight: bold;
	font-size: 8pt;
	color: #909bc5;
	font-family: Tahoma;
}

TD.menuRow
{
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(Images/menuBackgroundBlank.gif);
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-repeat: repeat-x;
	height: 29px;
}

TD.menuItem
{
	font-weight: bold;
	background-image: url(Images/menuBackground.gif);
	width: 125px;
	cursor: hand;
	background-repeat: no-repeat;
	height: 29px;
	text-align: center;
}

TD.navigationBar
{
	padding-left: 10px;
	color: #DD8500;
	border-bottom: #909bc5 1px solid;
	height: 25px;
}

TD.CTPTickerSize
{
	height:42px;
}

IFRAME.whiteBG
{
	background: white;

}

BODY.centerPage
{
	text-align:center;
}

.leftAlign
{
	float:left;
	text-align:left;}

