body {
	margin: 0px;
	padding: 0px;
	background-color: #EFE7D7;
	background-image: url(images/css_body.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

body, th, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #817474;
}

td.menu-item {
	font-family: Forte, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: rgb(180,120,60);
	text-indent: 50px;
        background-image: url(images/menu_btn.gif);
}

td.title {
	font-family: Forte, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
        color: rgb(180, 120, 60);
	/* color: rgb(240,150,20); */
	text-indent: 5px;
	background-image: url(images/page_title.jpg);
}

/** BACKGROUND **/

.bg1 {
	background-image: url(images/css_bg1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.bg2 {
	background-image: url(images/css_bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg3 {
	background-image: url(images/css_bg3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/** TEXT **/

.align-justify {
	text-align: justify;
}

.text1 {
	color: #696455;
}

.text2 {
	color: #4F4F4F;
}

.text3 {
	font-size: 9px;
	color: #4F4F4F;
}

.text4 {
	font-size: 9px;
	color: #797979;
}

/** LINKS **/

a {
	color: #817474;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	color: #696455;
}

a.link2 {
	color: #4F4F4F;
}

a.menu-item {
    	text-decoration: none;
	color: rgb(180,120,60);
}
a.menu-item-selected {
    	text-decoration: none;
	color: silver;
}

