/* CSS Document */
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}
body {
	background-image:  url();
	background-color: #E38641;
}
.style3 {font-size: 12px}
.style11 {font-size: 16px}
.style14 {
	font-size: 14px;
	font-weight: bold;
}
.style15 {color: #FFFFFF}
.style16 {font-size: 18px}

.style15 a:link {
	text-decoration: none;
	color: #fff;
}
.style15 a:visited {
	text-decoration: none;
	color: #fff;
}
.style15 a:hover {
	text-decoration: none;
	color: #e6e6e6;
}
.style15 a:active {
	text-decoration: none;
	color: #fff;
}



a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #000;
}