body,p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.ginkgoStyles {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.PageTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #660099;
}
.Title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	font-variant: normal;
	color: #CC66FF;
	font-style: oblique;
}

.detail {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: normal;
	color: #111111;
}

.detail_title {
	margin-bottom: 4px;
	margin-top: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: green;
}



a:link { text-decoration: underline} 
a:Active { text-decoration: underline} 
a:visited { text-decoration: underline} 
a:hover { 
text-decoration: none
} .green_notes {
	font-size: 12px;
	font-style: italic;
	color: #009933;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	top: 25px;
	color: #666666;
}

#edit_toolbar {
		display:inline-block;
		font-size:9px;
		background-color:#dae9c9;
		padding:1px;
		padding-left:4px;
		padding-right:4px;
		margin-top:-12px;
		margin-bottom:8px;
		filter:alpha(opacity=60);
		-moz-opacity:0.6;
		-khtml-opacity: 0.6;
		opacity: 0.6;
	
}

.new_button {
	color:green; 
	font-weight:bold;
	 background-color:#dae9c9;
		padding:1px;
		padding-left:4px;
		padding-right:4px;
}