a:link {
	color: #666600;
	background: transparent;
	text-decoration: none;
}

a:visited {
	color: #666600;
	background: transparent;
	text-decoration: none;
}

a:hover {
	color: #006666;
	background: transparent;
	text-decoration: underline;
}

a:active {
	color: #006666;
	background: transparent;
	text-decoration: underline;
}

a.wlink:link {
	color: #ffffff;
	background: transparent;
	text-decoration: none;
}

a.wlink:visited {
	color: #ffffff;
	background: transparent;
	text-decoration: none;
}

a.wlink:hover {
	color: #ffffff;
	background: transparent;
	text-decoration: underline;
}

a.wlink:active {
	color: #ffffff;
	background: transparent;
	text-decoration: underline;
}

body {
	background-color: #993333;
	background-image: url(../images/background-natural_darker.jpg);
	background-repeat: repeat;
	font-family: 'Trebuchet MS', Tahoma, 'Times New Roman', 'Times Roman', serif;
	font-size: 10pt;
}

h1 {
	color: #666600;
	font-family: 'Trebuchet MS', Tahoma, 'Times New Roman', 'Times Roman', serif;
	font-size: 11pt;
	font-weight: bold;
}

h2 {
	color: #000000;
	font-family: 'Trebuchet MS', Tahoma, 'Times New Roman', 'Times Roman', serif;
	font-size: 10pt;
	font-weight: bold;
}

table {
	font-family: 'Trebuchet MS', Tahoma, 'Times New Roman', 'Times Roman', serif;
	font-size: 10pt;
}

tr {
	font-family: 'Trebuchet MS', Tahoma, 'Times New Roman', 'Times Roman', serif;
	font-size: 10pt;
}

td {
	font-family: 'Trebuchet MS', Tahoma, 'Times New Roman', 'Times Roman', serif;
	font-size: 10pt;
}

.bold {
	font-family: 'Trebuchet MS', Tahoma, 'Times New Roman', 'Times Roman', serif;
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
}

.bold_sm {
	font-family: 'Trebuchet MS', Tahoma, 'Times New Roman', 'Times Roman', serif;
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
}

.small {
	font-family: 'Trebuchet MS', Tahoma, 'Times New Roman', 'Times Roman', serif;
	font-size: 7pt;
	font-weight: bold;
}

.white {
	color: #ffffff;
	font-family: 'Trebuchet MS', Tahoma, 'Times New Roman', 'Times Roman', serif;
	font-size: 7pt;
	font-weight: bold;
}