﻿.Tabs
{
	width: 680px;
	height: 570px;
	font-family: Verdana;
	color: #000000;
	border: 3px solid #CCC;
}
.Tabs td, #Layer1
{
	font-size: 8pt;	
}
.Tabs ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.Tabs h1
{
	font-weight: bold;
	font-size: 10pt;	
}
.Tabs p
{
	font-size: 8pt;	
}
.Tabs ul li
{
	float: left;
}

.Tabs .TabHeader
{
	font-size: 8pt;
	font-weight: bold;
	float: left;
	vertical-align: middle;
}
.Tabs .TabBodyWrapper
{
	padding: 0px;
	width: 100%;
	background-color: #155A1B;
}

.Tabs .TabBody
{
	clear: both;
	width: 100%;
	height: 550px;
	background-color: #AAAAAA;
}
.Tabs .TabHeader li
{
	height: 20px;
	background-color: #5a7a5a;
}

.Tabs .TabHeader a
{
	color: #000;	
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}
.Tabs .TabHeader a:hover
{
	color: #000;
}
.Tabs .TabNext
{
	font-weight: bold;
	font-size: 10pt;
}
.ComponentHeader
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	background-color: #CCC;	
}
