.justified {
	text-align: justify;
	font-size: small;
	
}
.class {
	font-size: small;
	
}
.xsmall       {
	font-size: small;
	
}
.serifjustified {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	text-align: justify;
}

a:hover     {
	color: #000000;
	text-decoration: underline;
}
a    {
	color: #888888;
	text-decoration: none
}

body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Geneva, Helvetica, FranklinGothic, sans-serif;
	color: #333333;
	
}
#upperbar {
	position: fixed;
	height: 56px;
	left: 0px;
	top: 0px;
	z-index: 3;
	width: 100%;
	background-color: #FFFFFF;
	text-align: right;
}
#bar {
	position: fixed;
	z-index: 3;
	height: 18px;
	width: 100%;
	left: 0px;
	top: 28px;
	text-align: center;
	font-size: small;
}
#main {
	margin-left: -400px;
	z-index: 0;
	text-align: center;
	height: 620px;
	width: 800px;
	position: absolute;
	margin-top: -310px;
	left: 50%;
	top: 50%;
}

#text {
	width: 390px;
	position: absolute;
	right: 50%;
	margin-right: -195px;
	top: 2px;
	background-color: #FFFFFF;
	z-index: 1;
}
#idiom {
	text-align: right;
	height: 27px;
	width: 111px;
	top: 200px;
	left: 0px;
	position: fixed;
	
	
}

