/* Styles for Containers  */

.BlueContainerTitleLightBlueTitle {
	font-size: 14px;
	font-weight: bold;
	color: #2076b0;
}

.BlueContainerTitleLightBlueWidth {
	width: 100%;
}
.BlueContainerTitleLightHeader {
   background-image:url(images/BlueContainer_02.jpg);
   background-position:top;
   background-repeat:repeat-x;
}
.BlueContainerTitleLightLine {
   background-image: url(images/BlueContainer_06.jpg);
   background-position:top;
   background-repeat:repeat-x;
}
.BlueContainerTitleLightSideImage {
   background: url(images/BlueContainer_08.jpg);
   background-position:top right;
   background-repeat:no-repeat;
}  
.BlueContainerTitleLightBlueContentpane {
	text-align: left;
	vertical-align: top;
	padding: 1px;
}
.BlueContainerTitleLightBottomFade {
   background-image: url(images/BlueContainer_16.jpg);
   background-position:top;
   background-repeat:repeat-x;
   width:100%;
}
.BlueContainerTitleLightBluebg {
   background:#01245d url(images/BlueContainer_08_fade.jpg);
   background-position:top;
   background-repeat:repeat-x;
}

.bpad {
    padding-bottom:3px;
}

#WhiteLinkText {
   color:#ffffff;
}
#WhiteLinkText a:link{color:#ffffff; font-weight:bold;}
#WhiteLinkText a:visited{color:#ffffff; font-weight:bold;}
#WhiteLinkText a:hover{color:#ffffff; font-weight:bold; text-decoration:underline;}
#WhiteLinkText a:active{color:#ffffff; font-weight:bold; text-decoration:underline;}

