td, th {
	font-family: georgia, times new roman, serif;
	font-size: 15px;
	color: #000000;
}

form {
	margin-top: 5pt;
	margin-bottom: 5pt;
}

input, textarea, select {
	font-family: Georgia;
	font-size: 13px;
	color: #FFFFB3;
	border-top: 1px solid #FFFFCC;
	border-left: 1px solid #FFCCCC;
	border-right: 1px solid #FFCCCC;
	border-bottom: 1px solid #FFCCCC;
	background-color:#8B4A3A;
}

table {
	background-color: transparent;
}

a {
	font-family: georgia, times new roman, serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	font-family: georgia, times new roman, serif;
	font-weight: bold;
	color: #33CC66;
	text-decoration: none;
	background-color: #000000;
}

.header {
	font-family: georgia, times new roman, serif;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

.copyright {
	font-family: arial;
	font-size: 10px;
	color: #000000;
}

.smally {
	font-family: arial;
	font-size: 10px;
	color: #000000;
}

.smally:hover {
	font-family: arial;
	font-weight: bold;
	color: #33CC66;
	background-color: #000000;
}

.navbutton {
	text-decoration: none;
}

.navbutton:hover {
	text-decoration: none;
}

.alert {
	font-family: arial;
	font-size: 15px;
	color: #FFFFB3;
	font-weight: bold;
	background-color: #FF0033;
	padding-left: 5;
	padding-right: 5;
}

.success {
	font-family: arial;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #33CC66;
	padding-left: 5;
	padding-right: 5;
}