body {
	margin: 0px;
	padding: 0px;
}

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #616161;
}

/** BACKGROUND **/

.bg1 {
	background-color: #76C6CA;
	background-image: url(images/index16.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/** TEXT **/

.align-justify {
	text-align: justify;
}

.text1 {
	font-size: .9em;
	color: #477779;
}

.text2 {
	color: #9B9F31;
}

.text3 {
	color: #53531E;
}

.text4 {
	font-size: 1em;
	color: #FFFFFF;
}

/** LINK **/

a {
	color: #9B9F31;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	font-size: .9em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.link1:hover {
	text-decoration: underline;
}

