/* CSS Document */

/*-- BODY --*/

body {
	background-image: url(../graphics/csslayout/bgfrawn.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #E1ECC9;
	margin: 0px;
}

/* --  PHOTOS --*/

img {
	border: 0;
}

/*-- LISTS --*/

ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

li {
	list-style-type: square;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6C6D67;
}

.lisub {
	list-style-type: square;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6C6D67;
}

/* --  TABLE --*/

.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6C6D67;
	line-height: 21px;
}

.tablebg01 {
	background-color: #C8D696;
}

.tablebg02 {
	background-color: #E7EFCD;
}

.inputbar01 {
	width: 250px;
}

.inputbar02 {
	width: 170px;
}