@charset "iso-8859-1";

/*******************************************************************************
*  fonts.css : 2004-06-28 : Ruthsarian Layouts
* ------------------------------------------------------------------------------
*  handles the font type (family), sizes, line-height, alignment, and any other
*  properties relating to fonts - with the exception of color.
*
*  Perhaps font color declarations should be in this file as well. 
*  However, certain CSS validators (hello w3!) will complain if colors
*  and background colors are not declared in the same selector or
*  at least within the same stylesheet. So font colors, including links,
*  are defined in colors.css.
*******************************************************************************/

.bl3 {background:url(images/bl.gif) 0 100% no-repeat #e68200; width:20em; text-align:center}
.bl2 {background:url(images/bl.gif) 0 100% no-repeat #e68200; width:20em; text-align:center; padding:10px}
.bl {background:url(images/bl.gif) 0 100% no-repeat; width:20em; text-align:center}
.br {background:url(images/br.gif) 100% 100% no-repeat}
.tl {background:url(images/tl.gif) 0 0 no-repeat}
.tr {background:url(images/tr.gif) 100% 0 no-repeat}
.tr2 {background:url(images/tr.gif) 100% 0 no-repeat; padding:10px}
img {border:0}