/*
   Copyright 1997-2003 W3C (MIT, ERCIM, Keio). All Rights Reserved.
   The following software licensing rules apply:
   http://www.w3.org/Consortium/Legal/copyright-software */

/* $Id: base.css,v 1.24 2003/04/17 13:56:40 bbos Exp $ */

/* last modified dpaton 19/04/2004 */


#topLeft {
	position: relative;
}
.BLACKBODYTEXT {
	color: #000000;
	font-family: arial, geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.GREYBODYTEXT {
	color: #666666;
	font-family: arial, geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.GREYBODYTEXTLRG {
	color: #666666;
	font-family: arial, geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.SMALLWHITE {
	color: white;
	font-family: arial, geneva, sans-serif;
	font-size: 10px;
	line-height: 13px;
	text-decoration: none;
}	
.SMALLWHITE:HOVER {
	color: white;
	font-family: arial, geneva, sans-serif;
	font-size: 10px;
	line-height: 13px;
	text-decoration: underline;
}
.GREYBODY:HOVER {
	color: black;
	font-family: arial, geneva, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}	
.GREYBODY:VISITED {
	color: #666666;
	font-family: arial, geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.LINKS {
	color: black;
	font-family: arial, geneva, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}



