/* CSS Document */

.news_table
{
	border-collapse:collapse;
	height:32px;
	width:466px;
}
.news_table td#block_1
{
	background:url(../images/home/news_bar_left.png) top right no-repeat;
	height:32px;
	padding:0px;
	width:5px;
}
.news_table td#block_2
{
	background:url(../images/home/news_bar_middle.png) repeat-x;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
	height:32px;
	text-align:center;
	vertical-align:middle;
}
.news_table td#block_2 td#news_title
{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding-bottom:7px;
	width:50px;
}
.news_table td#block_2 td#news_body
{
	padding-bottom:7px;
}
.news_table td#block_2 td#news_body a
{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.news_table td#block_2 td#news_arrow
{
	padding-left:10px;
	width:20px;
}
.news_table td#block_3
{
	background:url(../images/home/news_bar_right.png) no-repeat;
	height:32px;
	padding:0px;
	width:9px;
}

.news_box
{
	background-color:#000000;
	border-collapse:collapse;
	border:2px solid #FFFFFF;
	width:452px;
}
.news_box td
{
	color:#FFFFFF;
	border-top:1px solid #666666;		
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:25px;
	padding-left:10px;
}
.news_box td a
{
	color:#FFCC00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}
.news_box td a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}

/*
.news_box
{
	border-collapse:collapse;
	width:468px;
}
.news_box td#top_left
{
	background:url(../images/home/news_box_top_left.png) bot right no-repeat;
	height:3px;
	width:5px;
}
.news_box td#top
{
	background:url(../images/home/news_box_top.png) bot repeat-x;
	height:3px;
	width:1px;
}
.news_box td#top_right
{
	background:url(../images/home/news_box_top_right.png) top left no-repeat;
	height:3px;
	width:9px;
}
.news_box td#left
{
	background:url(../images/home/news_box_left.png) right repeat-y;
	height:1px;
	width:5px;
}
.news_box td#right
{
	background:url(../images/home/news_box_right.png) left repeat-y;
	height:1px;
	width:9px;
}
.news_box td#box_body
{
	background-color:#000000;
	color:#FFFFFF;
}
.news_box td#bot_left
{
	background:url(../images/home/news_box_bot_left.png) top right no-repeat;
	height:9px;
	width:5px;
}
.news_box td#bot
{
	background:url(../images/home/news_box_bot.png) top repeat-x;
	height:9px;
	width:1px;
}
.news_box td#bot_right
{
	background:url(../images/home/news_box_bot_right.png) top left no-repeat;
	height:9px;
	width:9px;
}
*/

.main_table
{
	border-collapse:collapse;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	width:100%;
}
.main_table th
{
}
.main_table td#sub_menu
{
	padding:10px;
	vertical-align:top;
	width:200px;
}
.main_table td#sub_menu div
{
	background:#DDDDDD;
	color:#000000;
	width:100%;
}
	
.main_table td#sub_body
{
	background-color:#FFFFFF;
	padding:5px;
	text-align:left;
	vertical-align:top;
}
.main_table td#sub_body h1
{
	border-bottom:1px solid #00003A;
	font-size:24px;
	text-align:left;
}
.main_table td#sub_body h2
{
	color:#00003A;
	font-size:18px;
	text-align:left;
}
.main_table td#sub_body p,
.main_table td#sub_body li
{
	font-size:12px;
	text-align:left;
}

.section_container
{
	height:100%;
}


.flash_table
{
}
.flash_table td#top_left
{
	background-color:#000000;
	height:0px;
	width:0px;
}
.flash_table td#top
{
	background-color:#000000;
	height:0px;
}
.flash_table td#top_right
{
	background-image:url(../images/sub_menu_top_right.png);
	background-repeat:no-repeat;
	height:5px;
	width:5px;
}
.flash_table td#left
{
	background-color:#000000;
	width:0px;
}
.flash_table td#body
{
	background-color:#000000;
	padding-right:0px;
	text-align:right;
	height:342px;
	width:466px;
}
.flash_table td#right
{
	background-image:url(../images/sub_menu_right.png);
	background-position:left;
	background-repeat:repeat-y;
	width:4px;
}
.flash_table td#bot_left
{
	background-image:url(../images/sub_menu_bot_left.png);
	height:6px;
	width:6px;
}
.flash_table td#bot
{
	background-image:url(../images/sub_menu_bot.png);
	background-position:top;
	background-repeat:repeat-x;
	height:3px;
}
.flash_table td#bot_right
{
	background-image:url(../images/sub_menu_bot_right.png);
	background-repeat:no-repeat;
	height:5px;
	width:6px;
}