@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #dedede;
}

#login {
	display: block;
	position: absolute;
	top: 51px;
	right: 0;
	z-index: 900;
	background-color: #000000;
}

#login a,
#login a:visited {
	display: block;
	width: 24px;
	height: 73px;
	text-decoration: none;
	
	
	background: #dedede url(images2/login_button.jpg) no-repeat 0 0;
	}

#login a:hover {
	background-position: 0 -73px;
	}

#login a span {
	display: none;
	}

.comptextmed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 300;
	color: #333333;
	letter-spacing: normal;
	line-height: 11px;
}
	
.comptextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.ccomptextsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: 200;
	color: #666666;
}

.compunderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #0099CC;
	text-decoration: underline;
}

.comptextbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 200;
	color: #000000;
}

.comptextbigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}

