/* CSS Document */
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #714D00;
}
body {
	background-color: #48593C;
}
a {
	font-size: 14px;
	color: #006600;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #996600;
}
a:active {
	text-decoration: none;
	color: #006600;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-style: italic;
}
h1 {
	font-size: 24px;
	color: #006600;
}
h2 {
	font-size: 16px;
	color: #006600;
}
h3 {
	font-size: 14px;
	color: #006600;
}
.style1 {color: #FFFFCC
}

.style2 {font-style: italic
}
