@charset "utf-8";
.bottomborder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF9900;
	text-align: center;
}
.submitbutton {
	color: #FF9900;
	background-color: #202020;
	border: 1px solid #000000;
}

.twitter {
	text-align: center;
}

.orangeborders {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #EE8F00;
	border-right-color: #EE8F00;
	border-bottom-color: #EE8F00;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FC9700;
}

.linkbanner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(graphics/banners/linkbanner.gif);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9900;
	background-position: left;
	text-align: left;
}
.backgroundmain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
	background-repeat: no-repeat;
	text-align: left;
}
.wholebackground {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
	background-image: url(graphics/banners/background.gif);
	background-repeat: no-repeat;
}
.topbanner {
	background-image: url(graphics/logos/topbanner.gif);
	background-repeat: no-repeat;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
	text-align: left;
}
.leftorangeborder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF9900;
}
