
.Header-txt
{
	font-family:Verdana,Tahoma,Arial;
	font-size:12px;
	font-weight:bold;
	color:#1b4051;
}

.Container_Bg
{
	background-color:#f2f2f2;
	background-image:url(images/Container_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
.Container_BgBottom
{
	background-image:url(images/Container_bgBottom.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
}
/*ContainerRadius*/
.Title_Radius{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#027dbb;

}
.ContainerRadius_TopCenter
{
	background-image:url(images/ContainerRadius_TopCenter.png);
	background-repeat:repeat-x;
	background-position:top left;
	height:40px;
}
.ContainerRadius_TopLeft
{
	background-image:url(images/ContainerRadius_TopLeft.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:40px;
	width:22px;
	background-color:transparent;
}

.ContainerRadius_TopRight
{
	background-image:url(images/ContainerRadius_TopRight.png);
	background-repeat:no-repeat;
	background-position:top Right;
	height:40px;
	width:22px;
	background-color:transparent;
}
.ContainerRadius_Left
{
	background-image:url(images/ContainerRadius_Left.png);
	background-repeat:repeat-y;
	background-position:top Left;
	width:22px;
}
.ContainerRadius_Right
{
	background-image:url(images/ContainerRadius_Right.png);
	background-repeat:repeat-y;
	background-position:top right;
	width:22px;
}
.ContainerRadius_BottomCenter
{
	background-image:url(images/ContainerRadius_BottomCenter.png);
	background-repeat:repeat-x;
	background-position:bottom left;
	height:17px;
}
.ContainerRadius_BottomLeft
{
	background-image:url(images/ContainerRadius_BottomLeft.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:17px;
	width:22px;
}

.ContainerRadius_BottomRight
{
	background-image:url(images/ContainerRadius_BottomRight.png);
	background-repeat:no-repeat;
	background-position:bottom Right;
	height:17px;
	width:22px;
}