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

A.set1:link {
	color: #E89D6C;
	text-decoration: none
}
A.set1:active {color: #FFFFFF; text-decoration:underline}
A.set1:hover {color: #FFFFFF; text-decoration:underline}
A.set1:visited {color: #cb6750; text-decoration: none}

A.set2:link {color: #111111; text-decoration: none}
A.set2:active {color: #000000; text-decoration:underline}
A.set2:hover {color: #333333; text-decoration:underline}
A.set2:visited {color: #666666; text-decoration: none}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
--> 
.style10 {
	font-size: 70%;
	font-weight: bold;
}
.style11 {color: #999999}
.style13 {font-size: 67% ; color:#333333;}
.style17 {
	font-size: 90%
}
.style18 {color: #ef9a70}
.style22 {font-size: 9pt; color: #DFDED3; font-weight:normal}
.style23 {font-size: 9pt; color: #FFFFFF; font-weight:normal}
.style24 {font-size: 8pt; color: #bca295; font-weight:normal}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-image:;
}
