body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(../images/default.bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#0365a2;
}

/*--------------------------------------------------------------*/

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #00e9fe;
}
a:active {
	text-decoration: none;
	color: #00E9FE;
}

/*--------------------------------------------------------------*/

.black12pxType {
	font-family: "Trebuchet MS", Serif;
	font-size:12px;
	color:black;
}

.black10pxType {
	font-family: "Trebuchet MS", Serif;
	font-size:10px;
	color:black;
}

.blue18pxType {
	font-family: "Trebuchet MS", Serif;
	font-size:18px;
	color:#0392be;
}

.black15pxType {
	font-family: "Trebuchet MS", Serif;
	font-size:15px;
	color:black;
}

.white14pxType {
	font-family: "Trebuchet MS", Serif;
	font-size:14px;
	color:white;
}



/*--------------------------------------------------------------*/

.textBoxes {
	font-family: "Trebuchet MS", Serif;
	font-size:12px;
	color:#000000;
	border:solid;
	border-width:1px;
	border-color:black;
	height:18px;
}

/*--------------------------------------------------------------*/

.btn_Enter {
	background:url(../images/buttons/btn.enter.jpg);
	width:63px;
	height:25px;
	border:none;
}

/*--------------------------------------------------------------*/

#blackBox {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:0;
	background-color:black;
	filter:alpha(opacity=50); 
	-moz-opacity: 0.35;
	visibility:hidden;
	
}

#lb {
	position:absolute;
	z-index:100;
	width:292;
	height:191;
	margin-bottom:25%;
	margin-top:25%;
	margin-left:35%;
	margin-right:15%;
	visibility:hidden;
	
}

/*---------------------------------------------------------------*/