body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #D9FFD9;
}
.little_text {
	font-size: 10px;
}

.Title_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
img {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.Body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#container {
	width: 965px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFF;
	padding:5px;
}
#container #innerText {
	border:thin solid;
	padding:5px;

}
.style1 {font-size: 16px}
.link_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container .menuButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	border:thin solid;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	width:70px;
	height:30px;
	-moz-border-radius:5px;}
	
#container .hover   {
	color:#000;
	background-color:#D9FFD9;
}

