@charset "utf-8";
/* CSS Document */

table {
	margin: 0px;
	padding: 0px;
}
th {
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 22px;
}
.td_padding_dashed {
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBE9ED;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
}
.td_padding_no_borders {
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 8px;
	border: none;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	vertical-align: top;
}
.td_padding_lr_border {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	border-bottom-style: none;
	font-weight: normal;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left-style: none;
}
.td_padding_lr_border_black {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	border-bottom-style: none;
	font-weight: normal;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left-style: none;
	color: #000000;
}
.th_sub_header {
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 8px;
	font-size: 14px;
	height: 22px;
	background-color: #FC3;
}
#th_left3col {
	background-image: url(../img/th_left3col.gif);
	background-repeat: no-repeat;
}
#th_img {
	background-image: url(../img/table_header_border_orange.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 579px;
}
#th_img_orange_bg {
	height: 22px;
	width: 579px;
	background: url(../img/table_header_yellow.gif) no-repeat;
	color: #000000;
	font-weight: bold;
}
#th_img_orange_bg_higher {
	height: 36px;
	width: 579px;
	background: url(../img/table_header_tall_yellow.gif) no-repeat;
	color: #000000;
}
#th_img_orange_bg_full {
	height: 42px;
	width: 579px;
	color: #000000;
	background-image: url(../img/table_header_slidvid.gif);
	background-repeat: no-repeat;
}
#th_img_orange_bg_full_fr {
	height: 42px;
	width: 579px;
	color: #000000;
	background-image: url(../img/table_header_slidvid_fr.gif);
	background-repeat: no-repeat;
}
.td_padding {
	padding: 2px 2px 2px 8px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 14px;
}
.td_padding_white_under {
	padding: 2px 2px 2px 8px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-weight: normal;
	font-size: 14px;
}
.td_padding_white_under_black_over {
	padding: 2px 2px 2px 8px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: inset;
	border-top-color: #000000;
}
#table_margin_left {
	margin-left: 2px;
}
#slim_top_table_img {
	height: 5px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url(../img/top_img_slim.gif);
	background-repeat: no-repeat;
}
#slim_bot_table_img {
	background-image: url(../img/bot_img_slim.gif);
	background-repeat: no-repeat;
	height: 5px;
	margin: 0px;
	padding: 0px;
}
#slim_top_table_img_wide {
	height: 5px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url(../img/top_img_wide.gif);
	background-repeat: no-repeat;
}
#slim_bot_table_img_top_wide {
	background-image: url(../img/bot_img_wide_lt_grey.gif);
	background-repeat: no-repeat;
	height: 5px;
	margin: 0px;
	padding: 0px;
}
#slim_bot_table_img_top {
	background-image: url(../img/top_img_slim_bot.gif);
	background-repeat: no-repeat;
	height: 5px;
	margin: 0px;
	padding: 0px;
}
.td_padding_align_right {
	padding: 5px 2px 5px 2px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #000;
}

.td_padding_align_right_noborders {
	padding: 5px 2px 5px 2px;
	border-bottom-width: 1px;
	text-align: right;
	color: #000;
}


.td_padding_align_left {
	padding: 5px 2px 5px 4px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #000;
}
.td_padding_align_left_bold {
	padding: 5px 2px 5px 4px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #000;
	font-weight: bold;
}
.td_padding_align_left_no_bold {
	padding: 5px 2px 5px 4px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #000;
}
#th_mid3col {
	background-image: url(../img/th_mid3col.gif);
	background-repeat: no-repeat;
}
#th_right3col {
	background-image: url(../img/th_right3col.gif);
	background-repeat: no-repeat;
}
.td_padding_white_txt {
	padding: 2px 2px 2px 8px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-weight: normal;
	font-size: 14px;
}
#td_padding_no_border {
	color: #000000;
	padding: 2px 2px 2px 8px;
}
#td_padding_no_border_white_txt {
	color: #FFF;
	padding: 2px 2px 2px 8px;
}
.altRowColor {
	background-color: #999;
}
.altRowColor_ccc {
	background-color: #CCC;
}

