p, td, font
{ font-family:		Tahoma;
  font-size:		11px;
}
font.average
{ font-size:		11px;
}
font.cat
{ font-size:		16px;
}
font.big
{ font-size:		24px;
}
h1
{ font-family:		Tahoma;
  font-size:	18px;
  color:	black;
}
a
{ text-decoration:	none;
  font-family:		Tahoma;
  font-weight:		bold;
  font-size:		11px;
  color:		navy;
}
a.small
{ font-size:		11px;
}
a:hover
{ color:		red;
}
a.standard
{ font-size:		11px;
  font-weight:		normal;
}
a.cat
{ font-size:		16px;
  font-weight:		bold;
}
.bluebutton
{ BORDER-BOTTOM:		black 0px solid;
  BORDER-LEFT:		white 0px solid;
  BORDER-RIGHT:		black 0px solid;
  BORDER-TOP:		white 0px solid;
  margin:			0px;
  font-family:		Tahoma;
  font-size:		11px;
  font-weight:		bold;
  background-color:	#E1E6FC;
  color:			black;
}
.redbutton
{ BORDER-BOTTOM:		black 1px solid;	
  BORDER-LEFT:		white 1px solid;
  BORDER-RIGHT:		black 1px solid;	
  BORDER-TOP:		white 1px solid;
  margin:			1px;
  font-family:		Tahoma;
  font-size:		11px;
  font-weight:		bold;
  background-color:	#E6CDCD;
  color:			black;
}
.ss
{ BORDER-BOTTOM:		black 1px solid;	
  BORDER-LEFT:		black 1px solid;
  BORDER-RIGHT:		black 1px solid;	
  BORDER-TOP:		black 1px solid;
  margin:			1px;
  font-family:		Tahoma;
  font-size:		11px;
  font-weight:		bold;
  color:			black;
}