body {
	font-size: 12px;
	font-family: Arial,sans-serif;
}

a:active, a:link, a:visited {
	color: black;    
}
a:hover {
	color: black;	
}

input, textarea {
	border: 1px solid #BBBBBB;
	font-size: 10px;
	background: #F0F8FF;
	color: black;
	margin-right: 3px;
	font-family: Arial,sans-serif;
}

input[type='submit'], input[type='button'] {
	background: #4477AA;
	color: white;
	margin: 5px;
	border-color: gray;
}

.rich-toolbar{
	background-color: #6080B9;
	border-color: #6080B9;	
}
.rich-toolbar td{
	background-color: #6080B9;
	border-color: #6080B9;
	font-size: 12px;	
	
}
.rich-toolbar a:active, a:link, a:visited {
	color: white;    
	text-decoration: none;
}
.rich-toolbar a:hover {
	color: white;	
}

.backLink a { 
	color: #CCCCCC;
}

a.highlighted {
	color:lightblue;	
}	

a.nothighlighted {
	color:white;	
}	


