.border {
	border: 1px dashed #CC9933;


}
.leftRightBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CC9933;
	border-right-color: #CC9933;
	border-bottom-color: #CC9933;
	border-left-color: #CC9933;
	border-bottom-style: solid;

}
.padding {
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;


}
.leftRightTopSolid {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CC9933;
	border-right-color: #CC9933;
	border-bottom-color: #CC9933;
	border-left-color: #CC9933;
}
.Italics {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #000000;
	font-weight: bold;
}
link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	cursor: hand;

}
.paddingDarker {

	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #993300;
}
.SplashPagePadding {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF9933;
	padding: 5px;
}
.dottedbox {
	border: 1px dashed #CC9933;
	background-color: #FFCC99;

}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	cursor: hand;
	color: #000000;

}
.paddingSmall {
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #996600;
	font-size: x-small;

}
