<style>

  	img, IMG{
		border-color : #2064ab;
	}
	A{
		color: #FF7E00;
		text-decoration:underline;
	}
	.A:hover{
		color: #FF7E00;
		text-decoration:underline;
	}
	.A:visited{
		color: #000000;
		text-decoration:underline;
	}
	.editorbutton{  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #333333; 
		text-decoration: none; 
		background-color: #CCCCCC; 
		border: #000000; 
		border-style: none; 
		border-top-width: 1px; 
		border-right-width: 1px; 
		border-bottom-width: 1px; 
		border-left-width: 1px
	}
	.buttonadmin {  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 8pt; 
		font-style: normal; 
		font-weight: normal; 
		color: #111111; 
		background-color: #FFB700; 
		border: #A37500; 
		border-style: solid; 
		border-top-width: 1px; 
		border-right-width: 1px; 
		border-bottom-width: 1px; 
		border-left-width: 1px
	}
	.buttonGrey {  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 8pt; 
		font-style: normal; 
		font-weight: bold; 
		color: #000000; 
		background-color: #CCCCCC; 
		border: #006666; 
		border-style: solid; 
		border-top-width: 1px; 
		border-right-width: 1px; 
		border-bottom-width: 1px; 
		border-left-width: 1px
	}
	.adminButtonLayer {
		/*background-color: #009966; */
		
	} 
 
 </style>