

* {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
}

.none {
	display: none;
}

.floatEnd,
.clearLeft,
.clearRight {
	height: 0px;
	line-height: 0px;
}
.floatEnd {
	clear: both;
}
.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

#body {
	display: block;
	width: 400px;
	height: 351px;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -150px;
	font-size: 11px;
}


h1 {
	width: 400px;
	height: 95px;
	margin: auto;
	background-image: url(../img/logo.400x95.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 20px;
}

h2 {
	margin-bottom: 10px;
	font-size: 13px;
}


p {
	margin: auto;
	margin-bottom: 10px;
}

p label {
	width: 55px;
	float: left;
}

a {
	color: #cc0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.impress {
	text-align: right;
}

.redSlash {
	color: #cc0000;
}


/** LG NAS LINK **/
#lgnas {
	display: block;
	position: fixed;
	right: 9px;
	bottom: 0px;
	font-size: 13px;
	color: #ffffff;
	cursor: default;
}

/** AXA-Banner **/
a#axaBanner {
	font-size: 11px;
	display: block;
	width: 400px;
	height: 66px;
	margin-top: 20px;
	background-image: url(../img/AXA-Banner.400x51.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px;
}
