/* CSS Document */


.box_large_title {
	font-weight: bold !important;
	color: #FFFFFF !important;;
	padding:3px 9px 3px 9px !important;;
}
.box_large_title  A {
	text-decoration: none;
	font-weight: bold !important;
	color: #FFFFFF !important;;
}
.box_large_contents {
	color: #FFFFFF !important;;
	padding: 4px 0px 4px 0px;
}

.box_large_ul li {
	background-image: url('/new/images/marker_3.gif');
	background-position: 0% 4px;
	background-repeat: no-repeat;
	font-size:11px;
	margin:0px 0px 3px 0px; 
	padding:0 0 0 10px;
	height:13px;
	line-height:12px;
	color: #FFFFFF;
}

.box_large_ul li a {
	color: #FFFFFF;
	font-size:11px;
	text-decoration: none;

}

.box_large_ul li a:hover {
	color: #FFFFFF;
	font-size:11px;
	text-decoration: underline;
}

/*** Box ***/
.box_title {
	font-weight: bold !important;
	color: #FFFFFF !important;;
	padding:6px 6px 6px 6px !important;;
}


/*** Blue Box ****/
.box_blue  {
	padding: 0px 7px 0px 6px;
	background-color: #88B1C3;
}

.box_blue .box_line {
	background-color: #6F93A3;
}

.box_blue TD  {
	color:#4C4D4D;
	line-height:14px;
}

/*** Green Box ***/
.box_green {
	padding: 0px 7px 0px 6px;
 	background-color: #2A6BAC;
}

.box_green .box_line {
	background-color: #C6C6C6;
}

.box_green TD  {
	color:#4C4D4D;
	line-height:14px;
}

.box_green SPAN {
	color:#30536F;
	font-weight:600;
}

/*** Fade Box ***/

.box_fade {

}

.box_fade_top_left {
	background:url('/new/images/corner_1_t_l.gif') left top no-repeat;
}

.box_fade_top_center {
	background:url('/new/images/bg_corner_1_t.gif') left top repeat-x;

}

.box_fade_top_right {
	background:url('/new/images/corner_1_t_r.gif') left top no-repeat;
}

.box_fade_center_left {
	background:url('/new/images/bg_corner_1_l.gif') left top repeat-y;
}

.box_fade_center_right {
	background:url('/new/images/bg_corner_1_r.gif') left top repeat-y;
}

.box_fade_bottom_left {
	vertical-align: top;
	background:url('/new/images/corner_1_b_l.gif') left top no-repeat;
}
.box_fade_bottom_right {
	vertical-align: top;
	background:url('/new/images/corner_1_b_r.gif') left top no-repeat;
}

.box_fade_bottom_center {
	background:url('/new/images/bg_corner_1_b.gif') left top repeat-x;
}