/* CSS Document */

/* ---------- BODY FORMAT ---------- */

body {
	margin: 0px;
	background:
		url(../graphics/csslayout/bg-wave.jpg)
		top center
		no-repeat
		#C6E3F0;
}

/* ---------- LISTS AND BULLETED ITEMS ---------- */

ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

ol {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

li {
	list-style-type: square;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* ---------- TABLES ---------- */

.table-text {
	font-family: Helvetica, "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	color: #383838;
}

.inputA {
	width: 150px;
}

.inputB {
	width: 300px;
}

/* ---------- OTHER ---------- */

img {
	border: 0;
}

