body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #5C3317
}

td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #5C3317
}

th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #5C3317
}

form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #5C3317
	}

input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #5C3317
}

textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #5C3317
}

select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #5C3317
}

ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	list-style-type: disc;
	list-style-position: outside;
	color: #5C3317
}

li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #5C3317
	
}

ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	list-style-type: upper-roman;
	list-style-position: outside;
	color: #5C3317
}

.small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #5C3317;
	font-weight: bold;
	text-decoration: italic;
}

.big {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #5C3317
}

.bodystyle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #5C3317
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #5C3317;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
	border-color: #5C3317;

}
a:link {
	color: #236B8E;
	text-decoration: none;


}
a:hover {
	color: #236B8E;
		text-decoration: underline overline;
		
}
a:visited {
	color: #236B8E;
	text-decoration: none;

