/* CSS Document */

body {
	background-color :#06543c;
	margin-top :0px;
	margin-left :0px;
	margin-right :0px;
	margin-bottom :0px;
}
/* txt------------------------------------------------------------------------------------------------------------------- */
.txt-footer {
	font-family: Arial, Tahoma, Verdana, "Times New Roman";
	font-size: 11px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.txt-contact {
	font-family: Arial, Tahoma, Verdana, "Times New Roman";
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.txt-content {
	font-family: Arial, Tahoma, Verdana, "Times New Roman";
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}


/* bg------------------------------------------------------------------------------------------------------------------- */
.bg-content {
	background-image: url(../images/bg_content.gif);
	background-position: top-left;
	background-repeat: repeat;
}
/* form------------------------------------------------------------------------------------------------------------------- */
.text-field {
	width: 150px;
	height: 18px;
}
.text-area {
	width: 300px;
	height: 80px;
}



