body
{
	font-family: tahoma, arial, sans-serif;
	text-align: center; 
	background: url('./images/background.jpg'); 
	margin: 0px; 
	padding: 0px;
}

H1
{
	font-size: 150%;
	font-weight: bold;
	text-decoration: none;
}

.text_header
{
	font-size: 150%;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	vertical-align: bottom;
	height: 100%;
	width: 100%;
}


.Table_Body
{
	margin-top: 10px; 
	border: none; 
	width: 775px;
	font-family: tahoma, arial, sans-serif;
	font-size: 90%;
}

.TD_Logo
{
	width: 229px; 
	height: 132px; 
	background: url('./images/background_header.jpg') repeat-x bottom;
}

.TD_Banner
{
	height: 38px;
}

.TD_Tabs
{
	height: 53px;
}

.TD_header1
{
	height: 41px; 
	width: 575px; 
	background: url('./images/background_header.jpg');
	border-right: 3px solid #000000;
	text-align: right;
	padding-right: 10px;
}

.TD_header2
{
	background: url('./images/background_corner.jpg');
}

.TD_body
{
	padding: 8px; 
	padding-top: 0; 
	text-align: left; 
	vertical-align: top; 
	border: 3px solid #000000; 
	border-top: none; 
	height: 500px;
}

.DIV_menu
{
	float: left; 
	width: 150px; 
	margin: 10px; 
	padding: 4px; 
	background-color: #ebebeb; 
	border: 3px solid #555555;
	text-align: center;
	font-size: 90%;
}

.A_MenuItem, .A_MenuItem:hover, .A_MenuItem:visited, .A_MenuItem:link, .A_MenuItem_Active
{
	display: block;
	width: 140px;
	border: 2px solid #ebebeb;
	background-color: none;
	text-decoration: none;
	color: #000000;
	padding: 2px;
}
.A_MenuItem:hover
{
	background-color: #cccccc;
	border: 2px solid #555555;
	color: #0000cc;
}

.A_MenuItem_Active
{
	background-color: #fcfcfc;
}



.tab_selected, .tab_deselected, .tab_active
{
	margin-right: 4px;
}
.tab_deselected
{
	-moz-opacity: .6; 
	filter: alpha(opacity=60); 
}
.tab_selected
{
	-moz-opacity: 1; 
	filter: alpha(opacity=100);
}
.tab_active
{
	-moz-opacity: 1; 
	filter: alpha(opacity=100);
}

.Table_Body
{
	padding-top: 10px;
}


.TD_Menu
{
	vertical-align: top;
	width: 200px;
}

.TD_Text
{
	vertical-align: top;
	font-size: 90%;
}

.Text_large
{
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

