body {
	margin: 0px;
	padding: 0px;
	background-color: #E9ECEB;
	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: #817474;
	line-height: 15px;
}

/** 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;
}
h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #D41F2E;
}


.bg3 {
	background-image: url(images/index43.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: #0000FF;
	text-decoration: none;
}
a:active, a:focus {
        outline: 0;
       }
a:hover {
	text-decoration: none;
	color: #999999;
}

a:visited{
	color:#006699;
}
a.link1 {
	color: #696455;
	text-decoration: none;
}

a.link2 {
	color: #666666;
}

a.link2:visited  { color: #666666;
}h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	font-variant: normal;
}

