html, body, ul, li, h1, h2, h3, h4 {
	height:100%;
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 0px; /* force scrollbars */
}
h1{
	color: #FFFFFF;
	text-decoration:none;
	font-family: "Century Gothic";
	font-size: 18px;
}
h2{
	color: #FFFFFF;
	text-decoration:none;
	font-family: "Century Gothic";
	font-size: 16px;
}
h3{
	color: #FFFFFF;
	text-decoration:none;
	font-family: "Century Gothic";
	font-size: 14px;
}
body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	font-family: "Century Gothic";  
	font-size: 14px;
	color:#FFFFFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

object, form {
	margin: 0 0 0 0;  
	padding: 0 0 0 0;
}


.txt-general{
	font-family: "Century Gothic";  
	font-size: 14px;
	color:#FFFFFF;
	text-decoration:none;
}
.txt-highlight{
	font-family: "Century Gothic";
	font-size: 14px;
	color: #F00;
	text-decoration:none;
}
a.txt-general_link:link {
	font-family: "Century Gothic";
	font-size: 14px;
	color:#FFFFFF;
	text-decoration:none;
}
a.txt-general_link:visited{
	font-family: "Century Gothic";
	font-size: 14px;
	color:#FFFFFF;
	text-decoration:none;
}
a.txt-general_link:hover{
	font-family: "Century Gothic"; 
	font-size: 14px;
	color:#FFFFFF;
	text-decoration: underline;
}

span.tab-menu{
	margin-left:3em;
}
span.tab-page{
	margin-left:0.5em;
}