	*
	{
		padding: 0px;
		margin: 0px;
		/*border: 1px solid red;*/
		outline: none;
	}

	html
	{
		width: 100%;
		height: 100%;
		overflow: auto;
	}

	body
	{
		width: 100%;
		height: 100%;
		background: white;
		font: 14px/1.7  Georgia,"Nimbus Roman No9 L",serif
	}

	table
	{
		border-collapse: collapse;
		border-spacing: 0;
	}

	a img
	{
		border: none;
	}

	#main-table
	{
		margin: 0 auto;
		/*border: 1px solid lime;*/
		width: 1170px;
		height: 100%;
		background: transparent url('/images/bg.png') no-repeat top center;
	}

	#logo
	{
		width: 250px;
		height: 139px;
		vertical-align: top;
	}

	#top_center
	{
		width: 669px;
		vertical-align: top;
	}

	#top_pic
	{
		margin: 8px 0px 4px 1px;
		width: 668px;
		height: 100px;
	}

	#font_header_right_table
	{
		font-size: 9pt;
		font-weight: 400;
		color: #FFFFFF;
		font-family: Georgia,"Nimbus Roman No9 L",serif;
	}
	#font_header_right_table a
	{
		color: #FFFFFF;
	text-decoration: none;
	
	}

	#top_menu
	{
		width: 530px;
		height: 20px;
	}

	#div_left
	{
		width: 100px;
		margin: 0px 0px 0px 0px;
		border-left: 3px solid #e3c359;
	}

	#border_col
	{
		border-left: 1px solid #e3c359;
		border-right: 1px solid #e3c359;
	}

	#center_body_table
	{
		width: 630px;
		height: 100%;
	}

	#footer_left
	{
		height: 90px;
	}

	#body_table
	{
		width: 1130px;
		height: 100%;

	}


	#footer_table
	{
		background: transparent url('/images/bgf.png') no-repeat top center;
		height: 100%;
		width: 100%;
	}


	#body_table_caption
	{
		height: 33px;
		font-size: 15px;
		font-family: "Georgia,"Nimbus Roman No9 L",serif;
		vertical-align: top;
		font-weight: 600;
		color: black; /*#3b7255;*/
		/*text-align: left;*/
	}
	#body_table_caption a {
	text-decoration: none;
	color: black; /*color: #3b7255;*/
	}
	#body_table_caption a:hover {
		color: RGB(141, 22, 21);
	}
	
	
	#body_table_text
	{
		/*height: 100%;*/
		/*vertical-align: top;*/
		text-align: left;
		font-size: 12px;
		font-family: Georgia,"Nimbus Roman No9 L",serif;
		
		font-weight: 400;
		color: black;
		margin-left: 2px;
	}