<?php header("Content-type: text/css"); ?>

/*
    A1_ltw_css_library_css.php

    Generalized , reusable definitions
    (NO element level styles allowed)
    Saved with leading A1 to place it at front of included CSS
    
*/



.bold         { font-weight : 700; }
.italic       { font-style  : italic; }
.underline    { text-decoration : underline; }
.clearBoth    { clear : both; }
.hidden       { visibility : hidden; }
.noDisplay    { display    : none; }
.displayBlock { display    : block; }
.alignCenter  { text-align : center; }
.alignLeft    { text-align : left; }
.alignRight   { text-align : right; }
.fullWidth    { width      : 100%; }
.floatRight   { float : right; }
.floatLeft    { float : left; }
.inline       { display : inline; }
.alignTop     { vertical-align : top; }
.alignBottom  { vertical-align : bottom; }
.alignMiddle  { vertical-align : middle; }
.list_noMark  { list-style-type : none; }
.smaller      { font-size: 85%; }

/* end version 2.0 */




