.outside_box {
	border: 1px solid #E57C4D;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 17px;
	color: #333333;
}
.textborder {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 17px;
	color: #333333;
	border: 1px solid #E57C4D;
	padding: 3px;
}
.textbordergreen {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 17px;
	color: #333333;
	border: 1px solid #003300;
	padding: 3px;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 17px;
	color: #E57C4D;
	font-weight: bolder;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size: 15px;
	line-height: 17px;
}

a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 17px;
	color: #E57C4D;
	font-weight: bolder;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 17px;
	color: #C9511D;
	font-weight: bolder;
}
.textborderwhite {

	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 17px;
	color: #FFFFFF;
	border: 1px solid #E57C4D;
	padding: 3px;
}
