body {
	background-color: White;
	color: #FF6600;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
h1 {
	margin-top: 5px;
}

.banner {
	background-color: White;
	color: #FF6600;
	font-size: 0.8em;
	background-image: url(images/ramporangewhite.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 180px;
	height: 15px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

h1 {
	color: #FF8C00;
	font-size: 1.2em;
}

.box {
	background-color: #F3F5E9;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 0.6em;
}
.box a:link {
	color: #FF8C00;
}

.box a:visited {
	color: Red;
}

.box a:hover {
	color: White;
	background-color: #FF8C00;
}
.box a:active {
	color: #708090;
}

.main {
	padding-left: 10px;
	font-size: 0.8em;
}


.global {
	color: Black;
	font-weight: bold;
	font-size: 0.6em;
	text-align: right;
	margin-bottom: 3px;
	margin-top: 0px;
	
}

.global a:link {
	color: Black;
}

.global a:visited {
	color: Yellow;
}

.global a:hover {
	color: #FF4500;
	background-color: Yellow;
}
.global a:active {
	color: #708090;
}
.orangeboxtop {
	background-color: #FF8C00;
	color: White;
	letter-spacing: 5px;
	padding-left: 10px;
	margin-bottom: 0px;
	margin-right: 5px;
	font-size: 0.6em;
	font-weight: bold;
	text-align: left;
	border-bottom-width: thin;
	border-bottom: thin solid #FFD6A4;
	margin-left: 5px;
}
.orangeboxbody {
	border: 1px solid #FF8C00;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 5px;
	font-size: 0.6em;
	margin-left: 5px;
}

