body {
	margin: 0px;
	padding: 0px;
}

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	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: 9px;
	color: #477779;
}

.text2 {
	color: #9B9F31;
}

.text3 {
	color: #53531E;
}

.text4 {
	font-size: 12px;
	color: #FFFFFF;
}
.text5 {
	color: #A4C439;
}
.text6 {
	color: #FFFFFF;
}
.text7 {
	color: #4592C4;
}
.text8 {
	color: #FFFFFF;
	font-weight: bold;
}
.text9 {
	color: #000000;
}
.datetext {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
/** LINK **/

a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

/** LINK Class for the footer menu **/

a.link1 {
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.link1:hover {
	text-decoration: none;
}
/** LINK Class for the body **/

a.body {
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.body:hover {
	color: #000000;
	text-decoration: none;
}
a.body:visited {
	color: #000000;
	text-decoration: none;
}
