/*  Default Container Headings                            */
/*========================================================*/

/*-- Heading # 1              			--*/ .cnt1_heading  {  FONT-WEIGHT: normal; FONT-SIZE: 16px; COLOR: #FFFFFF; font-family: Arial;  }
/*-- Heading # 2              			--*/ .cnt2_heading  {  FONT-WEIGHT: normal; FONT-SIZE: 16px; COLOR: #FFFFFF; font-family: Arial;  }
/*-- Heading # 3              			--*/ .cnt3_heading  { FONT-WEIGHT: normal; FONT-SIZE: 16px; COLOR: #FFFFFF; font-family: Arial;  }
/*-- Heading # 4              			--*/ .cnt4_heading  {  FONT-WEIGHT: normal; FONT-SIZE: 16px; COLOR: #FFFFFF; font-family: Arial;  }
/*-- Heading # 5              			--*/ .cnt5_heading  {  FONT-WEIGHT: normal; FONT-SIZE: 16px; COLOR: #FFFFFF; font-family: Arial;  }
/*-- Heading # 6              			--*/ .cnt6_heading  { FONT-WEIGHT: normal; FONT-SIZE: 16px; COLOR: #FFFFFF; font-family: Arial;  }

/*========================================================*/

.ContentPane  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #D7E3EA;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height:1.2;
}
.ContentPane li {
	list-style-type: disc;
	COLOR: #D7E3EA;
	line-height:1.5;
}
.ContentPane ul {
	list-style-type: disc;
	COLOR: #D7E3EA;
	line-height:1.5;
}

.ContentPane td  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height:1.2;
}

.ContentPane p  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #D7E3EA;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height:1.2;
}

.text-black  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height:1.2;
}
.text-black li {
	list-style-type: disc;
	COLOR: #000000;
	line-height:1.5;
}
.text-black ul {
	list-style-type: disc;
	COLOR: #000000;
	line-height:1.5;
}

.text-black td  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height:1.2;
}

.text-black p  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height:1.2;
}
.text-black-heading {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #000000;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	padding-left:5px;
 }


/*--- LINK ---*/

.ContentPane A:link
{
	text-decoration: none;
	COLOR: #D7E3EA;
}

.ContentPane A:visited
{
	text-decoration: none;
	COLOR: #D7E3EA;
}

.ContentPane A:hover
{
	text-decoration: underline;
	COLOR: #FFFFFF;
}

.ContentPane A:active
{
	text-decoration: none;
	COLOR: #D7E3EA;
}


/*-------------------------------------------*/

/*-- header --*/
.header {
	background-image: url(header.png);
	background-repeat: no-repeat;
	width:915px;
	height:204px;
}

/*---------- Container 1 ----------*/

/*-- cnt1_lefttop --*/
.cnt1_lefttop {
	background-image: url(cnt1-left-top.png);
	background-repeat: no-repeat;
	width:14px;
	height:14px;
}

/*-- cnt1_top --*/
.cnt1_top {
	background-image: url(cnt1-top.png);
	background-repeat: repeat-x;
	height:14px;
}

/*-- cnt1_righttop --*/
.cnt1_righttop {
	background-image: url(cnt1-right-top.png);
	background-repeat: no-repeat;
	width:14px;
	height:14px;
}

/*-- cnt1_left --*/
.cnt1_left {
	background-image: url(cnt1-left.png);
	background-repeat: no-repeat;
	width:14px;
}

/*-- cnt1_mid --*/
.cnt1_mid {
	background-image: url(cnt1-mid.png);
	background-repeat: repeat-x;
}

/*-- cnt1_right --*/
.cnt1_right {
	background-image: url(cnt1-right.png);
	background-repeat: no-repeat;
	width:14px;
}



/*-------------------------------------------*/



/*---------- Container 3 ----------*/

/*-- cnt3_lefttop --*/
.cnt3_lefttop {
	background-image: url(cnt3-left-top.png);
	background-repeat: no-repeat;
	width:14px;
	height:14px;
}

/*-- cnt3_top --*/
.cnt3_top {
	background-image: url(cnt3-top.png);
	background-repeat: repeat-x;
	height:14px;
}

/*-- cnt3_righttop --*/
.cnt3_righttop {
	background-image: url(cnt3-right-top.png);
	background-repeat: no-repeat;
	width:14px;
	height:14px;
}

/*-- cnt3_left --*/
.cnt3_left {
	background-image: url(cnt3-left.png);
	background-repeat: repeat-y;
	width:14px;
}

/*-- cnt3_mid --*/
.cnt3_mid {
	background-image: url(cnt3-mid.png);
}

/*-- cnt3_right --*/
.cnt3_right {
	background-image: url(cnt3-right.png);
	background-repeat: repeat-y;
	width:14px;
}

/*-- cnt3_leftbottom --*/
.cnt3_leftbottom {
	background-image: url(cnt3-left-bottom.png);
	background-repeat: no-repeat;
	width:14px;
	height:14px;
}

/*-- cnt3_bottom --*/
.cnt3_bottom {
	background-image: url(cnt3-bottom.png);
	background-repeat: repeat-x;
	height:14px;
}

/*-- cnt3_rightbottom --*/
.cnt3_rightbottom {
	background-image: url(cnt3-right-bottom.png);
	background-repeat: no-repeat;
	width:14px;
	height:14px;
}

/*-------------------------------------------*/






