*
{
	font-family: Arial Baltic;
	color: black;
	font-size: x-small;
}

body
{
	background-color: #DAFFDA;
}

.activeTabPage
{
	display: block;
	background-color: #CCFFCC;
	margin-top: 0px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: black;
	height:400px;
	padding-top:5px;

}

.inactiveTabPage
{
	display: none;

	margin-top: -5px;
}

.Tabs
{
	width: 100%;
	border-bottom-color: black; 
	border-bottom-width:1px;
	border-bottom-style: none;
	position: right;
	
}

.hiddenTab
{
	width: 100%;
	border-bottom-color: black; 
	border-bottom-width:0px;
	border-bottom-style: solid;
	
}


.activeTab
{
	background-color: #CCFFCC;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	color: Black;
	margin-right: -5px;
	height: 27px;
}

.inactiveTab
{
	background-color: #AAFFAA;
	border-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-color: Black;
	color: Gray;
	margin-right: -5px;
	margin-bottom: 0px;
	height: 25px;
	cursor:hand;

}

H1
{
	font-size: small;
	margin: 10px;
}

.banner
{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 30px;
	border: 0px;
	padding: 0px;
	
	
}

.title
{
	margin-top: 5px;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}

.sideimage
{
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 200px;
	border: none;
	
}

.bottomimage
{
	width: 200px;
	border: none;
}
