.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: oblique;
	color: #FFFFFF;
	font-weight: bold;
}
.smtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.bold {
	font-weight: bold;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CC9933;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.enter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #996633;
	font-weight: bold;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	font-style: oblique;
	font-weight: bold;
	color: #C08345;
	text-align: center;
}

.textgold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: oblique;
	color: #DAB56A;
	font-weight: bold;
}

#pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 255%;
	font-style: italic;
	font-weight: bold;
	color: #C08345;
}
 
.floatlft{
	float: left;;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

 .floatrgt{
	float: right;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 16px;
}