/* CSS Document */

/* News: Begin Latest News List Table Def Section */

	/* Begin Table Top Section */
	#content td.table_top {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 12px;
		color: #000000;
		}

	#content td.table_top_left {
		text-align: left;
		padding-bottom: 5px;
		}

	#content td.table_top_center {
		text-align: center;
		padding-bottom: 5px;
		}

	#content td.table_top_right {
		text-align: right;
		padding-bottom: 5px;
		}
		
	#content td.table_top_left a, #content td.table_top_center a, #content td.table_top_right a{
		color: #000FFF;
		}
		
	#content td.table_top_left a:hover, #content td.table_top_center a:hover, #content td.table_top_right a:hover{
		color: #000000;
		}
	/* End Table Top Section */

#content table.newstable {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	color: #000000;
	border-collapse: collapse;
	border-spacing: 0px;
	background: transparent;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	}

	/* News: Begin Latest News Head Section */

	#content td.newsheadline_head, #content td.newsdate_head, #content td.newsheadline_head_h, #content td.newsdate_head_h {
		font-weight: bold;
		color: #FFFFFF;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	#content td.newsheadline_head, #content td.newsdate_head {
		background-color: #003399;
	}

	#content td.newsheadline_head_h, #content td.newsdate_head_h {
		background-color: #0033CC;
	}

	#content td.newsdate_head, #content td.newsdate_head_h {
		border-left: 2px solid #666666;
		text-align: center;
	}
	
	#content td.newsheadline_head, #content td.newsheadline_head_h {
		border-right: 2px solid #666666;
	}

	#content td.newsdate_head a, #content td.newsheadline_head a, #content td.newsdate_head_h a, #content td.newsheadline_head_h a {
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
	}

	#content td.newsdate_head a:hover, #content td.newsheadline_head a:hover, #content td.newsdate_head_h a:hover, #content td.newsheadline_head_h a:hover {
		text-decoration: underline;
	}

	/* News: End Latest News Head Section */

	/* News: Begin non-highlit / normal rows section */

	#content td.newsheadline, #content td.newsdate {
		border-bottom: 1px solid #666666;
		background-color: #FFFFFF;
		padding-left: 5px;
		padding-bottom: 5px;
		padding-right: 5px;
		padding-top: 5px;
	}

	#content td.newsdate {
		text-align: center;
	}

	#content td.newsdate {
		border-left: 2px solid #666666;
	}

	#content td.newsheadline {
		border-right: 2px solid #666666;
	}

	/* News: End non-highlit / normal rows section */

	/* News: Begin Highlit rows section */
	
	#content td.newsheadline_h, #content td.newsdate_h {
		border-bottom: 1px solid #666666;
		background-color: #E9E9E9;
		padding-left: 5px;
		padding-bottom: 5px;
		padding-right: 5px;
		padding-top: 5px;
	}

	#content td.newsdate_h {
		text-align: center;
	}

	#content td.newsdate_h {
		border-left: 2px solid #666666;
	}

	#content td.newsheadline_h {
		border-right: 2px solid #666666;
	}

	/* News: End Highlit rows section */


	/* News: Begin link colors and link hover colors for non-header table cells */

		/*Blue link*/
	#content td.newsheadline a, #content td.newsheadline_h a {
		color: #0000FF;
		text-decoration: none;
	}

		/*Black link mouseover*/
	#content td.newsheadline a:hover, #content td.newsheadline_h a:hover {
		color: #000000;
		text-decoration: underline;
	}

		/*Black link*/
	#content td.newsdate a {
		color: #000000;
		text-decoration: none;
	}

		/*Blue link mouseover*/
	#content td.newsdate a:hover {
		color: #0000FF;
		text-decoration: underline;
	}

	/* News: End Link colors and link hover colors for non-header table cells */

	/* Begin Table Header Cells Definition Section */

	#content td.tableinfo_head {
		background-color: #333333;
		font-weight: bold;
		color: #FFFFFF;
		padding-left: 5px;
		padding-bottom: 5px;
		padding-right: 5px;
		padding-top: 5px;
		border-left: 2px solid #666666;
		border-right: 2px solid #666666;
		border-top: 2px solid #666666;
	}

	/* Begin Table Image Definition Secion */	

	#content table img{
		border: none;
		padding: 0;
		}

	/* End Table Image Definition Secion */

	/* Begin Table Footer Definition Section */

	#content td.table_foot {
		background-color: #003399;
		font-weight: bold;
		color: #FFFFFF;
		padding-left: 5px;
		padding-bottom: 5px;
		padding-right: 5px;
		padding-top: 5px;
		border-left: 2px solid #666666;
		border-right: 2px solid #666666;
		border-bottom: 2px solid #666666;
	}
	
	#content td.table_foot a{
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#content td.table_foot a:hover{
		text-decoration: underline;
	}

	#content td.table_foot_buttons {
		text-align: right;
		padding-left: 5px;
		padding-bottom: 5px;
		padding-right: 5px;
		padding-top: 5px;
	}
	
	#content td.table_foot_links {
		text-align: right;
		padding-left: 5px;
		padding-bottom: 5px;
		padding-right: 5px;
		padding-top: 5px;
	}

	#content td.table_foot_links a{
		color: #0000FF;
	}

	#content td.table_foot_links a:hover{
		color: #000000;
	}

	/* End Table Footer Definition Section */
	
/* News: End Latest List Table Def Section */
