body {
	margin: 0px;
	padding: 0px;
	background-color: #EFE7D7;
	background-image: url(images/index01.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6D5A5A;
}

/** BACKGROUND **/

.bg1 {
	background-image: url(images/index02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.bg2 {
	background-image: url(images/index03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg3 {
	background-image: url(images/index43.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/** TEXT **/

.align-justify {
	text-align: justify;
}

.text1a {
    font-size: 14px;
	color: #696455;
}

.text1b {
    font-size: 12px;
	color: #696455;
}

.text1c {
    font-size: 18px;
	color: #696455;
}

.textSpace {
    font-size: 12px;
	line-height: 150%;
	letter-spacing: 1px;
	color: #696455;
}

.text1 {
	color: #696455;
}

.text2 {
	color: #4F4F4F;
}

.text3 {
	font-size: 9px;
	color: #4F4F4F;
}

.text4 {
	font-size: 9px;
	color: #705D5D;
}

.text5 {
	font-size: 10px;
	color: #705D5D;
}

/** LINKS **/

a {
	color: #817474;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	color: #696455;
}

a.link2 {
	color: #4F4F4F;
}