/* ######### CSS for top level tabs ######### */

.tabsmenuclass ul{
overflow: hidden;
width: auto;
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenuclass li{
float: left;
}

.tabsmenuclass a{
display: block;
padding: 5px 11px;
background: 6484A2;
color: white;
margin-right: 2px;
text-decoration: none;
font: bold 13px Arial;
}

.tabsmenuclass a:hover, 
.tabsmenuclass a.selected
{
background: black;
color: 30516D;
}
a
{
	COLOR: #3E4649;
	BACKGROUND-COLOR: transparent;
	text-decoration : underline
}
a:hover
{
	COLOR: #6484A2;
	BACKGROUND-COLOR: transparent;
	text-decoration : underline
}
.H1
{
	margin-left: 20px;
	margin-right: 20px;
	COLOR: #3E4649;
	font-size: 20px;
	font-family: sans-serif;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
}
.Text
{
	margin-left: 20px;
	margin-right: 20px;
	COLOR: #3E4649;
	font-size: 14px;
	font-family: sans-serif;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
}
.Text
{
	COLOR: #3E4649;
	font-size: 14px;
	font-family: sans-serif;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
}