/* CSS Document for right panel*/
.rightPanel
{
	vertical-align:top;
	width:180px;
	height:22px;
}
.rightPanelLinks 
{
	color: #1D7CC6;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;


}
.rightPanelLeft
{
	background:url(../_images/_site/RightPanelLeft.gif);
	width:7px;
	height:22px;
}
.rightPanelBackground
{
	background:url(../_images/_site/RigtPanelBackground.gif);
	width:148px;
	height:22px;
}
.rightPanelRight
{
	background:url(../_images/_site/rightPanelRight.gif);
	width:21px;
	height:22px;
}
.rightPanelTopRight
{
	background:url(../_images/_site/rightPanelTopRight.gif);
	width:4px;
	background-repeat:no-repeat;
}
.rightPanelVerticalLeft
{
	background:url(../_images/_site/rightPanelVerticalLeft.gif);
	background-repeat:repeat-y;
}
.rightPanelRightLine
{
	background:url(../_images/_site/rightPanelRightLine.gif);
}
.rightPanelLeftCorner
{
	background:url(../_images/_site/rightPanelLeftCorner.gif);
	background-repeat:no-repeat;
}
.rightPanelRightCorner
{
	background:url(../_images/_site/rightPanelRightCorner.gif);
	background-repeat:no-repeat;
}
.rightPanelBottom
{
	background:url(../_images/_site/rightPanelBottom.gif);
	background-repeat:repeat-x;
}
.rightPanelText
{
	padding-left:4px;
	padding-top:3px;
	font-size:12px;
	color:#3D3D3D;
	padding-top:5px;
}

.rightPanelLinks A:link
{
	color: #1D7CC6;
}
.rightPanelLinks A:active
{
	color: #1D7CC6;
}
.rightPanelLinks A:visited
{
	color: #1D7CC6;
}
.rightPanelLinks A:hover
{
	color: #1D7CC6;
}
.rightPanelPad
{
	padding-top:10px;
}
.panelText
{
   font-size:12px;
   color:#003366;

}
