A {     
	font-family: Trebuchet MS;
	font-size: 9px;
    Color : Navy; font-weight: bold;
	text-decoration : none;
}
A:hover { 
    font-family: Trebuchet MS;
	font-size: 9px;
	Color : Navy; font-weight: bold;
	text-decoration : underline;
}
.AnchorSelected
{
    font-family: Trebuchet MS;
	font-size: 14px;
	Color: #66749d;
	font-weight: bold;
}
.AnchorSelectedLong
{
    font-family: Trebuchet MS;
	font-size: 12px;
	Color: #66749d;
	font-weight: bold;
}

.normal {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #000000;
}
.caption {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
}
.captionWhiteB
{
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.headerStyleCSS {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #909090;  
}
.itemStyleCSS
{
	font-family: Trebuchet MS;
	font-size: 10px;
	font-weight: bold;
	color: Gray;
}
.alternatingStyleCSS
{
	font-family: Trebuchet MS;
	font-size: 10px;
	font-weight: bold;
	color: LightGray;
}
.linkButton
{
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	text-decoration: underline; 
	color: Blue;
}
.middleCaption 
{
	font-family: Tahoma;
	font-size: 11px;
    Color : #CC3300; font-weight: bold;
	text-decoration : none;
}
.reportCaption
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.reportTitle
{
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.captionWOBold {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: normal; 
	color: #000000;
}
.loginLabelHeadWhiteB
{
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	color: White;
}
.loginLabelHeadBlackB
{
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	color: Black;
}
.loginLabelHeadGrayB
{
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	color: Gray;
}
.loginLabel
{
	font-family: Trebuchet MS;
	font-size: 10px;
	font-weight: bold;
	color: Gray;
}
.loginLabelHead1
{
	font-family: Trebuchet MS;
	font-size: 10px;
	font-weight: bold;
}
.loginLabelHead2
{
	font-family: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
}
.loginLabel1
{
	font-family: Trebuchet MS;
	font-size: 10px;
}
.textBoxBorder
{
	background-color: #B4B9CD;
	font-family: Trebuchet MS;
	font-size: 12px;
}
.loginLabelHead3
{
	font-family: Trebuchet MS;
	font-size: 30px;
	font-weight: bold;
	color: White;
	background-color: #66749d;
}
.loginLabelHead4
{
	font-family: Trebuchet MS;
	font-size: 10px;
	font-weight: bold;
	color: White; 
	background-color: #66749d;
}

/* old color : green, new color: blue */

.greenBackground
{
	background-color:#66749d;
	border-color:#66749d;
	border-style:solid;
	border-width:10pt;   
}

.columnAlign
{
	height: 20;
	vertical-align: bottom;
}
.grayBackground
{
	background-color: #E9E9E9;
	border-color: #E9E9E9;
	border-style: solid;
	border-width: 10pt;   
} 
.captionGray {
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: bold;
	color: Gray;
}
.captionLightGray {
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: bold;
	color: #C0C0C0;
}
.errorMessage
{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: Aqua;
 }
.package {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: normal; 
	color: Black;
}
.balloonstyle
{
	position:			absolute;
	padding:			5px;
	visibility:			hidden;
	border:				1px solid gray;
	font:				normal 12px Verdana;
	line-height:		18px;
	z-index:			10000;
	background-color:	#ededed;
	overflow-x:         auto;
	overflow-y:         auto;
	top:				-1000px;
	left:				-1000px;
	filter:				progid:DXImageTransform.Microsoft.Shadow(color=#96A8BA,direction=135,Strength=5);
}
.iballoonstyle
{
	position: absolute;
    z-index: 10;
    display: none;
}
#arrowhead
{
	z-index:	9999;
	position:	absolute;
	top:		-1000px;
	left:		0;
	visibility:	hidden;
}


