﻿.object_body
{
	background-color:#0099FF;
	background-image:url('background.gif');
	background-repeat:repeat-x;
	vertical-align:top;
	padding:0px;
	margin:0px;
	font-family:Arial;	
}

.table_page
{
	background-color:#FFFFFF;
	width:800px;
}

.cell_logo
{
	width:580px;
	height:100px;
	background-color:#FFFFFF;
	text-align:left;
	vertical-align:bottom;
	padding-bottom:10px;
}

.cell_logo_right
{
	width:220px;
	background-color:#CCCCCC;
}

.table_menu
{
	width:800px;
	height:30px;
	background:#E4E4E4;	
}

.cell_menu
{
	width:200px;
	background-color:Gray;
	text-align:center;
}

.link_menu
{
	font-size:12px;
	color:#CCCCCC;
	text-decoration:none;	
}
	
.cell_menu_active
{
	width:200px;
	background-color:#E4E4E4;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

.table_header
{
	width:800px;
}

.cell_header
{
	width:580px;
	background-color:#000000;
}

.cell_header_right
{
	width:220px;
}

.table_text
{
	width:800px;
	background-color:#E4E4E4;
}

.cell_text
{
	width:800px;
	padding:5px;
	padding-top:15px;
	text-align:left;
}

.table_footer
{
	width:800px;	
}

.cell_footer
{
	width:200px;
	height:250px;
	border:1px solid #000000;
}

.cell_footer_inner_title
{
	font-size:16px;
	font-weight:bold;
	height:40px;
	padding-top:10px;
	vertical-align:top;
	text-align:left;
}

.cell_footer_inner
{
	font-size:12px;
	height:210px;
	vertical-align:top;
	text-align:left;
}

.table_info
{
	width:800px;	
}

.cell_info
{
	text-align:center;
	font-size:10px;
	background-color:#999999;
	color:#FFFFFF;
	height:20px;
	width:800px;
}

.link_info
{
	color:#FFFFFF;
	font-size:10px;
}

.link_default
{
	color:#000000;	
}