/* Styles for Containers  */

.RedContainerTitleWhiteTitle {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.RedContainerTitleWhiteWidth {
	width: 100%;
}
.RedContainerTitleWhiteHeader {
   background-image:url(images/RedContainer_02.jpg);
   background-position:top;
   background-repeat:repeat-x;
}
.RedContainerTitleWhiteLine {
   background-image: url(images/RedContainer_06.jpg);
   background-position:top;
   background-repeat:repeat-x;
}
.RedContainerTitleWhiteSideImage {
   background: url(images/RedContainer_08.jpg);
   background-position:top right;
   background-repeat:no-repeat;
}  
.RedContainerTitleWhiteContentpane {
	text-align: left;
	vertical-align: top;
	padding: 1px;
}
.RedContainerTitleWhiteBottomFade {
   background-image: url(images/RedContainer_16.jpg);
   background-position:top;
   background-repeat:repeat-x;
   width:100%;
}
.RedContainerTitleWhitebg {
	background:#480000 url(images/RedContainer_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;}

