p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #333333;
	text-decoration: none;
	width: 350px;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #FFCC00;
}
.table-top-margin {
	margin-top: 50px;
	padding: 0px;
}
.padding {
	margin-left: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.image_border {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
