/*========================================================*/
/*  Default Container Headings                            */
/*========================================================*/
/*-- Heading # 1 --*/ .cnt1_heading  { FONT-WEIGHT: bold; FONT-SIZE: 24px; COLOR: #000000; font-family: Georgia, Georgia, "Times New Roman", Times, serif;;} 
				 .cnt1_heading span  { COLOR: #cc0200;}
/*-- Heading # 2 --*/ .cnt2_heading  { FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #96a501; FONT-FAMILY: Georgia, Georgia, "Times New Roman", Times, serif;;}
/*-- Heading # 3 --*/ .cnt3_heading  { FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #1063a9; FONT-FAMILY: "Trebuchet MS";}
/*-- Heading # 4 --*/ .cnt4_heading  { FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #00a001; FONT-FAMILY: "Trebuchet MS";}
/*-- Heading # 5 --*/ .cnt5_heading  { FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #FFFFFF; FONT-FAMILY: "Trebuchet MS";}
/*-- Heading # 6 --*/ .cnt6_heading  { FONT-WEIGHT: normal; FONT-SIZE: 24px; COLOR: #1063a9; FONT-FAMILY: "Trebuchet MS";}

/*-------------------------------------------*/
/*-------------ContentPane Class-------*/
/*-------------------------------------------*/

.ContentPane  {	FONT-WEIGHT: normal;	FONT-SIZE: 11px; COLOR: #1c378e; FONT-FAMILY: Georgia, "Times New Roman", Times, serif; text-decoration: none;	line-height:1.5;}
.ContentPane ul, .ContentPane li { FONT-WEIGHT: normal;	FONT-SIZE: 11px; COLOR: #1c378e; FONT-FAMILY: Georgia, "Times New Roman", Times, serif; list-style-type: disc;	COLOR: #1c378e; line-height:1.5;}
.ContentPane td  {	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #1c378e; FONT-FAMILY: Georgia, "Times New Roman", Times, serif; text-decoration: none;	line-height:1.5;}
.ContentPane p  {	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #1c378e; FONT-FAMILY: Georgia, "Times New Roman", Times, serif; text-decoration: none;	line-height:normal;	margin:0px;	padding:7px 0px;}

/*--- LINK ---*/

.ContentPane A:link, .ContentPane A:visited, .ContentPane A:active{	text-decoration: underline;	COLOR: #2da3ff;}
.ContentPane A:hover{ text-decoration: none; COLOR: #2da3ff;}

