BODY {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

TABLE {
	border-collapse: collapse;
}

img {
	border: 0px;
}


.content1 {
	width: 100%;
	height: 100%;
	background-image: url('../img/bg1.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

.content2 {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: center;
	background-image: url('../img/bg2.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}



.txt2 {
	font-family: Tahoma;
	font-size: 14px;	
	color: #00536f;
	text-align: right;
}

.txt22 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:  #00536f;
	text-align: center;
	padding: 3px 8px;
}

.form {
	width: 300px;
	height: 20px;
	font-size: 12px;
	border: 1px solid #00536f;
        background-color: white;	
	padding: 0px;
	margin: 4px;
        color: #00212b;

}



