/*
VERSION=3.01.09
=================================================== */
a {
	color:blue;
}

.logoff {
	color:white;
	background-color:black;
	top:3.5em;
	right:4.5em;
	position:fixed;
	text-align:center;
	padding:0.25em 1em;
	cursor:pointer;
	border-radius:0.5em;	
	border:0px;
}

.logoff:hover {
	color:black;
	background-color:white;
	border:1px solid black;
}

iframe {
	border:none;
}

.transparent {
	background-color:white;
}

.pagedescription {
	font-size:1.25em;
	font-weight:bold;
	top:0.5em;
	right:4.0em;
	width:55%;
	position:fixed;
	text-align:right;
}

footer {
	color:white;
	background-color:black;
	font-size:.75em;
}