/* START Container Style*/
.TitleBlueBorder  {
	font-size: 14px;
	font-weight: bold;
	color: #2076b0;
	padding-top:0px;
	padding-left: 3px;
	transform:uppercase;
	vertical-align:middle;
}
.BlueBorderWidth {
	width: 100%;
	margin-bottom:5px;
}
.BlueBorderContent {
	padding:3px;
	vertical-align: top;
}
.BlueBorderContentbkgrd {
	vertical-align: top;
	background-color:#01245c;
}

.BlueBorderTopLeftCorner {
    width: 5px;
	height: 5px;	
	background: url(Images/D09_C_01.png);
	background-repeat:no-repeat;
}

.BlueBorderTopMIddle {
    transform:uppercase;
	background: url(Images/D09_C_03.png);
	background-repeat: repeat-x;
}

.BlueBorderTopRightCorner {
    width: 5px;
	height: 5px;
	background: url(Images/D09_C_05.png);
	background-repeat: no-repeat;
}

.BlueBorderLeftSide {
	width: 5px;
	background: url(Images/D09_C_09.png);
	background-repeat: repeat-y;
}
.BlueBorderRightSide {
	width: 5px;
	background: url(Images/D09_C_10.png);
	background-repeat: repeat-y;
}

.BlueBorderBottomLeftCorner {
    width: 5px;
	height: 5px;
	background: url(Images/D09_C_13.png);
	background-repeat: no-repeat;
}

.BlueBorderBottomMiddle {
    height: 5px;
	background: url(Images/D09_C_15.png);
	background-repeat: repeat-x;
}

.BlueBorderBottomRightCorner {
    width: 5px;
	height: 5px;
	background: url(Images/D09_C_17.png);
	background-repeat: no-repeat;
}
/* END Container Style*/


