@charset "UTF-8";
/* CSS Document */

body,td,th {
	color: #5f0006;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	text-align: left;
}
body {
	background-color: #95d6d7;
	background-image: url(images/BKG-2.jpg);
}

h1 {
	color: #f69382;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

h2 {
	color: #8b9b3c;
	margin-bottom: -3px;
}
a:link {
	color: #b6af12;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
	text-align: left;
}
h3 {
	color: #f69382;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: -15px;
	text-align: left;
}
h4 {
	color: #8b9b3c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	margin-bottom: -10px;
	text-align: left;
}
a:visited {
  color: #8b9b3c;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
}

a:hover {
	color: #f69382;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
}

a:active {
	color: #8b9b3c;
}


