.padding {
	padding: 10px;
}
.beefytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 900;
	line-height: 15px;
	letter-spacing: -1px;
}


.orangeborder {
	border-top: 5px solid #FF6600;
	border-right: 5px solid #FF6600;
	border-bottom: 5px solid #FF6600;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: right top;
}
.smaltext {
	font-size: 13px;
}
ul {
	font-size: 13px;
	font-weight: normal;
	list-style-type: square;
}
.orangebling {
	background-attachment: fixed;
	background-image: url(images/orangebling.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	height: 5px;
}
.borders {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #660000;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: white;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	background-attachment: fixed;
	background-image: url(images/orangebling.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFEADB;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	background-attachment: fixed;
	background-image: url(images/orangebling.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #CCFF00;
}
