.c1_style1 {
	background-image: url('c1_right_bg.jpg');
	background-repeat: repeat-y;
}
.c1_style2 {
	background-image: url('c1_left_bg.jpg');
	background-repeat: repeat-y;
}
.c1_style3 {
	background-image: url('c1_top_bg.jpg');
	background-repeat: repeat-x;
}
.c1_style4 {
	background-image: url('c1_bot.jpg');
	background-repeat: repeat-x;
}
.c1_style5 {
	background-color: #ececec;
}
.c1_style6 {
	background-image: url('c1_title_bg.jpg');
	background-repeat: repeat-x;
	height: 22px;
}

.c1_title {
	font-family: Tahoma;
	color: #024d9c;
	font-size: 9pt;
	font-weight: bold;
}

.c1_title:link {
	font-family: Tahoma;
	color: #024d9c;
	font-size: 9pt;
	font-weight: bold;
}

.c1_title:hover {
	font-family: Tahoma;
	color: #024d9c;
	font-size: 9pt;
	font-weight: bold;
}

.c1_title:active {
	font-family: Tahoma;
	color: #024d9c;
	font-size: 9pt;
	font-weight: bold;
}

.c1_title:visited {
	font-family: Tahoma;
	color: #024d9c;
	font-size: 9pt;
	font-weight: bold;
}

/* Container 2 (Blue) Styles */

.c2_style1 {
	background-image: url('c2_topbg.jpg');
	background-repeat: repeat-x;
}
.c2_style2 {
	background-image: url('c2_botbg.jpg');
	background-repeat: repeat-x;
}
.c2_style3 {
	background-image: url('c2_leftbg.jpg');
	background-repeat: repeat-y;
}
.c2_style4 {
	background-image: url('c2_rightbg.jpg');
	background-repeat: repeat-y;
}
.c2_style5 {
	background-color: #e4efff;
	background-image: url('c2_titlebg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}

.c2_title {
	font-family: Tahoma;
	color: #ee3338;
	font-size: 9pt;
	font-weight: bold;
}

.c2_title:link {
	font-family: Tahoma;
	color: #ee3338;
	font-size: 9pt;
	font-weight: bold;
}

.c2_title:hover {
	font-family: Tahoma;
	color: #ee3338;
	font-size: 9pt;
	font-weight: bold;
}

.c2_title:active {
	font-family: Tahoma;
	color: #ee3338;
	font-size: 9pt;
	font-weight: bold;
}

.c2_title:visited {
	font-family: Tahoma;
	color: #ee3338;
	font-size: 9pt;
	font-weight: bold;
}

/* Gray 2 Container */
.gray_header{
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.gray_header:link{
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}