/*--------------------------------------------------------------------------------------------*/
/*-- CSS created on 01/31/04 -----------------------------------------------------------------*/
/*-- Each area of this style sheet is labeled in comments ------------------------------------*/
/*--------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------*/
/*-- Globals ---------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/

body, td  {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  color : #EEEEEE;
}

.xlarge  {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 20px;
}

.large  {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 16px;
}

.medium  {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
}

.small  {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10px;
}

/*--------------------------------------------------------------------------------------------*/
/*-- Global Links ----------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/

a  {
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	text-decoration : underline;
	color : #0000ff;
}

a:visited  {
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	text-decoration : underline;
	color : #0000ff;
}

a:active  {
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	text-decoration : underline;
	color : #0000ff;
}

a:hover  {
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	text-decoration : underline;
	color : #ff0000;
}

