.containermaster {
	width: 100%;
	background-color: #ffffff;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}
.TitleTD, .V1TitleTD, .V2TitleTD, .V2TitleTD, .V3TitleTD, .V4TitleTD {
	padding: 0px 0px 0px 6px;
}
.MainTitleTD {
	padding: 0 0 0 0;
}
.MainContentTD {
	padding: 12px 0 0 0;
}

/* Banner Headings */
/*-------------------------------------------------------*/
/* Banner headings blue */
.BannerHeadBlue
{
	font-family:arial;
	font-size:15px;
	color:#ffffff;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	height: 15px;
	filter:glow(Color=#435482, Strength=1);
}

/* Banner headings silver */
.BannerHeadSilver
{
	font-family:arial;
	font-size:15px;
	color:#ffffff;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	height: 15px;
	filter:glow(Color=#6e6e6e, Strength=1);
}


/* Blue Box */
/*-------------------------------------------------------*/
/* outer table on blue container */ 
.BlueTable {
	width:100%;
}
/* top left corner */ 
.BlueTL {
	width:12px;
	height:12px;
/*	background: url(images/blue/contbanner-tl.gif) no-repeat bottom left;*/
}
/* top edge */ 
.BlueT {
	height:12px;
	/* background: url(images/blue/contbanner-t.gif) repeat-x bottom left; */
}
/* top right corner */ 
.BlueTR {
	width:12px;
	height:12px;
	/*background: url(images/blue/contbanner-tr.gif) no-repeat bottom right;*/
}
/* left edge */ 
.BlueL {
	width:12px;
	/*background: url(images/blue/contbanner-l.gif) repeat-y top left;*/
}
/* content area */ 
.BlueTM {
	background: #013676;
}
/* content area */ 
.BlueM {
	background: #013676;
	padding: 8px 8px 0 8px;
}
/* right edge */ 
.BlueR {
	width:12px;
/*	background: url(images/blue/contbanner-r.gif) repeat-y top right; */
}
/* bottom left corner */ 
.BlueBL {
	width:12px;
	height:12px;
/*	background: url(images/blue/contbanner-bl.gif) no-repeat top left; */
}
/* bottom edge */ 
.BlueB {
	height:12px;
/*	background: url(images/blue/contbanner-b.gif) repeat-x top left; */
}
/* bottom right corner */ 
.BlueBR {
	width:12px;
	height:12px;
	/* background: url(images/blue/contbanner-br.gif) no-repeat top right; */
}



/* Silver Box */
/*-------------------------------------------------------*/
/* outer table on silver container */ 
.SilverTable {
	width:100%;
}
/* top left corner */ 
.SilverTL {
	width:12px;
	height:12px;
	background: url(images/silver/contbanner-tl.gif) no-repeat bottom left;
}
/* top edge */ 
.SilverT {
	height:12px;
	background: url(images/silver/contbanner-t.gif) repeat-x bottom left;
}
/* top right corner */ 
.SilverTR {
	width:12px;
	height:12px;
	background: url(images/silver/contbanner-tr.gif) no-repeat bottom right;
}
/* left edge */ 
.SilverL {
	width:12px;
	background: url(images/silver/contbanner-l.gif) repeat-y top left;
}
/* content area */ 
.SilverTM {
	background: #b4b4b4;
}
/* content area */ 
.SilverM {
	background: #b4b4b4;
	padding: 8px 8px 0 8px;
}
/* right edge */ 
.SilverR {
	width:12px;
	background: url(images/silver/contbanner-r.gif) repeat-y top right;
}
/* bottom left corner */ 
.SilverBL {
	width:12px;
	height:12px;
	background: url(images/silver/contbanner-bl.gif) no-repeat top left;
}
/* bottom edge */ 
.SilverB {
	height:12px;
	background: url(images/silver/contbanner-b.gif) repeat-x top left;
}
/* bottom right corner */ 
.SilverBR {
	width:12px;
	height:12px;
	background: url(images/silver/contbanner-br.gif) no-repeat top right;
}

/* Yellow Box */
/*-------------------------------------------------------*/
/* outer table on yellow container */ 
.YellowTable {
	width:100%;
}
/* top left corner */ 
.YellowTL {
	width:12px;
	height:12px;
	background: url(images/yellow/contbanner-tl.gif) no-repeat bottom left;
}
/* top edge */ 
.YellowT {
	height:12px;
	background: url(images/yellow/contbanner-t.gif) repeat-x bottom left;
}
/* top right corner */ 
.YellowTR {
	width:12px;
	height:12px;
	background: url(images/yellow/contbanner-tr.gif) no-repeat bottom right;
}
/* left edge */ 
.YellowL {
	width:12px;
	background: url(images/yellow/contbanner-l.gif) repeat-y top left;
}
/* content area */ 
.YellowTM {
	background: #ecbb54;
}
/* content area */ 
.YellowM {
	background: #ecbb54;
	padding: 8px 8px 0 8px;
}
/* right edge */ 
.YellowR {
	width:12px;
	background: url(images/yellow/contbanner-r.gif) repeat-y top right;
}
/* bottom left corner */ 
.YellowBL {
	width:12px;
	height:12px;
	background: url(images/yellow/contbanner-bl.gif) no-repeat top left;
}
/* bottom edge */ 
.YellowB {
	height:12px;
	background: url(images/yellow/contbanner-b.gif) repeat-x top left;
}
/* bottom right corner */ 
.YellowBR {
	width:12px;
	height:12px;
	background: url(images/yellow/contbanner-br.gif) no-repeat top right;
}


