@charset "UTF-8";
/* CSS Document */

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	padding: 2px;
	list-style-type: circle;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	}
	
	.orange{
	font-family: Arial, Helvetica, sans-serif;
	color: #F60;
	font-weight: bold;
	}
	
	
.menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: normal;
	padding: 5px;
	list-style-type: circle;
	}
	
.Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
}
.Large {
	font-size: 18px;
	font-weight: bolder;
	color: #000;
	text-decoration: none;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 140px;
	color: #FFF;
	background-color: #EF932F;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Largest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	text-decoration: blink;
}

.navigation:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	background-color: #FBCC33;
	display: block;
	padding: 8px;
	width: 140px;
	color: #FFF;
	text-decoration: none;
}
#wrapper {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
